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

Unified Diff: mojo/shell/BUILD.gn

Issue 1342503003: Move fetching logic out of ApplicationManager, eliminate url mappings. (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/url_resolver_unittest.cc ('k') | mojo/shell/DEPS » ('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 1fafc5bcb36f5280739784360765b9e901d8342d..8b98e93952a6342953f597597426d931c794e405 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -8,6 +8,7 @@ import("//testing/test.gni")
source_set("shell") {
output_name = "mojo_shell"
sources = [
+ "application_fetcher.h",
"application_instance.cc",
"application_instance.h",
"application_loader.h",
@@ -25,19 +26,13 @@ source_set("shell") {
"fetcher.h",
"identity.cc",
"identity.h",
- "local_fetcher.cc",
- "local_fetcher.h",
"native_runner.h",
- "network_fetcher.cc",
- "network_fetcher.h",
"query_util.cc",
"query_util.h",
"static_application_loader.cc",
"static_application_loader.h",
"switches.cc",
"switches.h",
- "update_fetcher.cc",
- "update_fetcher.h",
]
public_deps = [
« no previous file with comments | « mojo/runner/url_resolver_unittest.cc ('k') | mojo/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698