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

Unified Diff: chrome/browser/BUILD.gn

Issue 2453633006: [downloads] Move platform specific code out of DownloadTargetDeterminer. (Closed)
Patch Set: . Created 4 years, 2 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 72e5b53f13124d3530cd930692220808645f0cb3..5e42031a7c57e5c3a3b524fedff15374cc823f11 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -301,6 +301,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",
@@ -334,7 +336,9 @@ 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_target_result.h",
"download/download_ui_controller.cc",
"download/download_ui_controller.h",
"download/drag_download_item.h",

Powered by Google App Engine
This is Rietveld 408576698