| 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': 'animation_helper', | 7 'target_name': 'animation_helper', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 '<(EXTERNS_GYP):developer_private', | 110 '<(EXTERNS_GYP):developer_private', |
| 111 'animation_helper', | 111 'animation_helper', |
| 112 ], | 112 ], |
| 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 'target_name': 'load_error', | 116 'target_name': 'load_error', |
| 117 'dependencies': [ | 117 'dependencies': [ |
| 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 120 '<(EXTERNS_GYP):developer_private', |
| 120 ], | 121 ], |
| 121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 122 }, | 123 }, |
| 123 { | 124 { |
| 124 'target_name': 'manager', | 125 'target_name': 'manager', |
| 125 'dependencies': [ | 126 'dependencies': [ |
| 126 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g
yp:cr_drawer', | 127 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g
yp:cr_drawer', |
| 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'target_name': 'toolbar', | 197 'target_name': 'toolbar', |
| 197 'dependencies': [ | 198 'dependencies': [ |
| 198 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 201 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 201 ], | 202 ], |
| 202 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 203 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 203 }, | 204 }, |
| 204 ] | 205 ] |
| 205 } | 206 } |
| OLD | NEW |