Title: [132831] trunk/Tools
Revision
132831
Author
[email protected]
Date
2012-10-29 11:50:11 -0700 (Mon, 29 Oct 2012)

Log Message

[CMAKE] Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CMakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=100681

Patch by Christophe Dumez <[email protected]> on 2012-10-29
Reviewed by Anders Carlsson.

Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CMake since
it is needed by plugins/npruntime/npruntime-calls-with-null-npp.html
layout test.

* DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (132830 => 132831)


--- trunk/Tools/ChangeLog	2012-10-29 18:44:34 UTC (rev 132830)
+++ trunk/Tools/ChangeLog	2012-10-29 18:50:11 UTC (rev 132831)
@@ -1,3 +1,16 @@
+2012-10-29  Christophe Dumez  <[email protected]>
+
+        [CMAKE] Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CMakeLists.txt
+        https://bugs.webkit.org/show_bug.cgi?id=100681
+
+        Reviewed by Anders Carlsson.
+
+        Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CMake since
+        it is needed by plugins/npruntime/npruntime-calls-with-null-npp.html
+        layout test.
+
+        * DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt:
+
 2012-10-29  Allan Sandfeld Jensen  <[email protected]>
 
         [Qt] Flaky security tests

Modified: trunk/Tools/DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt (132830 => 132831)


--- trunk/Tools/DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt	2012-10-29 18:44:34 UTC (rev 132830)
+++ trunk/Tools/DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt	2012-10-29 18:50:11 UTC (rev 132831)
@@ -16,6 +16,7 @@
     ${WEBKIT_TESTNETSCAPEPLUGIN_DIR}/Tests/NPDeallocateCalledBeforeNPShutdown.cpp
     ${WEBKIT_TESTNETSCAPEPLUGIN_DIR}/Tests/NPPNewFails.cpp
     ${WEBKIT_TESTNETSCAPEPLUGIN_DIR}/Tests/NPPSetWindowCalledDuringDestruction.cpp
+    ${WEBKIT_TESTNETSCAPEPLUGIN_DIR}/Tests/NPRuntimeCallsWithNullNPP.cpp
     ${WEBKIT_TESTNETSCAPEPLUGIN_DIR}/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp
     ${WEBKIT_TESTNETSCAPEPLUGIN_DIR}/Tests/NPRuntimeRemoveProperty.cpp
     ${WEBKIT_TESTNETSCAPEPLUGIN_DIR}/Tests/NullNPPGetValuePointer.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to