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/people_page/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': 'camera', 7 'target_name': 'camera',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 58 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
59 }, 59 },
60 { 60 {
61 'target_name': 'fingerprint_list', 61 'target_name': 'fingerprint_list',
62 'dependencies': [ 62 'dependencies': [
63 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', 63 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp iled_resources2.gyp:paper-ripple-extracted', 64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp iled_resources2.gyp:paper-ripple-extracted',
65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
68 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with out_ink',
68 '<(EXTERNS_GYP):web_animations', 69 '<(EXTERNS_GYP):web_animations',
69 70
70 'fingerprint_browser_proxy', 71 'fingerprint_browser_proxy',
71 ], 72 ],
72 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
73 }, 74 },
74 { 75 {
75 'target_name': 'fingerprint_progress_arc', 76 'target_name': 'fingerprint_progress_arc',
76 'dependencies': [ 77 'dependencies': [
77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
78 ], 79 ],
79 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
80 }, 81 },
81 { 82 {
82 'target_name': 'import_data_browser_proxy', 83 'target_name': 'import_data_browser_proxy',
83 'dependencies': [ 84 'dependencies': [
84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
85 ], 86 ],
86 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
87 }, 88 },
88 { 89 {
89 'target_name': 'lock_screen', 90 'target_name': 'lock_screen',
90 'dependencies': [ 91 'dependencies': [
91 '../compiled_resources2.gyp:route', 92 '../compiled_resources2.gyp:route',
92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
96 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with out_ink',
95 'easy_unlock_browser_proxy', 97 'easy_unlock_browser_proxy',
96 'easy_unlock_turn_off_dialog', 98 'easy_unlock_turn_off_dialog',
97 'fingerprint_browser_proxy', 99 'fingerprint_browser_proxy',
98 'lock_screen_constants', 100 'lock_screen_constants',
99 'lock_state_behavior', 101 'lock_state_behavior',
100 'password_prompt_dialog', 102 'password_prompt_dialog',
101 ], 103 ],
102 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 104 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
103 }, 105 },
104 { 106 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 { 150 {
149 'target_name': 'people_page', 151 'target_name': 'people_page',
150 'dependencies': [ 152 'dependencies': [
151 '../compiled_resources2.gyp:route', 153 '../compiled_resources2.gyp:route',
152 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 154 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 156 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 157 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
156 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 158 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
157 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 159 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
160 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with out_ink',
158 'lock_screen', 161 'lock_screen',
159 'lock_screen_constants', 162 'lock_screen_constants',
160 'lock_state_behavior', 163 'lock_state_behavior',
161 'profile_info_browser_proxy', 164 'profile_info_browser_proxy',
162 'sync_browser_proxy', 165 'sync_browser_proxy',
163 ], 166 ],
164 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 167 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
165 }, 168 },
166 { 169 {
167 'target_name': 'profile_info_browser_proxy', 170 'target_name': 'profile_info_browser_proxy',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'target_name': 'users_add_user_dialog', 229 'target_name': 'users_add_user_dialog',
227 'dependencies': [ 230 'dependencies': [
228 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 231 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
229 '<(EXTERNS_GYP):users_private', 232 '<(EXTERNS_GYP):users_private',
230 ], 233 ],
231 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 234 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
232 }, 235 },
233 { 236 {
234 'target_name': 'users_page', 237 'target_name': 'users_page',
235 'dependencies': [ 238 'dependencies': [
239 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with out_ink',
236 'user_list', 240 'user_list',
237 'users_add_user_dialog', 241 'users_add_user_dialog',
238 ], 242 ],
239 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 243 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
240 }, 244 },
241 { 245 {
242 'target_name': 'import_data_dialog', 246 'target_name': 'import_data_dialog',
243 'dependencies': [ 247 'dependencies': [
244 '../prefs/compiled_resources2.gyp:prefs_behavior', 248 '../prefs/compiled_resources2.gyp:prefs_behavior',
245 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 249 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
246 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 250 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
247 'import_data_browser_proxy', 251 'import_data_browser_proxy',
248 ], 252 ],
249 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 253 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
250 }, 254 },
251 ], 255 ],
252 } 256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698