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': '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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'dependencies': [ | 103 'dependencies': [ |
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:assert', |
113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 115 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with
out_ink', |
114 '../settings_page/compiled_resources2.gyp:settings_subpage_search', | 116 '../settings_page/compiled_resources2.gyp:settings_subpage_search', |
115 'cookie_tree_behavior', | 117 'cookie_tree_behavior', |
116 'cookie_tree_node', | 118 'cookie_tree_node', |
117 ], | 119 ], |
118 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 120 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
119 }, | 121 }, |
120 { | 122 { |
121 'target_name': 'site_data_details_subpage', | 123 'target_name': 'site_data_details_subpage', |
122 'dependencies': [ | 124 'dependencies': [ |
123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 }, | 161 }, |
160 { | 162 { |
161 'target_name': 'site_list', | 163 'target_name': 'site_list', |
162 'dependencies': [ | 164 'dependencies': [ |
163 '../compiled_resources2.gyp:route', | 165 '../compiled_resources2.gyp:route', |
164 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 166 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
165 'constants', | 167 'constants', |
166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
167 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 169 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 170 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 171 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with
out_ink', |
169 '<(EXTERNS_GYP):settings_private', | 172 '<(EXTERNS_GYP):settings_private', |
170 'site_settings_behavior', | 173 'site_settings_behavior', |
171 ], | 174 ], |
172 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 175 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
173 }, | 176 }, |
174 { | 177 { |
175 'target_name': 'site_settings_behavior', | 178 'target_name': 'site_settings_behavior', |
176 'dependencies': [ | 179 'dependencies': [ |
177 '../compiled_resources2.gyp:route', | 180 '../compiled_resources2.gyp:route', |
178 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', | 181 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', |
(...skipping 28 matching lines...) Expand all Loading... |
207 { | 210 { |
208 'target_name': 'zoom_levels', | 211 'target_name': 'zoom_levels', |
209 'dependencies': [ | 212 'dependencies': [ |
210 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 213 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
211 'site_settings_behavior', | 214 'site_settings_behavior', |
212 ], | 215 ], |
213 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 216 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
214 }, | 217 }, |
215 ], | 218 ], |
216 } | 219 } |
OLD | NEW |