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

Unified Diff: trunk/src/mojo/mojo.gyp

Issue 304593002: Revert 272983 "Change Shell / ShellClient to ServiceProvider" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/mojo/mojo.gyp
===================================================================
--- trunk/src/mojo/mojo.gyp (revision 272983)
+++ trunk/src/mojo/mojo.gyp (working copy)
@@ -422,7 +422,7 @@
'../url/url.gyp:url_lib',
'mojo_common_lib',
'mojo_environment_chromium',
- 'mojo_service_provider_bindings',
+ 'mojo_shell_bindings',
'mojo_system_impl',
],
'sources': [
@@ -435,7 +435,7 @@
],
'export_dependent_settings': [
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- 'mojo_service_provider_bindings',
+ 'mojo_shell_bindings',
],
},
{
@@ -484,7 +484,7 @@
'mojo_external_service_bindings',
'mojo_gles2_impl',
'mojo_service_manager',
- 'mojo_service_provider_bindings',
+ 'mojo_shell_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_application',
+ 'mojo_shell_client',
'mojo_view_manager',
'mojo_view_manager_bindings',
],
@@ -606,7 +606,7 @@
'mojo_environment_chromium',
'mojo_run_all_unittests',
'mojo_service_manager',
- 'mojo_application',
+ 'mojo_shell_client',
],
'variables': {
'mojom_base_output_dir': 'mojo',
@@ -730,7 +730,7 @@
'mojo_common_lib',
'mojo_environment_chromium',
'mojo_jni_headers',
- 'mojo_service_provider_bindings',
+ 'mojo_shell_bindings',
'mojo_shell_lib',
],
'sources': [
@@ -810,7 +810,7 @@
'mojo_common_lib',
'mojo_environment_chromium',
'mojo_jni_headers',
- 'mojo_service_provider_bindings',
+ 'mojo_shell_bindings',
'mojo_shell_lib',
],
'sources': [
@@ -849,7 +849,7 @@
'../dbus/dbus.gyp:dbus',
'mojo_common_lib',
'mojo_external_service_bindings',
- 'mojo_application',
+ 'mojo_shell_client',
'mojo_system_impl',
],
'sources': [
« no previous file with comments | « trunk/src/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc ('k') | trunk/src/mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698