| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 133 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 134 '<(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', |
| 135 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp
iled_resources2.gyp:paper-ripple-extracted', |
| 135 'browser_service', | 136 'browser_service', |
| 136 ], | 137 ], |
| 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 138 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 138 }, | 139 }, |
| 139 { | 140 { |
| 140 'target_name': 'synced_device_card', | 141 'target_name': 'synced_device_card', |
| 141 'dependencies': [ | 142 'dependencies': [ |
| 142 '../history/compiled_resources2.gyp:externs', | 143 '../history/compiled_resources2.gyp:externs', |
| 143 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 145 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 145 'browser_service', | 146 'browser_service', |
| 146 'constants', | 147 'constants', |
| 147 'externs', | 148 'externs', |
| 148 ], | 149 ], |
| 149 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 150 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 150 }, | 151 }, |
| 151 { | 152 { |
| 152 'target_name': 'synced_device_manager', | 153 'target_name': 'synced_device_manager', |
| 153 'dependencies': [ | 154 'dependencies': [ |
| 154 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', | 155 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
| 155 'browser_service', | 156 'browser_service', |
| 156 'lazy_render', | 157 'lazy_render', |
| 157 'synced_device_card', | 158 'synced_device_card', |
| 158 ], | 159 ], |
| 159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 160 }, | 161 }, |
| 161 ], | 162 ], |
| 162 } | 163 } |
| OLD | NEW |