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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 0fe6d064580b9ad6318c16b73223f03a11b5c1e4..5e03c370815a902f919de4da4a197db9064f75c1 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -63,6 +63,9 @@
'..',
'<(INTERMEDIATE_DIR)',
],
+ 'export_dependent_settings': [
+ '../content/content.gyp:content_browser',
+ ],
'sources': [
# All .cc, .h, .m, and .mm files under browser/extensions except for
# tests and mocks.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | ppapi/ppapi_proxy_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698