| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'store', | 138 'store', |
| 139 'types', | 139 'types', |
| 140 ], | 140 ], |
| 141 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 141 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 'target_name': 'toolbar', | 144 'target_name': 'toolbar', |
| 145 'dependencies': [ | 145 'dependencies': [ |
| 146 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 146 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 147 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 147 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 148 '<(EXTERNS_GYP):bookmark_manager_private', |
| 148 '<(EXTERNS_GYP):chrome_extensions', | 149 '<(EXTERNS_GYP):chrome_extensions', |
| 149 'edit_dialog', | 150 'edit_dialog', |
| 150 'store_client', | 151 'store_client', |
| 151 ], | 152 ], |
| 152 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 153 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 153 }, | 154 }, |
| 154 { | 155 { |
| 155 'target_name': 'types', | 156 'target_name': 'types', |
| 156 'dependencies': [ | 157 'dependencies': [ |
| 157 '<(EXTERNS_GYP):chrome_extensions', | 158 '<(EXTERNS_GYP):chrome_extensions', |
| 158 'constants', | 159 'constants', |
| 159 ], | 160 ], |
| 160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 161 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 161 }, | 162 }, |
| 162 { | 163 { |
| 163 'target_name': 'util', | 164 'target_name': 'util', |
| 164 'dependencies': [ | 165 'dependencies': [ |
| 165 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 166 '<(EXTERNS_GYP):chrome_extensions', | 167 '<(EXTERNS_GYP):chrome_extensions', |
| 167 'types', | 168 'types', |
| 168 ], | 169 ], |
| 169 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 170 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 170 } | 171 } |
| 171 ] | 172 ] |
| 172 } | 173 } |
| OLD | NEW |