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