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

Side by Side Diff: chrome/browser/resources/settings/site_settings/compiled_resources2.gyp

Issue 2500513003: Make setting's protocol handler use cr-action-menu instead of paper-item. (Closed)
Patch Set: fix return type of boolean function Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/protocol_handlers.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'add_site_dialog', 7 'target_name': 'add_site_dialog',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
10 'constants', 10 'constants',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'dependencies': [ 61 'dependencies': [
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
64 'cookie_info', 64 'cookie_info',
65 ], 65 ],
66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
67 }, 67 },
68 { 68 {
69 'target_name': 'protocol_handlers', 69 'target_name': 'protocol_handlers',
70 'dependencies': [ 70 'dependencies': [
71 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
72 'site_settings_behavior', 73 'site_settings_behavior',
73 ], 74 ],
74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 75 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
75 }, 76 },
76 { 77 {
77 'target_name': 'usb_devices', 78 'target_name': 'usb_devices',
78 'dependencies': [ 79 'dependencies': [
79 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 80 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
80 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 { 192 {
192 'target_name': 'zoom_levels', 193 'target_name': 'zoom_levels',
193 'dependencies': [ 194 'dependencies': [
194 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 195 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
195 'site_settings_behavior', 196 'site_settings_behavior',
196 ], 197 ],
197 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 198 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
198 }, 199 },
199 ], 200 ],
200 } 201 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/protocol_handlers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698