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

Unified Diff: chrome/browser/resources/downloads/compiled_resources.gyp

Issue 722953002: downloads: add the ability to undo download removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 6 years, 1 month 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/resources/downloads/compiled_resources.gyp
diff --git a/chrome/browser/resources/downloads/compiled_resources.gyp b/chrome/browser/resources/downloads/compiled_resources.gyp
index 1941a665e0dc0f54933228d3a0e30064c33f4071..5b2c7776a14041fe153a4d6f8a30b9bb047889d0 100644
--- a/chrome/browser/resources/downloads/compiled_resources.gyp
+++ b/chrome/browser/resources/downloads/compiled_resources.gyp
@@ -9,6 +9,8 @@
'depends': [
'../../../../ui/webui/resources/js/action_link.js',
'../../../../ui/webui/resources/js/cr.js',
+ '../../../../ui/webui/resources/js/cr/ui.js',
+ '../../../../ui/webui/resources/js/cr/ui/command.js',
'../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
'../../../../ui/webui/resources/js/util.js',
],

Powered by Google App Engine
This is Rietveld 408576698