Chromium Code Reviews| 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', | |
| 121 'code_section', | |
|
michaelpg
2017/03/24 02:59:01
not actually used, I think?
Devlin
2017/03/24 16:03:08
It's used in spirit? ;)
// load_error.js
this.$.c
michaelpg
2017/03/24 21:25:32
Agreed, and that makes sense for HTML imports too.
Devlin
2017/03/25 01:58:00
Done.
| |
| 120 ], | 122 ], |
| 121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 122 }, | 124 }, |
| 123 { | 125 { |
| 124 'target_name': 'manager', | 126 'target_name': 'manager', |
| 125 'dependencies': [ | 127 'dependencies': [ |
| 126 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g yp:cr_drawer', | 128 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g yp:cr_drawer', |
| 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 131 '<(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', | 198 'target_name': 'toolbar', |
| 197 'dependencies': [ | 199 'dependencies': [ |
| 198 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 201 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 202 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 201 ], | 203 ], |
| 202 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 204 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 203 }, | 205 }, |
| 204 ] | 206 ] |
| 205 } | 207 } |
| OLD | NEW |