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

Unified Diff: mojo/mojo.gyp

Issue 93793009: Implement ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow Android to be built Created 7 years 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/examples/sample_app/sample_app.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 69803115d589eec0bd4bb8f556d040f776dd9b5e..92c790a325bb9f891e837b42c3efb1b8db65f9f0 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -250,12 +250,11 @@
'mojo_bindings',
'mojo_gles2_impl',
'mojo_native_viewport_service',
+ 'mojo_shell_bindings',
'mojo_system',
'mojo_system_impl',
],
'sources': [
- 'shell/app_container.cc',
- 'shell/app_container.h',
'shell/context.cc',
'shell/context.h',
'shell/init.cc',
@@ -268,6 +267,8 @@
'shell/run.h',
'shell/storage.cc',
'shell/storage.h',
+ 'shell/service_manager.cc',
+ 'shell/service_manager.h',
'shell/switches.cc',
'shell/switches.h',
'shell/task_runners.cc',
@@ -285,6 +286,18 @@
],
},
{
+ 'target_name': 'mojo_shell_bindings',
+ 'type': 'static_library',
+ 'sources': [
+ 'shell/shell.mojom',
+ ],
+ 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
+ 'export_dependent_settings': [
+ 'mojo_bindings',
+ 'mojo_system',
+ ],
+ },
+ {
'target_name': 'mojo_shell',
'type': 'executable',
'dependencies': [
@@ -358,6 +371,8 @@
'mojo_common_lib',
'mojo_jni_headers',
'mojo_shell_lib',
+ 'mojo_shell_bindings',
+ 'mojo_native_viewport_service',
],
'sources': [
'shell/android/library_loader.cc',
« no previous file with comments | « mojo/examples/sample_app/sample_app.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698