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

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

Issue 2523403003: Language settings: fix focus issues (Closed)
Patch Set: rebase Created 4 years 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': 'languages', 7 'target_name': 'languages',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:promise_resolver ', 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:promise_resolver ',
12 '<(EXTERNS_GYP):chrome_send', 12 '<(EXTERNS_GYP):chrome_send',
13 '<(EXTERNS_GYP):input_method_private', 13 '<(EXTERNS_GYP):input_method_private',
14 '<(EXTERNS_GYP):language_settings_private', 14 '<(EXTERNS_GYP):language_settings_private',
15 '<(INTERFACES_GYP):input_method_private_interface', 15 '<(INTERFACES_GYP):input_method_private_interface',
16 '<(INTERFACES_GYP):language_settings_private_interface', 16 '<(INTERFACES_GYP):language_settings_private_interface',
17 '../prefs/compiled_resources2.gyp:prefs_types', 17 '../prefs/compiled_resources2.gyp:prefs_types',
18 '../prefs/compiled_resources2.gyp:prefs', 18 '../prefs/compiled_resources2.gyp:prefs',
19 'languages_types', 19 'languages_types',
20 ], 20 ],
21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
22 }, 22 },
23 { 23 {
24 'target_name': 'languages_page', 24 'target_name': 'languages_page',
25 'dependencies': [ 25 'dependencies': [
26 '../compiled_resources2.gyp:lifetime_browser_proxy', 26 '../compiled_resources2.gyp:lifetime_browser_proxy',
27 '../compiled_resources2.gyp:route', 27 '../compiled_resources2.gyp:route',
28 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
29 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 28 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
30 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co mpiled_resources2.gyp:paper-checkbox-extracted', 29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co mpiled_resources2.gyp:paper-checkbox-extracted',
30 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
31 '<(DEPTH)/ui/webui/resources/cr_elements/cr_expand_button/compiled_resou rces2.gyp:cr_expand_button',
31 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 32 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
32 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco unt_tweaks', 33 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco unt_tweaks',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
36 'languages', 37 'languages',
37 'languages_types', 38 'languages_types',
38 ], 39 ],
39 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
40 }, 41 },
(...skipping 20 matching lines...) Expand all
61 'target_name': 'add_languages_dialog', 62 'target_name': 'add_languages_dialog',
62 'dependencies': [ 63 'dependencies': [
63 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co mpiled_resources2.gyp:paper-checkbox-extracted', 64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co mpiled_resources2.gyp:paper-checkbox-extracted',
64 'languages', 65 'languages',
65 'languages_types', 66 'languages_types',
66 ], 67 ],
67 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 68 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
68 }, 69 },
69 ], 70 ],
70 } 71 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698