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

Unified Diff: mojo/public/mojo_public.gyp

Issue 726933006: Explicitly declare mojo_application_base->mojom dep in gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: different deps 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/mojo_public.gyp
diff --git a/mojo/public/mojo_public.gyp b/mojo/public/mojo_public.gyp
index 1e62097819e66d3a7a27c50b305fa994465ad59d..f19e263065d1c398f896d127842bb7dd269a3979 100644
--- a/mojo/public/mojo_public.gyp
+++ b/mojo/public/mojo_public.gyp
@@ -237,9 +237,11 @@
],
'dependencies': [
'mojo_application_bindings',
+ 'mojo_application_bindings_mojom',
],
'export_dependent_settings': [
'mojo_application_bindings',
+ 'mojo_application_bindings_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