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

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

Issue 2880933002: Download driver for components/download. (Closed)
Patch Set: Polish comment. 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 cabd4eee2d076b72ad3614b701f148f778bdb8b3..87032dcfd7d4da0cd0cfd509d74c569af74a8a47 100644
--- a/components/download/internal/test/BUILD.gn
+++ b/components/download/internal/test/BUILD.gn
@@ -12,6 +12,8 @@ source_set("test_support") {
"entry_utils.h",
"mock_model_client.cc",
"mock_model_client.h",
+ "test_download_driver.cc",
+ "test_download_driver.h",
"test_store.cc",
"test_store.h",
]
@@ -19,6 +21,7 @@ source_set("test_support") {
public_deps = [
"//base",
"//components/download/internal",
+ "//components/download/public",
"//testing/gmock",
]
}
« no previous file with comments | « components/download/internal/driver_entry.cc ('k') | components/download/internal/test/test_download_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698