Title: [94189] trunk/Source/WebCore
Revision
94189
Author
commit-qu...@webkit.org
Date
2011-08-31 07:52:50 -0700 (Wed, 31 Aug 2011)

Log Message

Unreviewed, rolling out r94082.
http://trac.webkit.org/changeset/94082
https://bugs.webkit.org/show_bug.cgi?id=67291

Breaks trunk (not canary) Chromium Mac builders upon WebKit
roll (Requested by apavlov on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2011-08-31

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (94188 => 94189)


--- trunk/Source/WebCore/ChangeLog	2011-08-31 14:50:31 UTC (rev 94188)
+++ trunk/Source/WebCore/ChangeLog	2011-08-31 14:52:50 UTC (rev 94189)
@@ -1,3 +1,14 @@
+2011-08-31  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r94082.
+        http://trac.webkit.org/changeset/94082
+        https://bugs.webkit.org/show_bug.cgi?id=67291
+
+        Breaks trunk (not canary) Chromium Mac builders upon WebKit
+        roll (Requested by apavlov on #webkit).
+
+        * WebCore.gyp/WebCore.gyp:
+
 2011-08-31  No'am Rosenthal  <noam.rosent...@nokia.com>
 
         [Qt] Add a convenience function to cast a QTransform to TransformationMatrix

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (94188 => 94189)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-08-31 14:50:31 UTC (rev 94188)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-08-31 14:52:50 UTC (rev 94189)
@@ -1045,7 +1045,7 @@
       'target_name': 'webcore_prerequisites',
       'type': 'none',
       'dependencies': [
-        'webcore_bindings_sources',
+        'webcore_bindings',
         '../../ThirdParty/glu/glu.gyp:libtess',
         '../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:yarr',
         '../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:wtf',
@@ -1063,6 +1063,7 @@
         '<(libjpeg_gyp_path):libjpeg',
       ],
       'export_dependent_settings': [
+        'webcore_bindings',
         '../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:yarr',
         '../../_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp:wtf',
         '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl',
@@ -1090,8 +1091,6 @@
           '<@(webcore_include_dirs)',
           '<(chromium_src_dir)/gpu',
           '<(chromium_src_dir)/third_party/angle/include/GLSLANG',
-          '<(SHARED_INTERMEDIATE_DIR)/webkit',
-          '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
         ],
         'mac_framework_dirs': [
           '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to