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

Unified Diff: mojo/mojo.gyp

Issue 298653010: Change Shell / ShellClient to ServiceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Support content Mojo stuff Created 6 years, 7 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.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 3893b6b7ebd6a57b50804df6389662ce8dce27a6..5bbe9bfa103b153f2db4f0ef608686a0df80ddd5 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -422,7 +422,7 @@
'../url/url.gyp:url_lib',
'mojo_common_lib',
'mojo_environment_chromium',
- 'mojo_shell_bindings',
+ 'mojo_service_provider_bindings',
'mojo_system_impl',
],
'sources': [
@@ -435,7 +435,7 @@
],
'export_dependent_settings': [
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- 'mojo_shell_bindings',
+ 'mojo_service_provider_bindings',
],
},
{
@@ -484,7 +484,7 @@
'mojo_external_service_bindings',
'mojo_gles2_impl',
'mojo_service_manager',
- 'mojo_shell_bindings',
+ 'mojo_service_provider_bindings',
'mojo_system_impl',
'mojo_native_viewport_service',
'mojo_spy',
@@ -549,7 +549,7 @@
# These are only necessary as long as we hard code use of ViewManager.
'../skia/skia.gyp:skia',
'mojo_gles2',
- 'mojo_shell_client',
+ 'mojo_application',
'mojo_view_manager',
'mojo_view_manager_bindings',
],
@@ -606,7 +606,7 @@
'mojo_environment_chromium',
'mojo_run_all_unittests',
'mojo_service_manager',
- 'mojo_shell_client',
+ 'mojo_application',
],
'variables': {
'mojom_base_output_dir': 'mojo',
@@ -730,7 +730,7 @@
'mojo_common_lib',
'mojo_environment_chromium',
'mojo_jni_headers',
- 'mojo_shell_bindings',
+ 'mojo_service_provider_bindings',
'mojo_shell_lib',
],
'sources': [
@@ -810,7 +810,7 @@
'mojo_common_lib',
'mojo_environment_chromium',
'mojo_jni_headers',
- 'mojo_shell_bindings',
+ 'mojo_service_provider_bindings',
'mojo_shell_lib',
],
'sources': [
@@ -849,7 +849,7 @@
'../dbus/dbus.gyp:dbus',
'mojo_common_lib',
'mojo_external_service_bindings',
- 'mojo_shell_client',
+ 'mojo_application',
'mojo_system_impl',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698