| Index: components/download/internal/BUILD.gn
|
| diff --git a/components/download/internal/BUILD.gn b/components/download/internal/BUILD.gn
|
| index d1e1e43b885592384ba500f6850a38face85125d..80a359848b0b6a24338ca56e38c7529f4d9feb45 100644
|
| --- a/components/download/internal/BUILD.gn
|
| +++ b/components/download/internal/BUILD.gn
|
| @@ -16,8 +16,13 @@ static_library("internal") {
|
| ]
|
|
|
| sources = [
|
| + "client_set.cc",
|
| + "client_set.h",
|
| "config.cc",
|
| "config.h",
|
| + "controller.h",
|
| + "controller_impl.cc",
|
| + "controller_impl.h",
|
| "download_driver.h",
|
| "download_service_impl.cc",
|
| "download_service_impl.h",
|
| @@ -25,6 +30,8 @@ static_library("internal") {
|
| "driver_entry.h",
|
| "entry.cc",
|
| "entry.h",
|
| + "entry_utils.cc",
|
| + "entry_utils.h",
|
| "model.h",
|
| "model_impl.cc",
|
| "model_impl.h",
|
| @@ -34,6 +41,10 @@ static_library("internal") {
|
| "scheduler/battery_listener.h",
|
| "scheduler/network_listener.cc",
|
| "scheduler/network_listener.h",
|
| + "startup_status.cc",
|
| + "startup_status.h",
|
| + "stats.cc",
|
| + "stats.h",
|
| "store.h",
|
| ]
|
|
|
| @@ -50,6 +61,9 @@ source_set("unit_tests") {
|
| visibility = [ "//components/download:unit_tests" ]
|
|
|
| sources = [
|
| + "client_set_unittest.cc",
|
| + "controller_impl_unittest.cc",
|
| + "entry_utils_unittest.cc",
|
| "model_impl_unittest.cc",
|
| "scheduler/battery_listener_unittest.cc",
|
| "scheduler/network_listener_unittest.cc",
|
|
|