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

Unified Diff: components/nacl.gyp

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: fix bad merge of export_dependent_settings block in content_browser.gypi 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
« no previous file with comments | « components/dom_distiller.gypi ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index b212219e0c9e62e2bd51b8aa322871f8b48aa93e..c4985838ec21181041c6ba008ee32a1ad2c1d0bf 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -402,6 +402,9 @@
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../content/content.gyp:content_common',
jochen (gone - plz use gerrit) 2014/03/16 16:06:23 note that this appears to break linking on chromeo
+ ],
},
]
}
« no previous file with comments | « components/dom_distiller.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698