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

Unified Diff: components/download/internal/test/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 | « components/download/internal/stats.cc ('k') | components/download/internal/test/empty_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/download/internal/test/BUILD.gn
diff --git a/components/download/internal/test/BUILD.gn b/components/download/internal/test/BUILD.gn
index 3ee693ea45290cf0130804bc1444c017d0b6bfda..46f1d42a4b78cb6ef109ff4aaee8fab5b829fb20 100644
--- a/components/download/internal/test/BUILD.gn
+++ b/components/download/internal/test/BUILD.gn
@@ -8,8 +8,12 @@ source_set("test_support") {
testonly = true
sources = [
+ "empty_client.cc",
+ "empty_client.h",
"entry_utils.cc",
"entry_utils.h",
+ "mock_client.cc",
+ "mock_client.h",
"mock_model_client.cc",
"mock_model_client.h",
"noop_store.cc",
« no previous file with comments | « components/download/internal/stats.cc ('k') | components/download/internal/test/empty_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698