summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_shell.gyp
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-02-17 18:10:23 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-18 02:11:20 +0000
commit41f2fe9d2925a4cb17582dfa974217f5765e83d5 (patch)
tree7a62c50d0f30034e940e8f4e031c6164f5a704eb /mojo/mojo_shell.gyp
parentdf7c0802a46e34a48c5497a9133dddd25b94a14f (diff)
downloadchromium_src-41f2fe9d2925a4cb17582dfa974217f5765e83d5.zip
chromium_src-41f2fe9d2925a4cb17582dfa974217f5765e83d5.tar.gz
chromium_src-41f2fe9d2925a4cb17582dfa974217f5765e83d5.tar.bz2
Remove the old package manager
BUG= Review URL: https://codereview.chromium.org/1701933004 Cr-Commit-Position: refs/heads/master@{#376064}
Diffstat (limited to 'mojo/mojo_shell.gyp')
-rw-r--r--mojo/mojo_shell.gyp48
1 files changed, 2 insertions, 46 deletions
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 37d72f3..28b8062 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -20,18 +20,13 @@
'shell/capability_filter.h',
'shell/connect_to_application_params.cc',
'shell/connect_to_application_params.h',
+ 'shell/content_handler_connection.cc',
+ 'shell/content_handler_connection.h',
'shell/connect_util.cc',
'shell/connect_util.h',
- 'shell/data_pipe_peek.cc',
- 'shell/data_pipe_peek.h',
- 'shell/fetcher.cc',
- 'shell/fetcher.h',
'shell/identity.cc',
'shell/identity.h',
'shell/native_runner.h',
- 'shell/package_manager.h',
- 'shell/query_util.cc',
- 'shell/query_util.h',
'shell/shell_application_delegate.cc',
'shell/shell_application_delegate.h',
'shell/shell_application_loader.cc',
@@ -54,50 +49,11 @@
'<(DEPTH)/url/url.gyp:url_lib',
],
}, {
- 'target_name': 'mojo_fetcher_lib',
- 'type': 'static_library',
- 'sources': [
- 'shell/fetcher/about_fetcher.cc',
- 'shell/fetcher/about_fetcher.h',
- 'shell/fetcher/data_fetcher.cc',
- 'shell/fetcher/data_fetcher.h',
- 'shell/fetcher/local_fetcher.cc',
- 'shell/fetcher/local_fetcher.h',
- 'shell/fetcher/network_fetcher.cc',
- 'shell/fetcher/network_fetcher.h',
- 'shell/fetcher/switches.cc',
- 'shell/fetcher/switches.h',
- 'shell/fetcher/url_resolver.cc',
- 'shell/fetcher/url_resolver.h',
- 'shell/package_manager/content_handler_connection.cc',
- 'shell/package_manager/content_handler_connection.h',
- 'shell/package_manager/package_manager_impl.cc',
- 'shell/package_manager/package_manager_impl.h',
- ],
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(DEPTH)/crypto/crypto.gyp:crypto',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
- '<(DEPTH)/mojo/mojo_services.gyp:network_service_bindings_lib',
- '<(DEPTH)/mojo/mojo_services.gyp:updater_bindings_lib',
- '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib',
- '<(DEPTH)/net/net.gyp:net',
- '<(DEPTH)/url/url.gyp:url_lib',
- ]
- }, {
'target_name': 'mojo_shell_unittests',
'type': 'executable',
'sources': [
'shell/application_manager_unittest.cc',
'shell/capability_filter_unittest.cc',
- 'shell/query_util_unittest.cc',
- 'shell/test_package_manager.cc',
- 'shell/test_package_manager.h',
],
'dependencies': [
'<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib',