| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 ], | 122 ], |
| 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 'target_name': 'router', | 126 'target_name': 'router', |
| 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', | |
| 133 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 132 '<(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', | 133 '<(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', | 134 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp
iled_resources2.gyp:paper-ripple-extracted', |
| 136 'browser_service', | 135 'browser_service', |
| 137 ], | 136 ], |
| 138 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 139 }, | 138 }, |
| 140 { | 139 { |
| 141 'target_name': 'synced_device_card', | 140 'target_name': 'synced_device_card', |
| 142 'dependencies': [ | 141 'dependencies': [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 155 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 158 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', | 157 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 159 'browser_service', | 158 'browser_service', |
| 160 'synced_device_card', | 159 'synced_device_card', |
| 161 ], | 160 ], |
| 162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 161 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 163 }, | 162 }, |
| 164 ], | 163 ], |
| 165 } | 164 } |
| OLD | NEW |