Mojo: Use network service to load non-local Mojo Apps.
[email protected]
Review URL: https://codereview.chromium.org/323593002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276047 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 4218afd..cf8c26e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -329,6 +329,8 @@
'common/channel_init.h',
'common/common_type_converters.cc',
'common/common_type_converters.h',
+ 'common/data_pipe_utils.cc',
+ 'common/data_pipe_utils.h',
'common/environment_data.cc',
'common/environment_data.h',
'common/handle_watcher.cc',
@@ -472,11 +474,12 @@
'../url/url.gyp:url_lib',
'mojo_external_service_bindings',
'mojo_gles2_impl',
+ 'mojo_native_viewport_service',
+ 'mojo_network_bindings',
'mojo_service_manager',
'mojo_service_provider_bindings',
- 'mojo_system_impl',
- 'mojo_native_viewport_service',
'mojo_spy',
+ 'mojo_system_impl',
],
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'sources': [
@@ -502,24 +505,18 @@
'shell/in_process_dynamic_service_runner.h',
'shell/keep_alive.cc',
'shell/keep_alive.h',
- 'shell/loader.cc',
- 'shell/loader.h',
- 'shell/network_delegate.cc',
- 'shell/network_delegate.h',
+ 'shell/mojo_url_resolver.cc',
+ 'shell/mojo_url_resolver.h',
'shell/out_of_process_dynamic_service_runner.cc',
'shell/out_of_process_dynamic_service_runner.h',
'shell/run.cc',
'shell/run.h',
- 'shell/storage.cc',
- 'shell/storage.h',
'shell/switches.cc',
'shell/switches.h',
'shell/task_runners.cc',
'shell/task_runners.h',
'shell/test_child_process.cc',
'shell/test_child_process.h',
- 'shell/url_request_context_getter.cc',
- 'shell/url_request_context_getter.h',
'shell/view_manager_loader.cc',
'shell/view_manager_loader.h',
],