Index: chrome/chrome_browser_extensions.gypi |
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi |
index 3f4d8c66444790d32585ab16a7f1a2e159b131d5..15f334cfb2fa8998a0b419a982d1db65859938c8 100644 |
--- a/chrome/chrome_browser_extensions.gypi |
+++ b/chrome/chrome_browser_extensions.gypi |
@@ -63,6 +63,11 @@ |
'..', |
'<(INTERMEDIATE_DIR)', |
], |
+ # This target has header files that include files from sync. Give our |
Nico
2014/03/07 19:13:00
""that include generated header files…"
maniscalco
2014/03/07 23:44:37
Done.
|
+ # dependents access to those headers. |
+ 'export_dependent_settings': [ |
+ '../sync/sync.gyp:sync', |
+ ], |
'sources': [ |
# All .cc, .h, .m, and .mm files under browser/extensions except for |
# tests and mocks. |