Title: [98057] trunk/Source/WebCore
Revision
98057
Author
commit-qu...@webkit.org
Date
2011-10-20 19:30:10 -0700 (Thu, 20 Oct 2011)

Log Message

Make WebCore depend on translator_glsl instead of translator_common
https://bugs.webkit.org/show_bug.cgi?id=70548

Patch by Antoine Labour <pi...@chromium.org> on 2011-10-20
Reviewed by Kenneth Russell.

This is a build-only fix. Tested by checking WebKit still compiles and
link.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98056 => 98057)


--- trunk/Source/WebCore/ChangeLog	2011-10-21 02:25:25 UTC (rev 98056)
+++ trunk/Source/WebCore/ChangeLog	2011-10-21 02:30:10 UTC (rev 98057)
@@ -1,3 +1,15 @@
+2011-10-20  Antoine Labour  <pi...@chromium.org>
+
+        Make WebCore depend on translator_glsl instead of translator_common
+        https://bugs.webkit.org/show_bug.cgi?id=70548
+
+        Reviewed by Kenneth Russell.
+
+        This is a build-only fix. Tested by checking WebKit still compiles and
+        link.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2011-10-20  Dana Jansens  <dan...@chromium.org>
 
         [Chromium] Fix opaque flag default and for ImageLayerChromium

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (98056 => 98057)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-10-21 02:25:25 UTC (rev 98056)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-10-21 02:30:10 UTC (rev 98057)
@@ -1118,7 +1118,7 @@
         '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
         '<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
         '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite',
-        '<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_common',
+        '<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_glsl',
         '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
         '<(libjpeg_gyp_path):libjpeg',
       ],
@@ -1135,7 +1135,7 @@
         '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
         '<(chromium_src_dir)/third_party/ots/ots.gyp:ots',
         '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite',
-        '<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_common',
+        '<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_glsl',
         '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
         '<(libjpeg_gyp_path):libjpeg',
       ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to