Title: [105662] trunk/Source/WebKit/chromium
Revision
105662
Author
[email protected]
Date
2012-01-23 17:09:29 -0800 (Mon, 23 Jan 2012)

Log Message

[chromium] Add <(SHARED_INTERMEDIATE_DIR)/webkit to include path of targets that depend on WebKit API so they pick up the copied headers in an onion build
https://bugs.webkit.org/show_bug.cgi?id=76879

Reviewed by Dirk Pranke.

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (105661 => 105662)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-01-24 01:07:41 UTC (rev 105661)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-01-24 01:09:29 UTC (rev 105662)
@@ -1,3 +1,12 @@
+2012-01-23  James Robinson  <[email protected]>
+
+        [chromium] Add <(SHARED_INTERMEDIATE_DIR)/webkit to include path of targets that depend on WebKit API so they pick up the copied headers in an onion build
+        https://bugs.webkit.org/show_bug.cgi?id=76879
+
+        Reviewed by Dirk Pranke.
+
+        * WebKit.gyp:
+
 2012-01-23  Stephen White  <[email protected]>
 
         Unreviewed, rolling out r105640.

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (105661 => 105662)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2012-01-24 01:07:41 UTC (rev 105661)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2012-01-24 01:09:29 UTC (rev 105662)
@@ -768,6 +768,12 @@
                             },
                         }],
                     ],
+                }, { # else: inside_chromium_build==0
+                    'direct_dependent_settings': {
+                        'include_dirs': [
+                            '<(SHARED_INTERMEDIATE_DIR)/webkit', # in a chromium-inside-WebKit build, headers in the public WebKit API are copied beneath this directory so includes referencing third_party/WebKit work.
+                        ],
+                    },
                 }],
                 ['use_x11 == 1', {
                     'dependencies': [
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to