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

Unified Diff: url/url.gyp

Issue 2153093002: gyp: url_mojom should be a hard_dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url.gyp
diff --git a/url/url.gyp b/url/url.gyp
index 4b7a4a0ee68138cca0b407a596b79db24f69d11a..1a6a605bd0e5681f18cea2370381183f112853a2 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -140,6 +140,10 @@
'export_dependent_settings': [
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
],
+ # url_interfaces_mojom generates headers and is a hard dependency.
+ # It seems that this hard dependency status is not propagated to
brettw 2016/07/15 17:03:40 Just remove "it seems" because GYP does indeed not
Mostyn Bramley-Moore 2016/07/15 17:29:43 Done.
+ # this target, so we must set it explicitly.
+ 'hard_dependency': 1,
'dependencies': [
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'url_interfaces_mojom',
« 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