Title: [90836] trunk/Source/WebKit/chromium
Revision
90836
Author
[email protected]
Date
2011-07-12 11:53:52 -0700 (Tue, 12 Jul 2011)

Log Message

[chromium] DRT depends on v8
https://bugs.webkit.org/show_bug.cgi?id=64376

DumpRenderTree.cpp has calls to v8:: functions, so it should have a build
dependency on v8.  This fixes missing references in the shared-object build.

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (90835 => 90836)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-07-12 18:49:03 UTC (rev 90835)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-07-12 18:53:52 UTC (rev 90836)
@@ -1,3 +1,13 @@
+2011-07-12  Evan Martin  <[email protected]>
+
+        [chromium] DRT depends on v8
+        https://bugs.webkit.org/show_bug.cgi?id=64376
+
+        DumpRenderTree.cpp has calls to v8:: functions, so it should have a build
+        dependency on v8.  This fixes missing references in the shared-object build.
+
+        * WebKit.gyp:
+
 2011-07-11  Ryosuke Niwa  <[email protected]>
 
         Unreviewed.  Rolled DEPS.

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (90835 => 90836)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-07-12 18:49:03 UTC (rev 90835)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-07-12 18:53:52 UTC (rev 90836)
@@ -966,6 +966,7 @@
                 '../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:wtf_config',
                 '<(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',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:blob',
                 '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
             ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to