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

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

Issue 2895953004: Add initial Controller to DownloadService (Closed)
Patch Set: Moved stats out 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
Index: components/download/internal/test/BUILD.gn
diff --git a/components/download/internal/test/BUILD.gn b/components/download/internal/test/BUILD.gn
index 87032dcfd7d4da0cd0cfd509d74c569af74a8a47..5ce54c0ab8b404f9699bb8961d73a6fd2643daf8 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",
"test_download_driver.cc",

Powered by Google App Engine
This is Rietveld 408576698