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

Unified Diff: mojo/mojo_shell.gyp

Issue 1701933004: Remove the old package manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@am2
Patch Set: . Created 4 years, 10 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/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 37d72f3cba8b45fa2669c1d38393409b5bd54813..28b8062872c4529e013017a956e1259bfafac835 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',
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698