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

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: 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: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 990221e48c945ef6f9bc8c37c59ed74f365ac52f..4bec26e0c9dddf6bde97ef4fd053906364dacc92 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -399,6 +399,9 @@
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../content/content.gyp:content_common',
+ ],
},
]
}
« no previous file with comments | « components/dom_distiller.gypi ('k') | content/content.gyp » ('j') | ppapi/ppapi_proxy_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698