| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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': 'constants', | 7 'target_name': 'constants', |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'synced_device_manager', | 121 'synced_device_manager', |
| 122 '../history/compiled_resources2.gyp:externs', | 122 '../history/compiled_resources2.gyp:externs', |
| 123 ], | 123 ], |
| 124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 'target_name': 'query_manager', | 127 'target_name': 'query_manager', |
| 128 'dependencies': [ | 128 'dependencies': [ |
| 129 'browser_service', | 129 'browser_service', |
| 130 'externs', | 130 'externs', |
| 131 'router', |
| 131 ], | 132 ], |
| 132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 133 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 133 }, | 134 }, |
| 134 { | 135 { |
| 135 'target_name': 'router', | 136 'target_name': 'router', |
| 136 'dependencies': [ | 137 'dependencies': [ |
| 137 'constants', | 138 'constants', |
| 138 'externs', | 139 'externs', |
| 139 ], | 140 ], |
| 140 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 141 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 168 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 169 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 169 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 170 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 170 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', | 171 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 171 'browser_service', | 172 'browser_service', |
| 172 'synced_device_card', | 173 'synced_device_card', |
| 173 ], | 174 ], |
| 174 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 175 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 175 }, | 176 }, |
| 176 ], | 177 ], |
| 177 } | 178 } |
| OLD | NEW |