Title: [95202] trunk/Source/WebKit/chromium
Revision
95202
Author
le...@chromium.org
Date
2011-09-15 11:17:50 -0700 (Thu, 15 Sep 2011)

Log Message

[chromium] Attempt to fix the shared build after r95188.

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (95201 => 95202)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-09-15 17:58:27 UTC (rev 95201)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-09-15 18:17:50 UTC (rev 95202)
@@ -1,3 +1,9 @@
+2011-09-15  David Levin  <le...@chromium.org>
+
+        [chromium] Attempt to fix the shared build after r95188.
+
+        * WebKit.gyp:
+
 2011-09-15  Brian Salomon  <bsalo...@google.com>
 
         [Skia/Chrome] 

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (95201 => 95202)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-09-15 17:58:27 UTC (rev 95201)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-09-15 18:17:50 UTC (rev 95202)
@@ -1254,6 +1254,7 @@
             'type': 'executable',
             'dependencies': [
                 'webkit',
+                '../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:wtf',
                 '../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
                 '<(chromium_src_dir)/base/base.gyp:test_support_base',
                 '<(chromium_src_dir)/testing/gtest.gyp:gtest',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to