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

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

Issue 2842303004: MD Settings: update dialogs to focus without ink when using mouse (Closed)
Patch Set: merge 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 unified diff | Download patch
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 104 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
106 'site_settings_behavior', 106 'site_settings_behavior',
107 ], 107 ],
108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
109 }, 109 },
110 { 110 {
111 'target_name': 'site_data', 111 'target_name': 'site_data',
112 'dependencies': [ 112 'dependencies': [
113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
114 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with out_ink',
114 '../settings_page/compiled_resources2.gyp:settings_subpage_search', 115 '../settings_page/compiled_resources2.gyp:settings_subpage_search',
115 'cookie_tree_behavior', 116 'cookie_tree_behavior',
116 'cookie_tree_node', 117 'cookie_tree_node',
117 ], 118 ],
118 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 119 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
119 }, 120 },
120 { 121 {
121 'target_name': 'site_data_details_subpage', 122 'target_name': 'site_data_details_subpage',
122 'dependencies': [ 123 'dependencies': [
123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 124 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 }, 160 },
160 { 161 {
161 'target_name': 'site_list', 162 'target_name': 'site_list',
162 'dependencies': [ 163 'dependencies': [
163 '../compiled_resources2.gyp:route', 164 '../compiled_resources2.gyp:route',
164 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 165 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
165 'constants', 166 'constants',
166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 167 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
167 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 169 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
170 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with out_ink',
169 '<(EXTERNS_GYP):settings_private', 171 '<(EXTERNS_GYP):settings_private',
170 'site_settings_behavior', 172 'site_settings_behavior',
171 ], 173 ],
172 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 174 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
173 }, 175 },
174 { 176 {
175 'target_name': 'site_settings_behavior', 177 'target_name': 'site_settings_behavior',
176 'dependencies': [ 178 'dependencies': [
177 '../compiled_resources2.gyp:route', 179 '../compiled_resources2.gyp:route',
178 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_indicator_behavior', 180 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_indicator_behavior',
(...skipping 28 matching lines...) Expand all
207 { 209 {
208 'target_name': 'zoom_levels', 210 'target_name': 'zoom_levels',
209 'dependencies': [ 211 'dependencies': [
210 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 212 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
211 'site_settings_behavior', 213 'site_settings_behavior',
212 ], 214 ],
213 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 215 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
214 }, 216 },
215 ], 217 ],
216 } 218 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698