OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 | 10 |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'webapp/menu_button.css', | 167 'webapp/menu_button.css', |
168 'webapp/oauth2_callback.html', | 168 'webapp/oauth2_callback.html', |
169 'webapp/open_sans.css', | 169 'webapp/open_sans.css', |
170 'webapp/open_sans.woff', | 170 'webapp/open_sans.woff', |
171 'webapp/scale-to-fit.webp', | 171 'webapp/scale-to-fit.webp', |
172 'webapp/spinner.gif', | 172 'webapp/spinner.gif', |
173 'webapp/toolbar.css', | 173 'webapp/toolbar.css', |
174 'webapp/wcs_sandbox.html', | 174 'webapp/wcs_sandbox.html', |
175 ], | 175 ], |
176 'remoting_webapp_js_files': [ | 176 'remoting_webapp_js_files': [ |
| 177 'webapp/butter_bar.js', |
177 'webapp/client_plugin.js', | 178 'webapp/client_plugin.js', |
178 'webapp/client_plugin_async.js', | 179 'webapp/client_plugin_async.js', |
179 'webapp/client_screen.js', | 180 'webapp/client_screen.js', |
180 'webapp/client_session.js', | 181 'webapp/client_session.js', |
181 'webapp/clipboard.js', | 182 'webapp/clipboard.js', |
182 'webapp/connection_history.js', | 183 'webapp/connection_history.js', |
183 'webapp/connection_stats.js', | 184 'webapp/connection_stats.js', |
184 'webapp/cs_oauth2_trampoline.js', | 185 'webapp/cs_oauth2_trampoline.js', |
185 'webapp/cs_third_party_auth_trampoline.js', | 186 'webapp/cs_third_party_auth_trampoline.js', |
186 'webapp/error.js', | 187 'webapp/error.js', |
187 'webapp/event_handlers.js', | 188 'webapp/event_handlers.js', |
188 'webapp/format_iq.js', | 189 'webapp/format_iq.js', |
189 'webapp/host.js', | 190 'webapp/host.js', |
190 'webapp/host_controller.js', | 191 'webapp/host_controller.js', |
191 'webapp/host_dispatcher.js', | 192 'webapp/host_dispatcher.js', |
192 'webapp/host_list.js', | 193 'webapp/host_list.js', |
193 'webapp/host_native_messaging.js', | 194 'webapp/host_native_messaging.js', |
194 'webapp/host_screen.js', | 195 'webapp/host_screen.js', |
195 'webapp/host_session.js', | 196 'webapp/host_session.js', |
196 'webapp/host_settings.js', | 197 'webapp/host_settings.js', |
197 'webapp/host_setup_dialog.js', | 198 'webapp/host_setup_dialog.js', |
198 'webapp/host_table_entry.js', | 199 'webapp/host_table_entry.js', |
199 'webapp/l10n.js', | 200 'webapp/l10n.js', |
200 'webapp/log_to_server.js', | 201 'webapp/log_to_server.js', |
201 'webapp/menu_button.js', | 202 'webapp/menu_button.js', |
202 'webapp/oauth2.js', | 203 'webapp/oauth2.js', |
203 'webapp/oauth2_callback.js', | 204 'webapp/oauth2_callback.js', |
204 'webapp/plugin_settings.js', | 205 'webapp/plugin_settings.js', |
205 'webapp/xhr_proxy.js', | |
206 'webapp/remoting.js', | 206 'webapp/remoting.js', |
| 207 'webapp/server_log_entry.js', |
207 'webapp/session_connector.js', | 208 'webapp/session_connector.js', |
208 'webapp/server_log_entry.js', | |
209 'webapp/stats_accumulator.js', | 209 'webapp/stats_accumulator.js', |
210 'webapp/storage.js', | 210 'webapp/storage.js', |
211 'webapp/survey.js', | |
212 'webapp/third_party_host_permissions.js', | 211 'webapp/third_party_host_permissions.js', |
| 212 'webapp/xhr_proxy.js', |
213 'webapp/third_party_token_fetcher.js', | 213 'webapp/third_party_token_fetcher.js', |
214 'webapp/toolbar.js', | 214 'webapp/toolbar.js', |
215 'webapp/ui_mode.js', | 215 'webapp/ui_mode.js', |
216 'webapp/wcs.js', | 216 'webapp/wcs.js', |
217 'webapp/wcs_loader.js', | 217 'webapp/wcs_loader.js', |
218 'webapp/wcs_sandbox_container.js', | 218 'webapp/wcs_sandbox_container.js', |
219 'webapp/wcs_sandbox_content.js', | 219 'webapp/wcs_sandbox_content.js', |
220 'webapp/xhr.js', | 220 'webapp/xhr.js', |
221 ], | 221 ], |
222 'remoting_host_installer_mac_roots': [ | 222 'remoting_host_installer_mac_roots': [ |
(...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2761 '../base/allocator/allocator.gyp:allocator', | 2761 '../base/allocator/allocator.gyp:allocator', |
2762 ], | 2762 ], |
2763 }, | 2763 }, |
2764 ], | 2764 ], |
2765 ], | 2765 ], |
2766 }], # end of 'toolkit_uses_gtk == 1' | 2766 }], # end of 'toolkit_uses_gtk == 1' |
2767 ], # end of 'conditions' | 2767 ], # end of 'conditions' |
2768 }, # end of target 'remoting_unittests' | 2768 }, # end of target 'remoting_unittests' |
2769 ], # end of targets | 2769 ], # end of targets |
2770 } | 2770 } |
OLD | NEW |