| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'browser_service', | 137 'browser_service', |
| 138 ], | 138 ], |
| 139 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 139 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 'target_name': 'synced_device_card', | 142 'target_name': 'synced_device_card', |
| 143 'dependencies': [ | 143 'dependencies': [ |
| 144 '../history/compiled_resources2.gyp:externs', | 144 '../history/compiled_resources2.gyp:externs', |
| 145 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 145 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 146 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 146 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 147 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, |
| 147 'browser_service', | 148 'browser_service', |
| 148 'constants', | 149 'constants', |
| 149 'externs', | 150 'externs', |
| 150 ], | 151 ], |
| 151 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 152 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 152 }, | 153 }, |
| 153 { | 154 { |
| 154 'target_name': 'synced_device_manager', | 155 'target_name': 'synced_device_manager', |
| 155 'dependencies': [ | 156 'dependencies': [ |
| 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', | 158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 159 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 158 'browser_service', | 160 'browser_service', |
| 159 'synced_device_card', | 161 'synced_device_card', |
| 160 ], | 162 ], |
| 161 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 162 }, | 164 }, |
| 163 ], | 165 ], |
| 164 } | 166 } |
| OLD | NEW |