Title: [94096] trunk/Source/WebKit/chromium
- Revision
- 94096
- Author
- [email protected]
- Date
- 2011-08-30 12:26:04 -0700 (Tue, 30 Aug 2011)
Log Message
2011-08-29 Darin Fisher <[email protected]>
[chromium] DumpRenderTree should be explicit about its dependency on
GoogleURL
https://bugs.webkit.org/show_bug.cgi?id=67169
Reviewed by Ryosuke Niwa.
DumpRenderTree uses GoogleURL code directly, and it should be explicit
about that instead of picking up this dependency transitively, which
only works for the static build.
This is needed to support the "component" build of DumpRenderTree, in
which the various Chromium dependencies are built as separate DLLs.
* WebKit.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (94095 => 94096)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-08-30 19:13:33 UTC (rev 94095)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-08-30 19:26:04 UTC (rev 94096)
@@ -1,3 +1,20 @@
+2011-08-29 Darin Fisher <[email protected]>
+
+ [chromium] DumpRenderTree should be explicit about its dependency on
+ GoogleURL
+ https://bugs.webkit.org/show_bug.cgi?id=67169
+
+ Reviewed by Ryosuke Niwa.
+
+ DumpRenderTree uses GoogleURL code directly, and it should be explicit
+ about that instead of picking up this dependency transitively, which
+ only works for the static build.
+
+ This is needed to support the "component" build of DumpRenderTree, in
+ which the various Chromium dependencies are built as separate DLLs.
+
+ * WebKit.gyp:
+
2011-08-30 Tony Chang <[email protected]>
Fix chromium compile when using clang. Another compile error due
Modified: trunk/Source/WebKit/chromium/WebKit.gyp (94095 => 94096)
--- trunk/Source/WebKit/chromium/WebKit.gyp 2011-08-30 19:13:33 UTC (rev 94095)
+++ trunk/Source/WebKit/chromium/WebKit.gyp 2011-08-30 19:26:04 UTC (rev 94096)
@@ -986,6 +986,7 @@
'copy_TestNetscapePlugIn',
'webkit',
'../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:wtf_config',
+ '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl',
'<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc',
'<(chromium_src_dir)/third_party/mesa/mesa.gyp:osmesa',
'<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes