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

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: adjust comment 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..a7e5b02d4d8e2d982779160470a3c8d45b11e729 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.
+ # That hard dependency status is not propagated to 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