Index: mojo/shell/BUILD.gn |
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn |
index 60edc374174f5553ee6028aff79ef8fe15bfe384..51c6c2153efdc3ff361f3d16eef7773f6b43d508 100644 |
--- a/mojo/shell/BUILD.gn |
+++ b/mojo/shell/BUILD.gn |
@@ -20,8 +20,6 @@ group("all") { |
source_set("shell") { |
output_name = "mojo_shell" |
sources = [ |
- "application_manager.cc", |
- "application_manager.h", |
"connect_params.cc", |
"connect_params.h", |
"connect_util.cc", |
@@ -31,6 +29,8 @@ source_set("shell") { |
"loader.h", |
"native_runner.h", |
"native_runner_delegate.h", |
+ "shell.cc", |
+ "shell.h", |
"switches.cc", |
"switches.h", |
] |