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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'webapp/crd/js/background.js', | 66 'webapp/crd/js/background.js', |
67 ], | 67 ], |
68 # The unit test cases for the webapp | 68 # The unit test cases for the webapp |
69 'remoting_webapp_unittest_js_files': [ | 69 'remoting_webapp_unittest_js_files': [ |
70 'webapp/unittests/apps_v2_migration_unittest.js', | 70 'webapp/unittests/apps_v2_migration_unittest.js', |
71 'webapp/unittests/base_unittest.js', | 71 'webapp/unittests/base_unittest.js', |
72 'webapp/unittests/desktop_viewport_unittest.js', | 72 'webapp/unittests/desktop_viewport_unittest.js', |
73 'webapp/unittests/dns_blackhole_checker_unittest.js', | 73 'webapp/unittests/dns_blackhole_checker_unittest.js', |
74 'webapp/unittests/event_hook_unittest.js', | 74 'webapp/unittests/event_hook_unittest.js', |
75 'webapp/unittests/fallback_signal_strategy_unittest.js', | 75 'webapp/unittests/fallback_signal_strategy_unittest.js', |
| 76 'webapp/unittests/host_table_entry_unittest.js', |
76 'webapp/unittests/ipc_unittest.js', | 77 'webapp/unittests/ipc_unittest.js', |
77 'webapp/unittests/it2me_helpee_channel_unittest.js', | 78 'webapp/unittests/it2me_helpee_channel_unittest.js', |
78 'webapp/unittests/it2me_helper_channel_unittest.js', | 79 'webapp/unittests/it2me_helper_channel_unittest.js', |
79 'webapp/unittests/it2me_service_unittest.js', | 80 'webapp/unittests/it2me_service_unittest.js', |
80 'webapp/unittests/l10n_unittest.js', | 81 'webapp/unittests/l10n_unittest.js', |
81 'webapp/unittests/menu_button_unittest.js', | 82 'webapp/unittests/menu_button_unittest.js', |
82 'webapp/unittests/xhr_unittest.js', | 83 'webapp/unittests/xhr_unittest.js', |
83 'webapp/unittests/xmpp_connection_unittest.js', | 84 'webapp/unittests/xmpp_connection_unittest.js', |
84 'webapp/unittests/xmpp_login_handler_unittest.js', | 85 'webapp/unittests/xmpp_login_handler_unittest.js', |
85 'webapp/unittests/xmpp_stream_parser_unittest.js', | 86 'webapp/unittests/xmpp_stream_parser_unittest.js', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'webapp/crd/js/host_installer.js', | 200 'webapp/crd/js/host_installer.js', |
200 'webapp/crd/js/it2me_host_facade.js', | 201 'webapp/crd/js/it2me_host_facade.js', |
201 'webapp/crd/js/paired_client_manager.js', | 202 'webapp/crd/js/paired_client_manager.js', |
202 ], | 203 ], |
203 # Files for displaying (in the client) info about available hosts. | 204 # Files for displaying (in the client) info about available hosts. |
204 'remoting_webapp_js_host_display_files': [ | 205 'remoting_webapp_js_host_display_files': [ |
205 'webapp/crd/js/host_list.js', | 206 'webapp/crd/js/host_list.js', |
206 'webapp/crd/js/host_list_api.js', | 207 'webapp/crd/js/host_list_api.js', |
207 'webapp/crd/js/host_list_api_impl.js', | 208 'webapp/crd/js/host_list_api_impl.js', |
208 'webapp/crd/js/host_table_entry.js', | 209 'webapp/crd/js/host_table_entry.js', |
| 210 'webapp/crd/js/local_host_section.js', |
209 ], | 211 ], |
210 # Logging and stats JavaScript files. | 212 # Logging and stats JavaScript files. |
211 'remoting_webapp_js_logging_files': [ | 213 'remoting_webapp_js_logging_files': [ |
212 'webapp/crd/js/format_iq.js', | 214 'webapp/crd/js/format_iq.js', |
213 'webapp/crd/js/log_to_server.js', | 215 'webapp/crd/js/log_to_server.js', |
214 'webapp/crd/js/server_log_entry.js', | 216 'webapp/crd/js/server_log_entry.js', |
215 'webapp/crd/js/stats_accumulator.js', | 217 'webapp/crd/js/stats_accumulator.js', |
216 ], | 218 ], |
217 # Remoting signaling files. | 219 # Remoting signaling files. |
218 'remoting_webapp_js_signaling_files': [ | 220 'remoting_webapp_js_signaling_files': [ |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 'webapp/crd/manifest.json.jinja2', | 423 'webapp/crd/manifest.json.jinja2', |
422 '<(remoting_webapp_template_main)', | 424 '<(remoting_webapp_template_main)', |
423 '<(remoting_webapp_template_wcs_sandbox)', | 425 '<(remoting_webapp_template_wcs_sandbox)', |
424 '<(remoting_webapp_template_background)', | 426 '<(remoting_webapp_template_background)', |
425 '<@(remoting_webapp_template_files)', | 427 '<@(remoting_webapp_template_files)', |
426 '<@(remoting_webapp_crd_js_files)', | 428 '<@(remoting_webapp_crd_js_files)', |
427 ], | 429 ], |
428 | 430 |
429 }, | 431 }, |
430 } | 432 } |
OLD | NEW |