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

Unified Diff: mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi

Issue 744203002: GYP: fix compile flake for second-hand use of generated headers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi
diff --git a/mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi b/mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi
index 68348fb4bc7484625ded06d2ee32f35ab8de7603..ccc1da2734683f7677b0f800c4e0287a81070a30 100644
--- a/mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi
+++ b/mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi
@@ -51,6 +51,9 @@
'<(DEPTH)',
'<(SHARED_INTERMEDIATE_DIR)',
],
+ # Make sure the generated header files are available for any static library
+ # that depends on a static library that depends on this generator.
+ 'hard_dependency': 1,
'direct_dependent_settings': {
Nico 2014/11/20 21:33:28 Having a direct_dependent_settings child in a dire
jamesr 2014/11/20 21:41:31 all_dependent_settings seems too extreme (that mea
Nico 2014/11/20 21:45:14 Try harder? As is, this works fine for 2 levels of
Nick Bray (chromium) 2014/11/20 21:48:55 all_dependent_settings was deemed too extreme on c
# Include paths needed to find the generated header files and their
# transitive dependancies when using the library.
@@ -65,5 +68,4 @@
},
}
},
- 'hard_dependency': 1,
Nico 2014/11/20 21:33:28 Don't you need both this too?
Nick Bray (chromium) 2014/11/20 21:48:55 I believe hard_dependency only affects dependencie
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698