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

Unified Diff: mojo/mojo_public.gypi

Issue 298003008: Shell / ShellClient -> ServiceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 4bee9a353f27bc1c06d52bea74694c5aad8dac2c..2f36963ccc77118be0df9635f151038eed5cf841 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -364,10 +364,10 @@
],
},
{
- 'target_name': 'mojo_shell_bindings',
+ 'target_name': 'mojo_service_provider_bindings',
'type': 'static_library',
'sources': [
- 'public/interfaces/shell/shell.mojom',
+ 'public/interfaces/service_provider/service_provider.mojom',
],
'variables': {
'mojom_base_output_dir': 'mojo',
@@ -381,20 +381,20 @@
],
},
{
- 'target_name': 'mojo_shell_client',
+ 'target_name': 'mojo_application',
'type': 'static_library',
'sources': [
- 'public/cpp/shell/application.h',
- 'public/cpp/shell/connect.h',
- 'public/cpp/shell/lib/application.cc',
- 'public/cpp/shell/lib/service_connector.cc',
- 'public/cpp/shell/lib/service_connector.h',
+ 'public/cpp/application/application.h',
+ 'public/cpp/application/connect.h',
+ 'public/cpp/application/lib/application.cc',
+ 'public/cpp/application/lib/service_connector.cc',
+ 'public/cpp/application/lib/service_connector.h',
],
'dependencies': [
- 'mojo_shell_bindings',
+ 'mojo_service_provider_bindings',
],
'export_dependent_settings': [
- 'mojo_shell_bindings',
+ 'mojo_service_provider_bindings',
],
},
],
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698