OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'remoting_webapp_info_files': [ | 7 'remoting_webapp_info_files': [ |
8 'resources/chromoting16.webp', | 8 'resources/chromoting16.webp', |
9 'resources/chromoting48.webp', | 9 'resources/chromoting48.webp', |
10 'resources/chromoting128.webp', | 10 'resources/chromoting128.webp', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'webapp/crd/js/background.js', | 206 'webapp/crd/js/background.js', |
207 'webapp/crd/js/client_session.js', | 207 'webapp/crd/js/client_session.js', |
208 'webapp/crd/js/error.js', | 208 'webapp/crd/js/error.js', |
209 'webapp/crd/js/host_installer.js', | 209 'webapp/crd/js/host_installer.js', |
210 'webapp/crd/js/host_session.js', | 210 'webapp/crd/js/host_session.js', |
211 'webapp/crd/js/it2me_helpee_channel.js', | 211 'webapp/crd/js/it2me_helpee_channel.js', |
212 'webapp/crd/js/it2me_helper_channel.js', | 212 'webapp/crd/js/it2me_helper_channel.js', |
213 'webapp/crd/js/it2me_host_facade.js', | 213 'webapp/crd/js/it2me_host_facade.js', |
214 'webapp/crd/js/it2me_service.js', | 214 'webapp/crd/js/it2me_service.js', |
215 'webapp/crd/js/l10n.js', | 215 'webapp/crd/js/l10n.js', |
| 216 'webapp/crd/js/oauth2.js', |
| 217 'webapp/crd/js/oauth2_api.js', |
216 'webapp/crd/js/plugin_settings.js', | 218 'webapp/crd/js/plugin_settings.js', |
217 'webapp/crd/js/typecheck.js', | 219 'webapp/crd/js/typecheck.js', |
| 220 'webapp/crd/js/xhr.js', |
218 ], | 221 ], |
219 | 222 |
220 # The JavaScript files required by wcs_sandbox.html. | 223 # The JavaScript files required by wcs_sandbox.html. |
221 'remoting_webapp_wcs_sandbox_html_js_files': [ | 224 'remoting_webapp_wcs_sandbox_html_js_files': [ |
222 '<@(remoting_webapp_js_wcs_sandbox_files)', | 225 '<@(remoting_webapp_js_wcs_sandbox_files)', |
223 'webapp/crd/js/error.js', | 226 'webapp/crd/js/error.js', |
224 'webapp/crd/js/plugin_settings.js', | 227 'webapp/crd/js/plugin_settings.js', |
225 ], | 228 ], |
226 | 229 |
227 # All the JavaScript files required by the webapp. | 230 # All the JavaScript files required by the webapp. |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'webapp/crd/html/dialog_token_refresh_failed.html', | 312 'webapp/crd/html/dialog_token_refresh_failed.html', |
310 'webapp/crd/html/toolbar.html', | 313 'webapp/crd/html/toolbar.html', |
311 'webapp/crd/html/ui_header.html', | 314 'webapp/crd/html/ui_header.html', |
312 'webapp/crd/html/ui_it2me.html', | 315 'webapp/crd/html/ui_it2me.html', |
313 'webapp/crd/html/ui_me2me.html', | 316 'webapp/crd/html/ui_me2me.html', |
314 'webapp/crd/html/window_frame.html', | 317 'webapp/crd/html/window_frame.html', |
315 ], | 318 ], |
316 | 319 |
317 }, | 320 }, |
318 } | 321 } |
OLD | NEW |