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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'webapp/base/js/message_window_helper.js', | 234 'webapp/base/js/message_window_helper.js', |
235 'webapp/base/js/message_window_manager.js', | 235 'webapp/base/js/message_window_manager.js', |
236 'webapp/crd/js/activation_handler.js', | 236 'webapp/crd/js/activation_handler.js', |
237 'webapp/crd/js/app_launcher.js', | 237 'webapp/crd/js/app_launcher.js', |
238 'webapp/crd/js/background.js', | 238 'webapp/crd/js/background.js', |
239 'webapp/crd/js/client_session.js', | 239 'webapp/crd/js/client_session.js', |
240 'webapp/crd/js/error.js', | 240 'webapp/crd/js/error.js', |
241 'webapp/crd/js/hangout_consent_dialog.js', | 241 'webapp/crd/js/hangout_consent_dialog.js', |
242 'webapp/crd/js/host_installer.js', | 242 'webapp/crd/js/host_installer.js', |
243 'webapp/crd/js/host_session.js', | 243 'webapp/crd/js/host_session.js', |
| 244 'webapp/crd/js/identity.js', |
244 'webapp/crd/js/it2me_helpee_channel.js', | 245 'webapp/crd/js/it2me_helpee_channel.js', |
245 'webapp/crd/js/it2me_helper_channel.js', | 246 'webapp/crd/js/it2me_helper_channel.js', |
246 'webapp/crd/js/it2me_host_facade.js', | 247 'webapp/crd/js/it2me_host_facade.js', |
247 'webapp/crd/js/it2me_service.js', | 248 'webapp/crd/js/it2me_service.js', |
248 'webapp/crd/js/l10n.js', | 249 'webapp/crd/js/l10n.js', |
249 'webapp/crd/js/oauth2.js', | 250 'webapp/crd/js/oauth2.js', |
250 'webapp/crd/js/oauth2_api.js', | 251 'webapp/crd/js/oauth2_api.js', |
251 'webapp/crd/js/oauth2_api_impl.js', | 252 'webapp/crd/js/oauth2_api_impl.js', |
252 'webapp/crd/js/plugin_settings.js', | 253 'webapp/crd/js/plugin_settings.js', |
253 'webapp/crd/js/typecheck.js', | 254 'webapp/crd/js/typecheck.js', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'webapp/crd/manifest.json.jinja2', | 368 'webapp/crd/manifest.json.jinja2', |
368 '<(remoting_webapp_template_main)', | 369 '<(remoting_webapp_template_main)', |
369 '<(remoting_webapp_template_wcs_sandbox)', | 370 '<(remoting_webapp_template_wcs_sandbox)', |
370 '<(remoting_webapp_template_background)', | 371 '<(remoting_webapp_template_background)', |
371 '<@(remoting_webapp_template_files)', | 372 '<@(remoting_webapp_template_files)', |
372 '<@(remoting_webapp_crd_js_files)', | 373 '<@(remoting_webapp_crd_js_files)', |
373 ], | 374 ], |
374 | 375 |
375 }, | 376 }, |
376 } | 377 } |
OLD | NEW |