| Index: shell/application_manager/BUILD.gn
|
| diff --git a/shell/application_manager/BUILD.gn b/shell/application_manager/BUILD.gn
|
| index 5bc0bf627caff315484023f002ba6345dc33705e..b53e473bd762e509a6528a5111d74c431873fda2 100644
|
| --- a/shell/application_manager/BUILD.gn
|
| +++ b/shell/application_manager/BUILD.gn
|
| @@ -13,12 +13,14 @@ component("application_manager") {
|
| "application_manager.h",
|
| "data_pipe_peek.cc",
|
| "data_pipe_peek.h",
|
| + "fetcher.cc",
|
| + "fetcher.h",
|
| "local_fetcher.cc",
|
| "local_fetcher.h",
|
| "network_fetcher.cc",
|
| "network_fetcher.h",
|
| - "fetcher.cc",
|
| - "fetcher.h",
|
| + "query_util.cc",
|
| + "query_util.h",
|
| "shell_impl.cc",
|
| "shell_impl.h",
|
| ]
|
| @@ -45,6 +47,7 @@ component("application_manager") {
|
| test("mojo_application_manager_unittests") {
|
| sources = [
|
| "application_manager_unittest.cc",
|
| + "query_util_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|