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

Unified Diff: mojo/shell/BUILD.gn

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/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 8b98e93952a6342953f597597426d931c794e405..38fca1e7c4865d3fb60e49884d305a9d0e82c3c9 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -8,7 +8,6 @@ import("//testing/test.gni")
source_set("shell") {
output_name = "mojo_shell"
sources = [
- "application_fetcher.h",
"application_instance.cc",
"application_instance.h",
"application_loader.h",
@@ -27,6 +26,7 @@ source_set("shell") {
"identity.cc",
"identity.h",
"native_runner.h",
+ "package_manager.h",
"query_util.cc",
"query_util.h",
"static_application_loader.cc",
@@ -60,6 +60,8 @@ test("mojo_shell_unittests") {
"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