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

Unified Diff: chrome/browser/resources/settings/downloads_page/compiled_resources2.gyp

Issue 2713343003: MD Settings: Add "Auto Open" setting to Downloads page UI. (Closed)
Patch Set: format Created 3 years, 10 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/resources/settings/downloads_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/downloads_page/compiled_resources2.gyp b/chrome/browser/resources/settings/downloads_page/compiled_resources2.gyp
index 575d24afb5bf3a88c540b6849f21ea0ecae9d673..679ee9e4791fe3f096484d007ce431414f2d18d4 100644
--- a/chrome/browser/resources/settings/downloads_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/downloads_page/compiled_resources2.gyp
@@ -4,11 +4,21 @@
{
'targets': [
{
+ 'target_name': 'downloads_browser_proxy',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'downloads_page',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior',
'../settings_ui/compiled_resources2.gyp:settings_ui_types',
+ 'downloads_browser_proxy',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/downloads_page/downloads_browser_proxy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698