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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/ipc_unittest.js', | 76 'webapp/unittests/ipc_unittest.js', |
77 'webapp/unittests/it2me_helpee_channel_unittest.js', | |
78 'webapp/unittests/it2me_helper_channel_unittest.js', | |
79 'webapp/unittests/it2me_service_unittest.js', | |
80 'webapp/unittests/l10n_unittest.js', | 77 'webapp/unittests/l10n_unittest.js', |
81 'webapp/unittests/menu_button_unittest.js', | 78 'webapp/unittests/menu_button_unittest.js', |
82 'webapp/unittests/xhr_unittest.js', | 79 'webapp/unittests/xhr_unittest.js', |
83 'webapp/unittests/xmpp_connection_unittest.js', | 80 'webapp/unittests/xmpp_connection_unittest.js', |
84 'webapp/unittests/xmpp_login_handler_unittest.js', | 81 'webapp/unittests/xmpp_login_handler_unittest.js', |
85 'webapp/unittests/xmpp_stream_parser_unittest.js', | 82 'webapp/unittests/xmpp_stream_parser_unittest.js', |
86 ], | 83 ], |
87 'remoting_webapp_unittest_js_mock_files': [ | 84 'remoting_webapp_unittest_js_mock_files': [ |
88 # Some proto files can be repurposed as simple mocks for the unittests. | 85 # Some proto files can be repurposed as simple mocks for the unittests. |
89 # Note that some defs in chrome_proto are overwritten by chrome_mocks. | 86 # Note that some defs in chrome_proto are overwritten by chrome_mocks. |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'webapp/crd/js/client_plugin_impl.js', | 146 'webapp/crd/js/client_plugin_impl.js', |
150 'webapp/crd/js/client_plugin_host_desktop_impl.js', | 147 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
151 # TODO(garykac) For client_screen: | 148 # TODO(garykac) For client_screen: |
152 # * Split out pin/access code stuff into separate file. | 149 # * Split out pin/access code stuff into separate file. |
153 # * Move client logic into session_connector | 150 # * Move client logic into session_connector |
154 'webapp/crd/js/client_screen.js', | 151 'webapp/crd/js/client_screen.js', |
155 'webapp/crd/js/client_session.js', | 152 'webapp/crd/js/client_session.js', |
156 'webapp/crd/js/clipboard.js', | 153 'webapp/crd/js/clipboard.js', |
157 'webapp/crd/js/credentials_provider.js', | 154 'webapp/crd/js/credentials_provider.js', |
158 'webapp/crd/js/desktop_connected_view.js', | 155 'webapp/crd/js/desktop_connected_view.js', |
159 'webapp/crd/js/hangout_session.js', | |
160 'webapp/crd/js/host_desktop.js', | 156 'webapp/crd/js/host_desktop.js', |
161 'webapp/crd/js/session_connector.js', | 157 'webapp/crd/js/session_connector.js', |
162 'webapp/crd/js/session_connector_impl.js', | 158 'webapp/crd/js/session_connector_impl.js', |
163 'webapp/crd/js/smart_reconnector.js', | 159 'webapp/crd/js/smart_reconnector.js', |
164 'webapp/crd/js/video_frame_recorder.js', | 160 'webapp/crd/js/video_frame_recorder.js', |
165 ], | 161 ], |
166 # Remoting core JavaScript files. | 162 # Remoting core JavaScript files. |
167 'remoting_webapp_js_core_files': [ | 163 'remoting_webapp_js_core_files': [ |
168 'webapp/base/js/app_capabilities.js', | 164 'webapp/base/js/app_capabilities.js', |
169 'webapp/base/js/application.js', | 165 'webapp/base/js/application.js', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 'webapp/base/js/message_window_helper.js', | 283 'webapp/base/js/message_window_helper.js', |
288 'webapp/base/js/message_window_manager.js', | 284 'webapp/base/js/message_window_manager.js', |
289 'webapp/crd/js/activation_handler.js', | 285 'webapp/crd/js/activation_handler.js', |
290 'webapp/crd/js/app_launcher.js', | 286 'webapp/crd/js/app_launcher.js', |
291 'webapp/crd/js/background.js', | 287 'webapp/crd/js/background.js', |
292 'webapp/crd/js/client_session.js', | 288 'webapp/crd/js/client_session.js', |
293 'webapp/crd/js/error.js', | 289 'webapp/crd/js/error.js', |
294 'webapp/crd/js/host_installer.js', | 290 'webapp/crd/js/host_installer.js', |
295 'webapp/crd/js/host_session.js', | 291 'webapp/crd/js/host_session.js', |
296 'webapp/crd/js/identity.js', | 292 'webapp/crd/js/identity.js', |
297 'webapp/crd/js/it2me_helpee_channel.js', | |
298 'webapp/crd/js/it2me_helper_channel.js', | |
299 'webapp/crd/js/it2me_host_facade.js', | 293 'webapp/crd/js/it2me_host_facade.js', |
300 'webapp/crd/js/it2me_service.js', | |
301 'webapp/crd/js/l10n.js', | 294 'webapp/crd/js/l10n.js', |
302 'webapp/crd/js/oauth2.js', | 295 'webapp/crd/js/oauth2.js', |
303 'webapp/crd/js/oauth2_api.js', | 296 'webapp/crd/js/oauth2_api.js', |
304 'webapp/crd/js/oauth2_api_impl.js', | 297 'webapp/crd/js/oauth2_api_impl.js', |
305 'webapp/crd/js/plugin_settings.js', | 298 'webapp/crd/js/plugin_settings.js', |
306 'webapp/crd/js/typecheck.js', | 299 'webapp/crd/js/typecheck.js', |
307 'webapp/crd/js/xhr.js', | 300 'webapp/crd/js/xhr.js', |
308 ], | 301 ], |
309 | 302 |
310 # The JavaScript files required by wcs_sandbox.html. | 303 # The JavaScript files required by wcs_sandbox.html. |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'webapp/crd/manifest.json.jinja2', | 409 'webapp/crd/manifest.json.jinja2', |
417 '<(remoting_webapp_template_main)', | 410 '<(remoting_webapp_template_main)', |
418 '<(remoting_webapp_template_wcs_sandbox)', | 411 '<(remoting_webapp_template_wcs_sandbox)', |
419 '<(remoting_webapp_template_background)', | 412 '<(remoting_webapp_template_background)', |
420 '<@(remoting_webapp_template_files)', | 413 '<@(remoting_webapp_template_files)', |
421 '<@(remoting_webapp_crd_js_files)', | 414 '<@(remoting_webapp_crd_js_files)', |
422 ], | 415 ], |
423 | 416 |
424 }, | 417 }, |
425 } | 418 } |
OLD | NEW |