| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 'target_name': 'router', | 110 'target_name': 'router', |
| 111 'dependencies': [ | 111 'dependencies': [ |
| 112 'actions', | 112 'actions', |
| 113 'store_client', | 113 'store_client', |
| 114 ], | 114 ], |
| 115 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 115 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 'target_name': 'sidebar', | |
| 119 'dependencies': [ | |
| 120 'store_client', | |
| 121 ], | |
| 122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
| 123 }, | |
| 124 { | |
| 125 'target_name': 'store', | 118 'target_name': 'store', |
| 126 'dependencies': [ | 119 'dependencies': [ |
| 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 128 '<(EXTERNS_GYP):chrome_extensions', | 121 '<(EXTERNS_GYP):chrome_extensions', |
| 129 'reducers', | 122 'reducers', |
| 130 'types', | 123 'types', |
| 131 ], | 124 ], |
| 132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 125 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 133 }, | 126 }, |
| 134 { | 127 { |
| (...skipping 29 matching lines...) Expand all Loading... |
| 164 'target_name': 'util', | 157 'target_name': 'util', |
| 165 'dependencies': [ | 158 'dependencies': [ |
| 166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 159 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 167 '<(EXTERNS_GYP):chrome_extensions', | 160 '<(EXTERNS_GYP):chrome_extensions', |
| 168 'types', | 161 'types', |
| 169 ], | 162 ], |
| 170 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 171 } | 164 } |
| 172 ] | 165 ] |
| 173 } | 166 } |
| OLD | NEW |