Title: [109396] trunk/Tools
Revision
109396
Author
[email protected]
Date
2012-03-01 12:37:52 -0800 (Thu, 01 Mar 2012)

Log Message

[GTK] Avoid building any parts of WebKitTestRunner when WK2 is disabled
https://bugs.webkit.org/show_bug.cgi?id=80031

Patch by Kalev Lember <[email protected]> on 2012-03-01
Reviewed by Gustavo Noronha Silva.

Only build the libTestRunnerInjectedBundle.la convenience library when
ENABLE_WEBKIT2 is defined.

* WebKitTestRunner/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (109395 => 109396)


--- trunk/Tools/ChangeLog	2012-03-01 20:36:09 UTC (rev 109395)
+++ trunk/Tools/ChangeLog	2012-03-01 20:37:52 UTC (rev 109396)
@@ -1,3 +1,15 @@
+2012-03-01  Kalev Lember  <[email protected]>
+
+        [GTK] Avoid building any parts of WebKitTestRunner when WK2 is disabled
+        https://bugs.webkit.org/show_bug.cgi?id=80031
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Only build the libTestRunnerInjectedBundle.la convenience library when
+        ENABLE_WEBKIT2 is defined.
+
+        * WebKitTestRunner/GNUmakefile.am:
+
 2012-03-01  Philippe Normand  <[email protected]>
 
         Unreviewed, second attempt to fix GTK NRWT after r109242.

Modified: trunk/Tools/WebKitTestRunner/GNUmakefile.am (109395 => 109396)


--- trunk/Tools/WebKitTestRunner/GNUmakefile.am	2012-03-01 20:36:09 UTC (rev 109395)
+++ trunk/Tools/WebKitTestRunner/GNUmakefile.am	2012-03-01 20:37:52 UTC (rev 109396)
@@ -62,7 +62,9 @@
 	-no-install
 
 # The InjectedBundle library allows the render process to load harness code.
+if ENABLE_WEBKIT2
 noinst_LTLIBRARIES += Libraries/libTestRunnerInjectedBundle.la
+endif
 
 webkittestrunner_built_sources += \
 	DerivedSources/InjectedBundle/JSAccessibilityController.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to