Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 182313002: Include sync.pb.h in sync_data.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698