| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 'synced_device_card', | 123 'synced_device_card', |
| 124 'synced_device_manager', | 124 'synced_device_manager', |
| 125 '../history/compiled_resources2.gyp:externs', | 125 '../history/compiled_resources2.gyp:externs', |
| 126 ], | 126 ], |
| 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 'target_name': 'side_bar', | 130 'target_name': 'side_bar', |
| 131 'dependencies': [ | 131 'dependencies': [ |
| 132 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', | 132 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', |
| 133 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/co
mpiled_resources2.gyp:iron-a11y-keys-extracted', |
| 133 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', | 134 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', |
| 134 'browser_service', | 135 'browser_service', |
| 135 ], | 136 ], |
| 136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 137 }, | 138 }, |
| 138 { | 139 { |
| 139 'target_name': 'synced_device_card', | 140 'target_name': 'synced_device_card', |
| 140 'dependencies': [ | 141 'dependencies': [ |
| 141 '../history/compiled_resources2.gyp:externs', | 142 '../history/compiled_resources2.gyp:externs', |
| 142 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 143 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 143 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 144 'browser_service', | 145 'browser_service', |
| 145 'constants', | 146 'constants', |
| 146 'externs', | 147 'externs', |
| 147 ], | 148 ], |
| 148 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 149 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 149 }, | 150 }, |
| 150 { | 151 { |
| 151 'target_name': 'synced_device_manager', | 152 'target_name': 'synced_device_manager', |
| 152 'dependencies': [ | 153 'dependencies': [ |
| 153 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', | 154 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 154 'browser_service', | 155 'browser_service', |
| 155 'lazy_render', | 156 'lazy_render', |
| 156 'synced_device_card', | 157 'synced_device_card', |
| 157 ], | 158 ], |
| 158 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 159 }, | 160 }, |
| 160 ], | 161 ], |
| 161 } | 162 } |
| OLD | NEW |