| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'target_name': 'constants', | 55 'target_name': 'constants', |
| 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 'target_name': 'dnd_manager', | 59 'target_name': 'dnd_manager', |
| 60 'dependencies': [ | 60 'dependencies': [ |
| 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 62 '<(EXTERNS_GYP):bookmark_manager_private', | 62 '<(EXTERNS_GYP):bookmark_manager_private', |
| 63 '<(EXTERNS_GYP):metrics_private', | 63 '<(EXTERNS_GYP):metrics_private', |
| 64 'store', | 64 'store', |
| 65 'timer_proxy', |
| 65 'types', | 66 '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 'target_name': 'edit_dialog', | 71 'target_name': 'edit_dialog', |
| 71 'dependencies': [ | 72 'dependencies': [ |
| 72 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', | 73 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', |
| 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 { | 150 { |
| 150 'target_name': 'store_client', | 151 'target_name': 'store_client', |
| 151 'dependencies': [ | 152 'dependencies': [ |
| 152 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 153 'store', | 154 'store', |
| 154 'types', | 155 'types', |
| 155 ], | 156 ], |
| 156 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 157 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 157 }, | 158 }, |
| 158 { | 159 { |
| 160 'target_name': 'timer_proxy', |
| 161 'dependencies': [ |
| 162 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 163 ], |
| 164 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 165 }, |
| 166 { |
| 159 'target_name': 'toast_manager', | 167 'target_name': 'toast_manager', |
| 160 'dependencies': [ | 168 'dependencies': [ |
| 161 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 169 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 162 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 170 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 163 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | 171 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', |
| 172 'timer_proxy', |
| 164 ], | 173 ], |
| 165 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 174 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 166 }, | 175 }, |
| 167 { | 176 { |
| 168 'target_name': 'toolbar', | 177 'target_name': 'toolbar', |
| 169 'dependencies': [ | 178 'dependencies': [ |
| 170 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 179 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 171 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 180 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 172 '<(EXTERNS_GYP):bookmark_manager_private', | 181 '<(EXTERNS_GYP):bookmark_manager_private', |
| 173 '<(EXTERNS_GYP):chrome_extensions', | 182 '<(EXTERNS_GYP):chrome_extensions', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 189 'target_name': 'util', | 198 'target_name': 'util', |
| 190 'dependencies': [ | 199 'dependencies': [ |
| 191 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 192 '<(EXTERNS_GYP):chrome_extensions', | 201 '<(EXTERNS_GYP):chrome_extensions', |
| 193 'types', | 202 'types', |
| 194 ], | 203 ], |
| 195 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 204 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 196 } | 205 } |
| 197 ] | 206 ] |
| 198 } | 207 } |
| OLD | NEW |