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

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

Issue 2941433002: MD Settings: fix auto-focus on sync page. (Closed)
Patch Set: feedback Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/sync_page.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': '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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 }, 198 },
199 { 199 {
200 'target_name': 'sync_page', 200 'target_name': 'sync_page',
201 'dependencies': [ 201 'dependencies': [
202 '../compiled_resources2.gyp:route', 202 '../compiled_resources2.gyp:route',
203 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 203 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
204 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 204 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
205 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 205 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
206 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 206 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
207 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 207 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
208 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
208 'sync_browser_proxy', 209 'sync_browser_proxy',
209 ], 210 ],
210 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 211 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
211 }, 212 },
212 { 213 {
213 'target_name': 'sync_browser_proxy', 214 'target_name': 'sync_browser_proxy',
214 'dependencies': [ 215 'dependencies': [
215 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m etrics_private', 216 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m etrics_private',
216 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 217 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
217 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 218 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'dependencies': [ 253 'dependencies': [
253 '../prefs/compiled_resources2.gyp:prefs_behavior', 254 '../prefs/compiled_resources2.gyp:prefs_behavior',
254 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 255 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
255 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 256 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
256 'import_data_browser_proxy', 257 'import_data_browser_proxy',
257 ], 258 ],
258 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 259 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
259 }, 260 },
260 ], 261 ],
261 } 262 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/sync_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698