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

Unified Diff: chrome/browser/BUILD.gn

Issue 2851303003: Add the download component and initial setup (Closed)
Patch Set: Removed accidental rename Created 3 years, 8 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 8d66725c4bf2f72cfc74ecfa2329e08ba12588b1..f48fa1e204e2ff9af68da6b00aa5280432386615 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -323,6 +323,8 @@ split_static_library("browser") {
"doodle/doodle_service_factory.h",
"download/all_download_item_notifier.cc",
"download/all_download_item_notifier.h",
+ "download/background_download_service_factory.cc",
+ "download/background_download_service_factory.h",
"download/chrome_download_manager_delegate.cc",
"download/chrome_download_manager_delegate.h",
"download/download_confirmation_reason.h",
@@ -1479,6 +1481,7 @@ split_static_library("browser") {
"//components/dom_distiller/content/browser",
"//components/domain_reliability",
"//components/doodle",
+ "//components/download",
"//components/error_page/common",
"//components/favicon/content",
"//components/favicon/core",
« no previous file with comments | « no previous file | chrome/browser/download/background_download_service_factory.h » ('j') | chrome/common/chrome_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698