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

Unified Diff: chrome/browser/BUILD.gn

Issue 2915503003: Support PermissionRequestManager for multiple download permissions on Android (Closed)
Patch Set: 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 | « no previous file | chrome/browser/download/download_permission_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 58f30f8673369184979a1fadf9730a0aba6ae18f..7a92554d11c28059cd8e86d25f06a1fcf2adfb36 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -349,6 +349,8 @@ split_static_library("browser") {
"download/download_item_model.h",
"download/download_path_reservation_tracker.cc",
"download/download_path_reservation_tracker.h",
+ "download/download_permission_request.cc",
+ "download/download_permission_request.h",
"download/download_prefs.cc",
"download/download_prefs.h",
"download/download_query.cc",
@@ -3330,8 +3332,6 @@ split_static_library("browser") {
"download/download_danger_prompt.h",
"download/download_dir_policy_handler.cc",
"download/download_dir_policy_handler.h",
- "download/download_permission_request.cc",
- "download/download_permission_request.h",
"download/download_shelf.cc",
"download/download_shelf.h",
"download/download_shelf_context_menu.cc",
« no previous file with comments | « no previous file | chrome/browser/download/download_permission_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698