| 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': 'actions', | 7 'target_name': 'actions', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 '<(EXTERNS_GYP):chrome_extensions', | 10 '<(EXTERNS_GYP):chrome_extensions', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'dependencies': [ | 174 'dependencies': [ |
| 175 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 175 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 176 ], | 176 ], |
| 177 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 177 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 'target_name': 'toast_manager', | 180 'target_name': 'toast_manager', |
| 181 'dependencies': [ | 181 'dependencies': [ |
| 182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 183 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 183 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 184 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc
er/compiled_resources2.gyp:iron-a11y-announcer-extracted', |
| 184 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | 185 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', |
| 185 'timer_proxy', | 186 'timer_proxy', |
| 186 ], | 187 ], |
| 187 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 188 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 188 }, | 189 }, |
| 189 { | 190 { |
| 190 'target_name': 'toolbar', | 191 'target_name': 'toolbar', |
| 191 'dependencies': [ | 192 'dependencies': [ |
| 192 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 193 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 193 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 194 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 211 'target_name': 'util', | 212 'target_name': 'util', |
| 212 'dependencies': [ | 213 'dependencies': [ |
| 213 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 214 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 214 '<(EXTERNS_GYP):chrome_extensions', | 215 '<(EXTERNS_GYP):chrome_extensions', |
| 215 'types', | 216 'types', |
| 216 ], | 217 ], |
| 217 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 218 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 218 } | 219 } |
| 219 ] | 220 ] |
| 220 } | 221 } |
| OLD | NEW |