Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 4e943fcde90a9a659117d39035338492794e11ef..74f931b6d86c2d42aeef4361d4ee7e2e7ad5d81c 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -13,6 +13,7 @@ |
'../third_party/re2/re2.gyp:re2', |
'../third_party/zlib/google/zip.gyp:zip', |
'../third_party/zlib/zlib.gyp:zlib', |
+ '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
'../ui/accessibility/accessibility.gyp:accessibility', |
'../ui/accessibility/accessibility.gyp:ax_gen', |
'../ui/base/ui_base.gyp:ui_base', |
@@ -26,6 +27,10 @@ |
], |
'export_dependent_settings': [ |
'../ui/accessibility/accessibility.gyp:ax_gen', |
+ # The public content API headers directly include Blink API headers, so we |
+ # have to export the blink header settings so that relative paths in these |
+ # headers resolve correctly. |
+ '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
], |
'include_dirs': [ |
'..', |