| Index: shell/application_manager/BUILD.gn
|
| diff --git a/shell/application_manager/BUILD.gn b/shell/application_manager/BUILD.gn
|
| index 90cc8de31390c536120600d8f3699b012342847e..d0711c6db9f8a7b115a9ddbd11652aef49eb7f8d 100644
|
| --- a/shell/application_manager/BUILD.gn
|
| +++ b/shell/application_manager/BUILD.gn
|
| @@ -10,16 +10,18 @@ component("application_manager") {
|
| sources = [
|
| "application_loader.h",
|
| "application_manager.cc",
|
| - "application_manager.h",
|
| "application_manager_export.h",
|
| + "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",
|
| ]
|
| @@ -46,6 +48,7 @@ component("application_manager") {
|
| test("mojo_application_manager_unittests") {
|
| sources = [
|
| "application_manager_unittest.cc",
|
| + "query_util_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|