Title: [134409] trunk/Tools
- Revision
- 134409
- Author
- joc...@chromium.org
- Date
- 2012-11-13 06:49:58 -0800 (Tue, 13 Nov 2012)
Log Message
[chromium] TestRunner should depend on webkit_wtf_support instead of compiling the files itself
https://bugs.webkit.org/show_bug.cgi?id=102075
Reviewed by Pavel Feldman.
* DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (134408 => 134409)
--- trunk/Tools/ChangeLog 2012-11-13 14:21:28 UTC (rev 134408)
+++ trunk/Tools/ChangeLog 2012-11-13 14:49:58 UTC (rev 134409)
@@ -1,3 +1,12 @@
+2012-11-13 Jochen Eisinger <joc...@chromium.org>
+
+ [chromium] TestRunner should depend on webkit_wtf_support instead of compiling the files itself
+ https://bugs.webkit.org/show_bug.cgi?id=102075
+
+ Reviewed by Pavel Feldman.
+
+ * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
+
2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.co...@intel.com>
[EFL][DRT] Remove extra layoutFrame() call when preparing to send an event via EventSender.
Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp (134408 => 134409)
--- trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp 2012-11-13 14:21:28 UTC (rev 134408)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp 2012-11-13 14:49:58 UTC (rev 134409)
@@ -83,6 +83,7 @@
'dependencies': [
'TestRunner_resources',
'<(source_dir)/WebKit/chromium/WebKit.gyp:webkit',
+ '<(source_dir)/WebKit/chromium/WebKit.gyp:webkit_wtf_support',
'<(source_dir)/WebKit/chromium/WebKit.gyp:webkit_test_support',
'<(source_dir)/WTF/WTF.gyp/WTF.gyp:wtf',
'<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
@@ -116,12 +117,6 @@
'<(source_dir)/WebKit/chromium/public/gtk',
],
}],
- ['inside_chromium_build==1 and component=="shared_library"', {
- 'sources': [
- '<(source_dir)/WebKit/chromium/src/ChromiumCurrentTime.cpp',
- '<(source_dir)/WebKit/chromium/src/ChromiumThreading.cpp',
- ],
- }],
],
},
{
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes