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

Unified Diff: mojo/mojo_shell.gyp

Issue 1352663002: Extract some stuff into PackageManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/fetcher/base_application_fetcher.cc ('k') | mojo/package_manager/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 598ef3dd115cd5283b7fe7bfd046a2e5a767bea5..62bba848a053cd3e02be5d1676d146bc36e9c140 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -25,6 +25,7 @@
'shell/identity.cc',
'shell/identity.h',
'shell/native_runner.h',
+ 'shell/package_manager.h',
'shell/query_util.cc',
'shell/query_util.h',
'shell/static_application_loader.cc',
@@ -50,8 +51,6 @@
'sources': [
'fetcher/about_fetcher.cc',
'fetcher/about_fetcher.h',
- 'fetcher/base_application_fetcher.cc',
- 'fetcher/base_application_fetcher.h',
'fetcher/local_fetcher.cc',
'fetcher/local_fetcher.h',
'fetcher/network_fetcher.cc',
@@ -62,6 +61,8 @@
'fetcher/update_fetcher.h',
'fetcher/url_resolver.cc',
'fetcher/url_resolver.h',
+ 'package_manager/package_manager_impl.cc',
+ 'package_manager/package_manager_impl.h',
],
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
@@ -84,6 +85,8 @@
'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/fetcher/base_application_fetcher.cc ('k') | mojo/package_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698