Index: mojo/shell/BUILD.gn |
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn |
index 8b98e93952a6342953f597597426d931c794e405..1fafc5bcb36f5280739784360765b9e901d8342d 100644 |
--- a/mojo/shell/BUILD.gn |
+++ b/mojo/shell/BUILD.gn |
@@ -8,7 +8,6 @@ |
source_set("shell") { |
output_name = "mojo_shell" |
sources = [ |
- "application_fetcher.h", |
"application_instance.cc", |
"application_instance.h", |
"application_loader.h", |
@@ -26,13 +25,19 @@ |
"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 = [ |