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

Unified Diff: mojo/shell/BUILD.gn

Issue 1350023002: Revert of 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/runner/native_runner_unittest.cc ('k') | mojo/shell/application_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 38fca1e7c4865d3fb60e49884d305a9d0e82c3c9..8b98e93952a6342953f597597426d931c794e405 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -8,6 +8,7 @@
source_set("shell") {
output_name = "mojo_shell"
sources = [
+ "application_fetcher.h",
"application_instance.cc",
"application_instance.h",
"application_loader.h",
@@ -26,7 +27,6 @@
"identity.cc",
"identity.h",
"native_runner.h",
- "package_manager.h",
"query_util.cc",
"query_util.h",
"static_application_loader.cc",
@@ -60,8 +60,6 @@
"application_manager_unittest.cc",
"capability_filter_unittest.cc",
"query_util_unittest.cc",
- "test_package_manager.cc",
- "test_package_manager.h",
]
deps = [
« no previous file with comments | « mojo/runner/native_runner_unittest.cc ('k') | mojo/shell/application_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698