| Index: mojo/shell/BUILD.gn
|
| diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
|
| index 38fca1e7c4865d3fb60e49884d305a9d0e82c3c9..8b98e93952a6342953f597597426d931c794e405 100644
|
| --- a/mojo/shell/BUILD.gn
|
| +++ b/mojo/shell/BUILD.gn
|
| @@ -8,6 +8,7 @@
|
| source_set("shell") {
|
| output_name = "mojo_shell"
|
| sources = [
|
| + "application_fetcher.h",
|
| "application_instance.cc",
|
| "application_instance.h",
|
| "application_loader.h",
|
| @@ -26,7 +27,6 @@
|
| "identity.cc",
|
| "identity.h",
|
| "native_runner.h",
|
| - "package_manager.h",
|
| "query_util.cc",
|
| "query_util.h",
|
| "static_application_loader.cc",
|
| @@ -60,8 +60,6 @@
|
| "application_manager_unittest.cc",
|
| "capability_filter_unittest.cc",
|
| "query_util_unittest.cc",
|
| - "test_package_manager.cc",
|
| - "test_package_manager.h",
|
| ]
|
|
|
| deps = [
|
|
|