Title: [99472] trunk/Source/WebCore
Revision
99472
Author
[email protected]
Date
2011-11-07 14:03:55 -0800 (Mon, 07 Nov 2011)

Log Message

[chromium] Update WebCore.gyp to not use WebKitLibraries in include_dirs
https://bugs.webkit.org/show_bug.cgi?id=71694

Patch by Robert Sesek <[email protected]> on 2011-11-07
Reviewed by Adam Barth.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (99471 => 99472)


--- trunk/Source/WebCore/ChangeLog	2011-11-07 21:59:19 UTC (rev 99471)
+++ trunk/Source/WebCore/ChangeLog	2011-11-07 22:03:55 UTC (rev 99472)
@@ -1,3 +1,12 @@
+2011-11-07  Robert Sesek  <[email protected]>
+
+        [chromium] Update WebCore.gyp to not use WebKitLibraries in include_dirs
+        https://bugs.webkit.org/show_bug.cgi?id=71694
+
+        Reviewed by Adam Barth.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2011-11-07  Dominic Cooney  <[email protected]>
 
         Remove initPopStateEvent method

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (99471 => 99472)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-11-07 21:59:19 UTC (rev 99471)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-11-07 22:03:55 UTC (rev 99472)
@@ -1072,7 +1072,7 @@
         }],
         ['OS=="mac"', {
           'include_dirs': [
-            '../../../WebKitLibraries',
+            '<(chromium_src_dir)/third_party/apple_webkit',
           ],
         }],
         ['OS=="win"', {
@@ -1261,7 +1261,7 @@
               'ScrollbarPartAnimation=ChromiumWebCoreObjCScrollbarPartAnimation',
             ],
             'include_dirs': [
-              '../../../WebKitLibraries',
+              '<(chromium_src_dir)/third_party/apple_webkit',
             ],
             'postbuilds': [
               {
@@ -1471,7 +1471,7 @@
         }],['OS=="mac"', {
           # Necessary for Mac .mm stuff.
           'include_dirs': [
-            '../../../WebKitLibraries',
+            '<(chromium_src_dir)/third_party/apple_webkit',
           ],
           'dependencies': [
             'webkit_system_interface',
@@ -1896,7 +1896,7 @@
         ['OS=="mac"', {
           'direct_dependent_settings': {
             'include_dirs': [
-              '../../../WebKitLibraries',
+              '<(chromium_src_dir)/third_party/apple_webkit',
               '../../WebKit/mac/WebCoreSupport',
             ],
           },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to