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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'webapp/unittests/base_unittest.js', | 63 'webapp/unittests/base_unittest.js', |
64 'webapp/unittests/desktop_connected_view_unittest.js', | 64 'webapp/unittests/desktop_connected_view_unittest.js', |
65 'webapp/unittests/dns_blackhole_checker_unittest.js', | 65 'webapp/unittests/dns_blackhole_checker_unittest.js', |
66 'webapp/unittests/event_hook_unittest.js', | 66 'webapp/unittests/event_hook_unittest.js', |
67 'webapp/unittests/fallback_signal_strategy_unittest.js', | 67 'webapp/unittests/fallback_signal_strategy_unittest.js', |
68 'webapp/unittests/ipc_unittest.js', | 68 'webapp/unittests/ipc_unittest.js', |
69 'webapp/unittests/it2me_helpee_channel_unittest.js', | 69 'webapp/unittests/it2me_helpee_channel_unittest.js', |
70 'webapp/unittests/it2me_helper_channel_unittest.js', | 70 'webapp/unittests/it2me_helper_channel_unittest.js', |
71 'webapp/unittests/it2me_service_unittest.js', | 71 'webapp/unittests/it2me_service_unittest.js', |
72 'webapp/unittests/l10n_unittest.js', | 72 'webapp/unittests/l10n_unittest.js', |
| 73 'webapp/unittests/local_host_section_unittest.js', |
73 'webapp/unittests/menu_button_unittest.js', | 74 'webapp/unittests/menu_button_unittest.js', |
74 'webapp/unittests/xmpp_connection_unittest.js', | 75 'webapp/unittests/xmpp_connection_unittest.js', |
75 'webapp/unittests/xmpp_login_handler_unittest.js', | 76 'webapp/unittests/xmpp_login_handler_unittest.js', |
76 'webapp/unittests/xmpp_stream_parser_unittest.js', | 77 'webapp/unittests/xmpp_stream_parser_unittest.js', |
77 ], | 78 ], |
78 'remoting_webapp_unittest_all_js_files': [ | 79 'remoting_webapp_unittest_all_js_files': [ |
79 '<@(remoting_webapp_unittest_js_files)', | 80 '<@(remoting_webapp_unittest_js_files)', |
80 '<@(remoting_webapp_test_js_common_files)', | 81 '<@(remoting_webapp_test_js_common_files)', |
81 ], | 82 ], |
82 'remoting_webapp_unittest_all_files': [ | 83 'remoting_webapp_unittest_all_files': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'webapp/crd/js/host_installer.js', | 171 'webapp/crd/js/host_installer.js', |
171 'webapp/crd/js/it2me_host_facade.js', | 172 'webapp/crd/js/it2me_host_facade.js', |
172 'webapp/crd/js/paired_client_manager.js', | 173 'webapp/crd/js/paired_client_manager.js', |
173 ], | 174 ], |
174 # Files for displaying (in the client) info about available hosts. | 175 # Files for displaying (in the client) info about available hosts. |
175 'remoting_webapp_js_host_display_files': [ | 176 'remoting_webapp_js_host_display_files': [ |
176 'webapp/crd/js/host_list.js', | 177 'webapp/crd/js/host_list.js', |
177 'webapp/crd/js/host_list_api.js', | 178 'webapp/crd/js/host_list_api.js', |
178 'webapp/crd/js/host_list_api_impl.js', | 179 'webapp/crd/js/host_list_api_impl.js', |
179 'webapp/crd/js/host_table_entry.js', | 180 'webapp/crd/js/host_table_entry.js', |
| 181 'webapp/crd/js/local_host_section.js', |
180 ], | 182 ], |
181 # Logging and stats JavaScript files. | 183 # Logging and stats JavaScript files. |
182 'remoting_webapp_js_logging_files': [ | 184 'remoting_webapp_js_logging_files': [ |
183 'webapp/crd/js/format_iq.js', | 185 'webapp/crd/js/format_iq.js', |
184 'webapp/crd/js/log_to_server.js', | 186 'webapp/crd/js/log_to_server.js', |
185 'webapp/crd/js/server_log_entry.js', | 187 'webapp/crd/js/server_log_entry.js', |
186 'webapp/crd/js/stats_accumulator.js', | 188 'webapp/crd/js/stats_accumulator.js', |
187 ], | 189 ], |
188 # Remoting signaling files. | 190 # Remoting signaling files. |
189 'remoting_webapp_js_signaling_files': [ | 191 'remoting_webapp_js_signaling_files': [ |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'webapp/crd/manifest.json.jinja2', | 392 'webapp/crd/manifest.json.jinja2', |
391 '<(remoting_webapp_template_main)', | 393 '<(remoting_webapp_template_main)', |
392 '<(remoting_webapp_template_wcs_sandbox)', | 394 '<(remoting_webapp_template_wcs_sandbox)', |
393 '<(remoting_webapp_template_background)', | 395 '<(remoting_webapp_template_background)', |
394 '<@(remoting_webapp_template_files)', | 396 '<@(remoting_webapp_template_files)', |
395 '<@(remoting_webapp_crd_js_files)', | 397 '<@(remoting_webapp_crd_js_files)', |
396 ], | 398 ], |
397 | 399 |
398 }, | 400 }, |
399 } | 401 } |
OLD | NEW |