OLD | NEW |
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_browser_proxy', |
| 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 '<(EXTERNS_GYP):chrome_send', |
| 11 '<(EXTERNS_GYP):input_method_private', |
| 12 '<(EXTERNS_GYP):language_settings_private', |
| 13 '<(INTERFACES_GYP):input_method_private_interface', |
| 14 '<(INTERFACES_GYP):language_settings_private_interface', |
| 15 ], |
| 16 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 17 }, |
| 18 { |
7 'target_name': 'languages', | 19 'target_name': 'languages', |
8 'dependencies': [ | 20 'dependencies': [ |
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:promise_resolver
', | 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:promise_resolver
', |
12 '<(EXTERNS_GYP):chrome_send', | |
13 '<(EXTERNS_GYP):input_method_private', | 24 '<(EXTERNS_GYP):input_method_private', |
14 '<(EXTERNS_GYP):language_settings_private', | 25 '<(EXTERNS_GYP):language_settings_private', |
15 '<(INTERFACES_GYP):input_method_private_interface', | 26 '<(INTERFACES_GYP):input_method_private_interface', |
16 '<(INTERFACES_GYP):language_settings_private_interface', | 27 '<(INTERFACES_GYP):language_settings_private_interface', |
17 '../prefs/compiled_resources2.gyp:prefs_types', | 28 '../prefs/compiled_resources2.gyp:prefs_types', |
18 '../prefs/compiled_resources2.gyp:prefs', | 29 '../prefs/compiled_resources2.gyp:prefs', |
19 'languages_types', | 30 'languages_types', |
| 31 'languages_browser_proxy', |
20 ], | 32 ], |
21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
22 }, | 34 }, |
23 { | 35 { |
24 'target_name': 'languages_page', | 36 'target_name': 'languages_page', |
25 'dependencies': [ | 37 'dependencies': [ |
26 '../compiled_resources2.gyp:lifetime_browser_proxy', | 38 '../compiled_resources2.gyp:lifetime_browser_proxy', |
27 '../compiled_resources2.gyp:route', | 39 '../compiled_resources2.gyp:route', |
28 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', | 41 '<(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', | 42 '<(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', | 43 '<(DEPTH)/ui/webui/resources/cr_elements/cr_expand_button/compiled_resou
rces2.gyp:cr_expand_button', |
32 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
33 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco
unt_tweaks', | 45 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco
unt_tweaks', |
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
37 'languages', | 49 'languages', |
38 'languages_types', | 50 'languages_types', |
| 51 'languages_browser_proxy', |
39 ], | 52 ], |
40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
41 }, | 54 }, |
42 { | 55 { |
43 'target_name': 'languages_types', | 56 'target_name': 'languages_types', |
44 'dependencies': [ | 57 'dependencies': [ |
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
46 '<(EXTERNS_GYP):language_settings_private', | 59 '<(EXTERNS_GYP):language_settings_private', |
47 ], | 60 ], |
48 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 61 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
(...skipping 14 matching lines...) Expand all Loading... |
63 'dependencies': [ | 76 'dependencies': [ |
64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', | 77 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', |
65 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', | 78 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', |
66 'languages', | 79 'languages', |
67 'languages_types', | 80 'languages_types', |
68 ], | 81 ], |
69 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 82 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
70 }, | 83 }, |
71 ], | 84 ], |
72 } | 85 } |
OLD | NEW |