| 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',
|
|
|