Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1156)

Unified Diff: components/download/internal/BUILD.gn

Issue 2895953004: Add initial Controller to DownloadService (Closed)
Patch Set: Rebased Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/download/download_service_factory.cc ('k') | components/download/internal/client_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/download/internal/BUILD.gn
diff --git a/components/download/internal/BUILD.gn b/components/download/internal/BUILD.gn
index dc7450657f6238e7bcefa56d26a8f9f0419b77ba..ae5c2ae3db95414069f813f0b9775a99fb9d7f44 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",
@@ -27,6 +32,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",
@@ -36,6 +43,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",
]
@@ -54,7 +65,10 @@ source_set("unit_tests") {
visibility = [ "//components/download:unit_tests" ]
sources = [
+ "client_set_unittest.cc",
+ "controller_impl_unittest.cc",
"download_store_unittest.cc",
+ "entry_utils_unittest.cc",
"model_impl_unittest.cc",
"proto_conversions_unittest.cc",
"scheduler/battery_listener_unittest.cc",
« no previous file with comments | « chrome/browser/download/download_service_factory.cc ('k') | components/download/internal/client_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698