Title: [190556] trunk/Tools
Revision
190556
Author
[email protected]
Date
2015-10-04 22:55:37 -0700 (Sun, 04 Oct 2015)

Log Message

[GTK] Remove duplicate entries in WebKitTestRunner_SOURCES
https://bugs.webkit.org/show_bug.cgi?id=149792

Reviewed by Martin Robinson.

* WebKitTestRunner/PlatformGTK.cmake: Don't list build targets
for WebKitTestRunner multiple times.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (190555 => 190556)


--- trunk/Tools/ChangeLog	2015-10-04 23:25:44 UTC (rev 190555)
+++ trunk/Tools/ChangeLog	2015-10-05 05:55:37 UTC (rev 190556)
@@ -1,3 +1,13 @@
+2015-10-04  Zan Dobersek  <[email protected]>
+
+        [GTK] Remove duplicate entries in WebKitTestRunner_SOURCES
+        https://bugs.webkit.org/show_bug.cgi?id=149792
+
+        Reviewed by Martin Robinson.
+
+        * WebKitTestRunner/PlatformGTK.cmake: Don't list build targets
+        for WebKitTestRunner multiple times.
+
 2015-10-04  Daniel Bates  <[email protected]>
 
         Fix the Apple Internal iOS build after <http://trac.webkit.org/changeset/190515>

Modified: trunk/Tools/WebKitTestRunner/PlatformGTK.cmake (190555 => 190556)


--- trunk/Tools/WebKitTestRunner/PlatformGTK.cmake	2015-10-04 23:25:44 UTC (rev 190555)
+++ trunk/Tools/WebKitTestRunner/PlatformGTK.cmake	2015-10-05 05:55:37 UTC (rev 190556)
@@ -7,11 +7,7 @@
 list(APPEND WebKitTestRunner_SOURCES
     ${WEBKIT_TESTRUNNER_DIR}/cairo/TestInvocationCairo.cpp
 
-    ${WEBKIT_TESTRUNNER_DIR}/gtk/TestControllerGtk.cpp
-    ${WEBKIT_TESTRUNNER_DIR}/gtk/PlatformWebViewGtk.cpp
     ${WEBKIT_TESTRUNNER_DIR}/gtk/EventSenderProxyGtk.cpp
-
-    ${WEBKIT_TESTRUNNER_DIR}/gtk/EventSenderProxyGtk.cpp
     ${WEBKIT_TESTRUNNER_DIR}/gtk/PlatformWebViewGtk.cpp
     ${WEBKIT_TESTRUNNER_DIR}/gtk/TestControllerGtk.cpp
     ${WEBKIT_TESTRUNNER_DIR}/gtk/main.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to