Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 9d7a4996c38d5aee34c9faa9286ffe9b57853762..dfe38bb63f36a0d5181ee5bdd0111d34f91199c1 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -1661,6 +1661,12 @@ |
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
'../ui/surface/surface.gyp:surface', |
], |
+ 'export_dependent_settings': [ |
+ # Headers generated from mojom files are included in content_browser |
+ # headers that are themselves included in files built by dependent |
+ # targets. |
+ 'content_common_mojo_bindings', |
+ ], |
}], |
['enable_printing!=0', { |
'dependencies': [ |