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

Unified Diff: mojo/mojo_public.gypi

Issue 423613002: Mojo: split up service_provider.mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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.gyp ('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 a728bdc75a4a225534fa4ab4929369767b97bbd3..63c46923751518d4cd766f10245cc050a56284d9 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -164,11 +164,13 @@
],
},
{
- # GN version: //mojo/public/interfaces/service_provider
- 'target_name': 'mojo_service_provider_bindings',
+ # GN version: //mojo/public/interfaces/application:application
+ 'target_name': 'mojo_application_bindings',
'type': 'static_library',
'sources': [
- 'public/interfaces/service_provider/service_provider.mojom',
+ 'public/interfaces/application/application.mojom',
+ 'public/interfaces/application/service_provider.mojom',
+ 'public/interfaces/application/shell.mojom',
],
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'dependencies': [
@@ -198,10 +200,10 @@
'public/cpp/application/lib/service_registry.h',
],
'dependencies': [
- 'mojo_service_provider_bindings',
+ 'mojo_application_bindings',
],
'export_dependent_settings': [
- 'mojo_service_provider_bindings',
+ 'mojo_application_bindings',
],
},
],
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698