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

Unified Diff: components/download/internal/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
« no previous file with comments | « components/download/content/download_driver_impl_unittest.cc ('k') | components/download/internal/DEPS » ('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 7e35171d0ce03e25f56a00d1e66f2fb9cf6811d6..d1e1e43b885592384ba500f6850a38face85125d 100644
--- a/components/download/internal/BUILD.gn
+++ b/components/download/internal/BUILD.gn
@@ -11,14 +11,18 @@ static_library("internal") {
visibility = [
":*",
"//components/download",
+ "//components/download/content",
"//components/download/internal/test:test_support",
]
sources = [
"config.cc",
"config.h",
+ "download_driver.h",
"download_service_impl.cc",
"download_service_impl.h",
+ "driver_entry.cc",
+ "driver_entry.h",
"entry.cc",
"entry.h",
"model.h",
« no previous file with comments | « components/download/content/download_driver_impl_unittest.cc ('k') | components/download/internal/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698