| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 'target_name': 'list_container', | 96 'target_name': 'list_container', |
| 97 'dependencies': [ | 97 'dependencies': [ |
| 98 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc
er/compiled_resources2.gyp:iron-a11y-announcer-extracted', | 98 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc
er/compiled_resources2.gyp:iron-a11y-announcer-extracted', |
| 99 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 99 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 100 'externs', | 100 'externs', |
| 101 'grouped_list', | 101 'grouped_list', |
| 102 'history_list', | 102 'history_list', |
| 103 'history_list_behavior', | 103 'history_list_behavior', |
| 104 '<(EXTERNS_GYP):chrome_send', | |
| 105 '../history/compiled_resources2.gyp:externs', | 104 '../history/compiled_resources2.gyp:externs', |
| 106 ], | 105 ], |
| 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 106 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 108 }, | 107 }, |
| 109 { | 108 { |
| 110 'target_name': 'app', | 109 'target_name': 'app', |
| 111 'dependencies': [ | 110 'dependencies': [ |
| 112 # TODO(calamity): Add app-route elements after closure issues are fixed. | 111 # TODO(calamity): Add app-route elements after closure issues are fixed. |
| 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 114 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', | 113 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
| 115 'constants', | 114 'constants', |
| 116 'history_toolbar', | 115 'history_toolbar', |
| 117 'list_container', | 116 'list_container', |
| 118 'side_bar', | 117 'side_bar', |
| 119 'synced_device_card', | 118 'synced_device_card', |
| 120 'synced_device_manager', | 119 'synced_device_manager', |
| 121 '../history/compiled_resources2.gyp:externs', | 120 '../history/compiled_resources2.gyp:externs', |
| 122 ], | 121 ], |
| 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 124 }, | 123 }, |
| 125 { | 124 { |
| 125 'target_name': 'query_manager', |
| 126 'dependencies': [ |
| 127 'browser_service', |
| 128 'externs', |
| 129 ], |
| 130 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 131 }, |
| 132 { |
| 126 'target_name': 'router', | 133 'target_name': 'router', |
| 134 'dependencies': [ |
| 135 'constants', |
| 136 'externs', |
| 137 ], |
| 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 138 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 128 }, | 139 }, |
| 129 { | 140 { |
| 130 'target_name': 'side_bar', | 141 'target_name': 'side_bar', |
| 131 'dependencies': [ | 142 'dependencies': [ |
| 132 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', | 143 '<(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', | 144 '<(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', | 145 '<(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', | 146 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp
iled_resources2.gyp:paper-ripple-extracted', |
| 136 'browser_service', | 147 'browser_service', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 167 '<(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', | 168 '<(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
', | 169 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 159 'browser_service', | 170 'browser_service', |
| 160 'synced_device_card', | 171 'synced_device_card', |
| 161 ], | 172 ], |
| 162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 173 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 163 }, | 174 }, |
| 164 ], | 175 ], |
| 165 } | 176 } |
| OLD | NEW |