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

Unified Diff: chrome/browser/BUILD.gn

Issue 2453633006: [downloads] Move platform specific code out of DownloadTargetDeterminer. (Closed)
Patch Set: . Created 3 years, 9 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 d227eff23070baa628a26e68d38d359f2993695e..fdff120342ad7e866713fccc723e4ec12937ae78 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -329,6 +329,8 @@ split_static_library("browser") {
"download/all_download_item_notifier.h",
"download/chrome_download_manager_delegate.cc",
"download/chrome_download_manager_delegate.h",
+ "download/download_confirmation_reason.h",
+ "download/download_confirmation_result.h",
"download/download_crx_util_android.cc",
"download/download_file_picker.cc",
"download/download_file_picker.h",
@@ -362,6 +364,7 @@ split_static_library("browser") {
"download/download_target_determiner.cc",
"download/download_target_determiner.h",
"download/download_target_determiner_delegate.h",
+ "download/download_target_info.cc",
"download/download_target_info.h",
"download/download_ui_controller.cc",
"download/download_ui_controller.h",

Powered by Google App Engine
This is Rietveld 408576698