summaryrefslogtreecommitdiffstats
path: root/mojo/shell/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/BUILD.gn')
-rw-r--r--mojo/shell/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 2e599b6f..113d6c4 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -30,6 +30,8 @@ source_set("shell") {
"static_application_loader.h",
"switches.cc",
"switches.h",
+ "update_fetcher.cc",
+ "update_fetcher.h",
]
public_deps = [
@@ -38,6 +40,7 @@ source_set("shell") {
"//mojo/common",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//mojo/services/network/public/interfaces",
+ "//mojo/services/updater",
"//url",
]
deps = [