| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'externs', | 127 'externs', |
| 128 ], | 128 ], |
| 129 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 129 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 'target_name': 'side_bar', | 132 'target_name': 'side_bar', |
| 133 'dependencies': [ | 133 'dependencies': [ |
| 134 '<(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-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 135 '<(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/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', |
| 136 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp
iled_resources2.gyp:paper-ripple-extracted', | 136 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp
iled_resources2.gyp:paper-ripple-extracted', |
| 137 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 137 'browser_service', | 138 'browser_service', |
| 138 ], | 139 ], |
| 139 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 140 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 140 }, | 141 }, |
| 141 { | 142 { |
| 142 'target_name': 'synced_device_card', | 143 'target_name': 'synced_device_card', |
| 143 'dependencies': [ | 144 'dependencies': [ |
| 144 '../history/compiled_resources2.gyp:externs', | 145 '../history/compiled_resources2.gyp:externs', |
| 145 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 146 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 146 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 147 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 159 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 159 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', | 160 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 160 'browser_service', | 161 'browser_service', |
| 161 'synced_device_card', | 162 'synced_device_card', |
| 162 ], | 163 ], |
| 163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 164 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 164 }, | 165 }, |
| 165 ], | 166 ], |
| 166 } | 167 } |
| OLD | NEW |