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

Unified Diff: content/content_common.gypi

Issue 2102183002: Fix dependency issue in content_common (gyp) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 6 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 | « no previous file | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index cffd0fe024778e9e7f361488e95cce69684830e6..1209cf89bf9277c79d2c59a08ab2863d2f5baa4c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -53,6 +53,11 @@
'content.gyp:common_features',
'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
+ # content/public/common/common_param_traits_macros.h includes a generated
+ # header from blink.gyp:mojo_bindings. We need to be sure any targets that
+ # depend on content_common also depend upon blink.gyp:mojo_bindings so
+ # that the header is generated before compile starts.
+ 'hard_dependency': '1',
'include_dirs': [
'..',
],
« no previous file with comments | « no previous file | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698