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

Unified Diff: mojo/mojo_base.gyp

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 3e7ced64a28fbf786f3a57bfda81d996ea53d133..70948a1fff01d5bc2ce76078e1644f9808910d2c 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -185,10 +185,10 @@
],
},
'dependencies': [
- 'mojo_services.gyp:network_service_bindings_mojom',
+ 'mojo_services.gyp:network_service_bindings_generation',
],
'export_dependent_settings': [
- 'mojo_services.gyp:network_service_bindings_mojom',
+ 'mojo_services.gyp:network_service_bindings_generation',
],
'includes': [ '../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
},
@@ -221,9 +221,7 @@
],
'dependencies': [
'mojo_application_bindings',
- ],
- 'export_dependent_settings': [
- 'mojo_application_bindings',
+ 'mojo_common_lib',
],
},
{
@@ -232,10 +230,11 @@
'type': 'static_library',
'dependencies': [
'mojo_application_bindings_mojom',
+ 'mojo_services.gyp:network_service_bindings_lib',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'export_dependent_settings': [
- '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ 'mojo_services.gyp:network_service_bindings_lib',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698