[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
garykac | ed09d9af | 2015-04-28 22:28:14 | [diff] [blame] | 5 | # `7MM"""Mq. `7MM |
| 6 | # MM `MM. MM |
| 7 | # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya |
| 8 | # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
| 9 | # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
| 10 | # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
| 11 | # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd' |
| 12 | # |
| 13 | # Please keep this file in sync with remoting/webapp/files.gni. |
garykac | 3eddb5b | 2015-04-17 23:16:38 | [diff] [blame] | 14 | |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 15 | { |
| 16 | 'variables': { |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 17 | |
jhawkins | 13c5c463 | 2015-06-22 18:39:54 | [diff] [blame] | 18 | # JSCompiler externs. |
| 19 | 'remoting_webapp_js_externs_files': [ |
| 20 | 'webapp/externs/qunit.js', |
| 21 | ], |
| 22 | |
[email protected] | cbc8bb0 | 2014-01-28 18:01:53 | [diff] [blame] | 23 | # Jscompile proto files. |
| 24 | # These provide type information for jscompile. |
| 25 | 'remoting_webapp_js_proto_files': [ |
| 26 | 'webapp/js_proto/chrome_proto.js', |
[email protected] | cbc8bb0 | 2014-01-28 18:01:53 | [diff] [blame] | 27 | 'webapp/js_proto/dom_proto.js', |
| 28 | 'webapp/js_proto/remoting_proto.js', |
| 29 | ], |
| 30 | |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 31 | # |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 32 | # Webapp browsertest JavaScript files. |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 33 | # |
| 34 | |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 35 | # Browser test files. |
| 36 | 'remoting_webapp_browsertest_js_files': [ |
| 37 | 'webapp/browser_test/browser_test.js', |
| 38 | 'webapp/browser_test/bump_scroll_browser_test.js', |
| 39 | 'webapp/browser_test/cancel_pin_browser_test.js', |
| 40 | 'webapp/browser_test/invalid_pin_browser_test.js', |
| 41 | 'webapp/browser_test/it2me_browser_test.js', |
kelvinp | bbaef9c2 | 2015-05-07 02:11:35 | [diff] [blame] | 42 | 'webapp/browser_test/me2me_browser_test.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 43 | 'webapp/browser_test/scrollbar_browser_test.js', |
| 44 | 'webapp/browser_test/timeout_waiter.js', |
| 45 | 'webapp/browser_test/unauthenticated_browser_test.js', |
| 46 | 'webapp/browser_test/update_pin_browser_test.js', |
| 47 | ], |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 48 | # Browser test files. |
| 49 | 'remoting_webapp_browsertest_js_mock_files': [ |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 50 | 'webapp/crd/js/mock_client_plugin.js', |
| 51 | 'webapp/crd/js/mock_host_list_api.js', |
| 52 | 'webapp/crd/js/mock_identity.js', |
| 53 | 'webapp/crd/js/mock_oauth2_api.js', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 54 | 'webapp/crd/js/mock_signal_strategy.js', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 55 | ], |
| 56 | 'remoting_webapp_browsertest_js_proto_files': [ |
| 57 | 'webapp/js_proto/sinon_proto.js', |
| 58 | 'webapp/js_proto/test_proto.js', |
| 59 | '<@(remoting_webapp_js_proto_files)', |
| 60 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 61 | 'remoting_webapp_browsertest_all_js_files': [ |
| 62 | '<@(remoting_webapp_browsertest_js_files)', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 63 | '<@(remoting_webapp_browsertest_js_mock_files)', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 64 | ], |
kelvinp | 14c5971 | 2015-04-29 05:20:43 | [diff] [blame] | 65 | 'remoting_webapp_browsertest_main_html_extra_files': [ |
| 66 | '<@(remoting_webapp_browsertest_all_js_files)', |
| 67 | '../third_party/sinonjs/src/sinon.js', |
| 68 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 69 | |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 70 | # |
| 71 | # Webapp unittest JavaScript files. |
| 72 | # |
| 73 | |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 74 | # These product files are excluded from our JavaScript unittest |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 75 | 'remoting_webapp_unittests_exclude_js_files': [ |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 76 | # background.js is where the onLoad handler is defined, which |
| 77 | # makes it the entry point of the background page. |
| 78 | 'webapp/crd/js/background.js', |
| 79 | ], |
| 80 | # The unit test cases for the webapp |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 81 | 'remoting_webapp_unittests_js_files': [ |
| 82 | 'webapp/base/js/base_unittest.js', |
| 83 | 'webapp/base/js/base_event_hook_unittest.js', |
kelvinp | 718f4e8 | 2015-03-20 23:19:47 | [diff] [blame] | 84 | 'webapp/base/js/base_inherits_unittest.js', |
jamiewalch | 8c4da59 | 2015-07-29 19:37:53 | [diff] [blame] | 85 | 'webapp/base/js/callstack_unittest.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 86 | 'webapp/base/js/client_session_unittest.js', |
| 87 | 'webapp/base/js/client_session_factory_unittest.js', |
jamiewalch | 8c4da59 | 2015-07-29 19:37:53 | [diff] [blame] | 88 | 'webapp/base/js/console_wrapper_unittest.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 89 | 'webapp/base/js/dns_blackhole_checker_unittest.js', |
| 90 | 'webapp/base/js/error_unittest.js', |
| 91 | 'webapp/base/js/fallback_signal_strategy_unittest.js', |
jamiewalch | 5816f58 | 2015-09-25 19:30:44 | [diff] [blame] | 92 | 'webapp/base/js/host_options_unittest.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 93 | 'webapp/base/js/identity_unittest.js', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 94 | 'webapp/base/js/ipc_unittest.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 95 | 'webapp/base/js/l10n_unittest.js', |
kelvinp | bdf351e5 | 2015-10-07 21:19:51 | [diff] [blame] | 96 | 'webapp/base/js/network_connectivity_detector_unittest.js', |
kelvinp | e989257af | 2015-06-06 02:56:42 | [diff] [blame] | 97 | 'webapp/base/js/platform_unittest.js', |
kelvinp | 25f89e58 | 2015-04-08 01:20:50 | [diff] [blame] | 98 | 'webapp/base/js/protocol_extension_manager_unittest.js', |
kelvinp | d3c1941 | 2015-06-26 23:27:34 | [diff] [blame] | 99 | 'webapp/base/js/session_logger_unittest.js', |
kelvinp | f2c15c3 | 2015-06-25 21:31:29 | [diff] [blame] | 100 | 'webapp/base/js/telemetry_event_writer_unittest.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 101 | 'webapp/base/js/typecheck_unittest.js', |
garykac | 828a33d | 2015-04-27 16:23:50 | [diff] [blame] | 102 | 'webapp/base/js/viewport_unittest.js', |
kelvinp | 41b04f3 | 2015-05-19 18:51:32 | [diff] [blame] | 103 | 'webapp/base/js/window_shape_unittest.js', |
weitaosu | 574f304 | 2015-06-23 22:55:56 | [diff] [blame] | 104 | 'webapp/base/js/window_message_dispatcher_unittest.js', |
kelvinp | e0e0c0d | 2015-06-18 17:57:16 | [diff] [blame] | 105 | 'webapp/base/js/xhr_event_writer_unittest.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 106 | 'webapp/base/js/xhr_unittest.js', |
| 107 | 'webapp/base/js/xmpp_connection_unittest.js', |
kelvinp | 6c4f3d7 | 2015-08-19 02:12:44 | [diff] [blame] | 108 | 'webapp/base/js/xmpp_error_cache_unittest.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 109 | 'webapp/base/js/xmpp_login_handler_unittest.js', |
| 110 | 'webapp/base/js/xmpp_stream_parser_unittest.js', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 111 | 'webapp/crd/js/apps_v2_migration_unittest.js', |
jrw | 43c0916 | 2015-07-21 20:28:11 | [diff] [blame] | 112 | 'webapp/crd/js/combined_host_list_api_unittest.js', |
jrw | 12e3cb3 | 2015-03-31 00:58:14 | [diff] [blame] | 113 | 'webapp/crd/js/gcd_client_unittest.js', |
jrw | 58e816f0 | 2015-04-07 19:59:12 | [diff] [blame] | 114 | 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', |
joedow | dadef988 | 2016-02-20 17:44:06 | [diff] [blame] | 115 | "webapp/crd/js/gnubby_auth_handler_unittest.js", |
jrw | f326e5a | 2015-04-09 20:20:49 | [diff] [blame] | 116 | 'webapp/crd/js/host_controller_unittest.js', |
jrw | 133be79 | 2015-04-08 01:12:28 | [diff] [blame] | 117 | 'webapp/crd/js/host_daemon_facade_unittest.js', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 118 | 'webapp/crd/js/host_table_entry_unittest.js', |
jrw | 5ffa27c | 2015-06-10 22:56:24 | [diff] [blame] | 119 | 'webapp/crd/js/legacy_host_list_api_unittest.js', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 120 | 'webapp/crd/js/menu_button_unittest.js', |
kelvinp | 67628891 | 2015-08-27 00:27:21 | [diff] [blame] | 121 | 'webapp/crd/js/me2me_telemetry_integration_test.js', |
jrw | 58e816f0 | 2015-04-07 19:59:12 | [diff] [blame] | 122 | 'webapp/crd/js/mock_xhr_unittest.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 123 | ], |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 124 | 'remoting_webapp_unittests_js_mock_files': [ |
kelvinp | 2c5de34 | 2015-04-20 18:52:01 | [diff] [blame] | 125 | 'webapp/crd/js/mock_client_plugin.js', |
jrw | f326e5a | 2015-04-09 20:20:49 | [diff] [blame] | 126 | 'webapp/crd/js/mock_host_daemon_facade.js', |
jrw | 300af59 | 2015-04-18 02:10:28 | [diff] [blame] | 127 | 'webapp/crd/js/mock_host_list_api.js', |
kelvinp | 67628891 | 2015-08-27 00:27:21 | [diff] [blame] | 128 | 'webapp/crd/js/mock_modal_dialog_factory.js', |
jrw | 300af59 | 2015-04-18 02:10:28 | [diff] [blame] | 129 | 'webapp/crd/js/mock_identity.js', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 130 | 'webapp/crd/js/mock_signal_strategy.js', |
kelvinp | 67628891 | 2015-08-27 00:27:21 | [diff] [blame] | 131 | 'webapp/crd/js/remoting_activity_test_driver.js', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 132 | 'webapp/js_proto/chrome_mocks.js', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 133 | 'webapp/unittests/sinon_helpers.js', |
jrw | 58e816f0 | 2015-04-07 19:59:12 | [diff] [blame] | 134 | 'webapp/crd/js/mock_xhr.js', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 135 | ], |
| 136 | # Prototypes for objects that are not mocked. |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 137 | 'remoting_webapp_unittests_js_proto_files': [ |
kelvinp | 1a8d5b2 | 2015-05-26 21:32:52 | [diff] [blame] | 138 | 'webapp/js_proto/chrome_proto.js', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 139 | 'webapp/js_proto/dom_proto.js', |
| 140 | 'webapp/js_proto/remoting_proto.js', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 141 | 'webapp/js_proto/sinon_proto.js', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 142 | ], |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 143 | 'remoting_webapp_unittests_all_js_files': [ |
| 144 | '<@(remoting_webapp_unittests_js_files)', |
| 145 | '<@(remoting_webapp_unittests_js_mock_files)', |
kelvinp | 1a8d5b2 | 2015-05-26 21:32:52 | [diff] [blame] | 146 | 'webapp/unittests/qunit_callbacks.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 147 | ], |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 148 | # All the files needed to run the unittests. |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 149 | 'remoting_webapp_unittests_all_files': [ |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 150 | 'webapp/crd/html/menu_button.css', |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 151 | '<@(remoting_webapp_unittests_all_js_files)', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 152 | ], |
wez | 0f92988 | 2015-03-12 16:19:19 | [diff] [blame] | 153 | 'remoting_webapp_unittests_template_main': |
| 154 | 'webapp/crd/html/template_unittests.html', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 155 | |
| 156 | # |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 157 | # Shared webapp JavaScript file groups. |
| 158 | # |
| 159 | |
| 160 | # Auth (Google account) JavaScript files. |
| 161 | 'remoting_webapp_shared_js_auth_google_files': [ |
| 162 | 'webapp/base/js/auth_init.js', |
| 163 | 'webapp/base/js/identity.js', |
| 164 | 'webapp/base/js/oauth2.js', |
| 165 | 'webapp/base/js/oauth2_api.js', |
| 166 | 'webapp/base/js/oauth2_api_impl.js', |
| 167 | ], |
| 168 | # Client JavaScript files. |
| 169 | 'remoting_webapp_shared_js_client_files': [ |
| 170 | 'webapp/base/js/activity.js', |
| 171 | 'webapp/base/js/client_plugin.js', |
| 172 | 'webapp/base/js/client_plugin_host_desktop_impl.js', |
| 173 | 'webapp/base/js/client_plugin_impl.js', |
| 174 | 'webapp/base/js/client_session.js', |
| 175 | 'webapp/base/js/client_session_factory.js', |
| 176 | 'webapp/base/js/clipboard.js', |
| 177 | 'webapp/base/js/connected_view.js', |
| 178 | 'webapp/base/js/connection_info.js', |
| 179 | 'webapp/base/js/credentials_provider.js', |
sergeyu | bbcbf5b | 2015-08-04 20:14:07 | [diff] [blame] | 180 | 'webapp/base/js/experiments.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 181 | 'webapp/base/js/host_desktop.js', |
kelvinp | f2c15c3 | 2015-06-25 21:31:29 | [diff] [blame] | 182 | 'webapp/base/js/telemetry_event_writer.js', |
kelvinp | 6c4f3d7 | 2015-08-19 02:12:44 | [diff] [blame] | 183 | 'webapp/base/js/xmpp_error_cache.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 184 | ], |
| 185 | # Remoting core JavaScript files. |
| 186 | 'remoting_webapp_shared_js_core_files': [ |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 187 | 'webapp/base/js/application.js', |
| 188 | 'webapp/base/js/base.js', |
jamiewalch | 8c4da59 | 2015-07-29 19:37:53 | [diff] [blame] | 189 | 'webapp/base/js/callstack.js', |
| 190 | 'webapp/base/js/console_wrapper.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 191 | 'webapp/base/js/ipc.js', |
| 192 | 'webapp/base/js/modal_dialogs.js', |
| 193 | 'webapp/base/js/platform.js', |
| 194 | 'webapp/base/js/protocol_extension_manager.js', |
| 195 | 'webapp/base/js/protocol_extension.js', |
| 196 | 'webapp/base/js/error.js', |
kelvinp | bdf351e5 | 2015-10-07 21:19:51 | [diff] [blame] | 197 | 'webapp/base/js/network_connectivity_detector.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 198 | 'webapp/base/js/plugin_settings.js', |
kelvinp | 2a8128f | 2015-05-27 00:54:01 | [diff] [blame] | 199 | 'webapp/base/js/suspend_detector.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 200 | 'webapp/base/js/typecheck.js', |
kelvinp | e0e0c0d | 2015-06-18 17:57:16 | [diff] [blame] | 201 | 'webapp/base/js/xhr_event_writer.js', |
weitaosu | 9393e1ee | 2015-07-31 19:34:32 | [diff] [blame] | 202 | 'webapp/base/js/window_message_dispatcher.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 203 | 'webapp/base/js/xhr.js', |
| 204 | ], |
| 205 | # Host JavaScript files. |
| 206 | 'remoting_webapp_shared_js_host_files': [ |
| 207 | 'webapp/base/js/host.js', |
jamiewalch | 5816f58 | 2015-09-25 19:30:44 | [diff] [blame] | 208 | 'webapp/base/js/host_options.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 209 | ], |
| 210 | # Logging and stats JavaScript files. |
| 211 | 'remoting_webapp_shared_js_logging_files': [ |
kelvinp | c41125a | 2015-06-25 20:20:41 | [diff] [blame] | 212 | 'webapp/base/js/chromoting_event.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 213 | 'webapp/base/js/format_iq.js', |
kelvinp | d3c1941 | 2015-06-26 23:27:34 | [diff] [blame] | 214 | 'webapp/base/js/session_logger.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 215 | 'webapp/base/js/stats_accumulator.js', |
| 216 | ], |
| 217 | # Remoting signaling files. |
| 218 | 'remoting_webapp_shared_js_signaling_files': [ |
| 219 | 'webapp/base/js/dns_blackhole_checker.js', |
| 220 | 'webapp/base/js/fallback_signal_strategy.js', |
| 221 | 'webapp/base/js/signal_strategy.js', |
| 222 | 'webapp/base/js/tcp_socket.js', |
| 223 | 'webapp/base/js/wcs_adapter.js', |
| 224 | 'webapp/base/js/wcs_sandbox_container.js', |
| 225 | 'webapp/base/js/xmpp_connection.js', |
| 226 | 'webapp/base/js/xmpp_login_handler.js', |
| 227 | 'webapp/base/js/xmpp_stream_parser.js', |
| 228 | ], |
| 229 | # Shared UI JavaScript files. |
| 230 | 'remoting_webapp_shared_js_ui_files': [ |
kelvinp | c1be511 | 2015-05-27 21:39:25 | [diff] [blame] | 231 | 'webapp/base/js/connection_dropped_dialog.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 232 | 'webapp/base/js/connection_stats.js', |
| 233 | 'webapp/base/js/l10n.js', |
| 234 | 'webapp/base/js/ui_mode.js', |
| 235 | 'webapp/base/js/viewport.js', |
| 236 | 'webapp/base/js/window_shape.js', |
| 237 | ], |
| 238 | |
| 239 | # |
| 240 | # DesktopRemoting webapp JavaScript file groups. |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 241 | # |
| 242 | |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 243 | # Auth (apps v1) JavaScript files. |
| 244 | # These files aren't included directly from main.html. They are |
| 245 | # referenced from the manifest.json file (appsv1 only). |
| 246 | 'remoting_webapp_js_auth_v1_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 247 | 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host |
| 248 | 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 249 | ], |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 250 | # Auth (client to host) JavaScript files. |
| 251 | 'remoting_webapp_js_auth_client2host_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 252 | 'webapp/crd/js/third_party_host_permissions.js', |
| 253 | 'webapp/crd/js/third_party_token_fetcher.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 254 | ], |
[email protected] | fd146835 | 2014-02-06 10:38:47 | [diff] [blame] | 255 | # Client JavaScript files. |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 256 | 'remoting_webapp_js_client_files': [ |
kelvinp | ef56d87 | 2015-01-22 03:13:36 | [diff] [blame] | 257 | 'webapp/crd/js/apps_v2_migration.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 258 | 'webapp/crd/js/event_handlers.js', |
jrw | 12e3cb3 | 2015-03-31 00:58:14 | [diff] [blame] | 259 | 'webapp/crd/js/gcd_client.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 260 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 261 | # Gnubby authentication JavaScript files. |
| 262 | 'remoting_webapp_js_gnubby_auth_files': [ |
| 263 | 'webapp/crd/js/gnubby_auth_handler.js', |
| 264 | ], |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 265 | # Files for controlling the local machine as a host. |
| 266 | # Includes both it2me and me2me files. |
| 267 | 'remoting_webapp_js_host_control_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 268 | 'webapp/crd/js/host_controller.js', |
| 269 | 'webapp/crd/js/host_daemon_facade.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 270 | 'webapp/crd/js/host_screen.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 271 | 'webapp/crd/js/host_session.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 272 | 'webapp/crd/js/host_setup_dialog.js', |
| 273 | 'webapp/crd/js/host_install_dialog.js', |
| 274 | 'webapp/crd/js/host_installer.js', |
| 275 | 'webapp/crd/js/it2me_host_facade.js', |
jamiewalch | a182648 | 2015-08-21 00:11:22 | [diff] [blame] | 276 | 'webapp/crd/js/native_message_host_log_message_handler.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 277 | 'webapp/crd/js/paired_client_manager.js', |
| 278 | ], |
kelvinp | 08d2852 | 2015-10-01 19:16:15 | [diff] [blame] | 279 | # Files for controlling the local it2me host. |
| 280 | # Included by public_session.html. |
| 281 | 'remoting_webapp_js_it2me_host_control_files': [ |
kelvinp | 08d2852 | 2015-10-01 19:16:15 | [diff] [blame] | 282 | 'webapp/crd/js/host_screen.js', |
| 283 | 'webapp/crd/js/host_session.js', |
| 284 | 'webapp/crd/js/host_install_dialog.js', |
| 285 | 'webapp/crd/js/host_installer.js', |
| 286 | 'webapp/crd/js/it2me_host_facade.js', |
| 287 | 'webapp/crd/js/native_message_host_log_message_handler.js', |
| 288 | ], |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 289 | # Files for displaying (in the client) info about available hosts. |
| 290 | 'remoting_webapp_js_host_display_files': [ |
| 291 | 'webapp/crd/js/host_list.js', |
jamiewalch | b874952 | 2015-01-05 20:00:49 | [diff] [blame] | 292 | 'webapp/crd/js/host_list_api.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 293 | 'webapp/crd/js/host_table_entry.js', |
kelvinp | f95677a | 2015-03-04 08:57:51 | [diff] [blame] | 294 | 'webapp/crd/js/local_host_section.js', |
jrw | 5ffa27c | 2015-06-10 22:56:24 | [diff] [blame] | 295 | |
| 296 | # Must come after host_list_api.js because of an issue with |
| 297 | # JSCompiler. If an implementation of an interface occurs in a |
| 298 | # file processed before the interface itself, the @override tag |
| 299 | # doesn't always work correctly. |
jrw | 43c0916 | 2015-07-21 20:28:11 | [diff] [blame] | 300 | 'webapp/crd/js/combined_host_list_api.js', |
jrw | 5ffa27c | 2015-06-10 22:56:24 | [diff] [blame] | 301 | 'webapp/crd/js/gcd_host_list_api.js', |
| 302 | 'webapp/crd/js/legacy_host_list_api.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 303 | ], |
garykac | 5b228c89 | 2015-04-28 01:03:07 | [diff] [blame] | 304 | # The CRD-specific JavaScript files required by main.html. |
| 305 | 'remoting_webapp_crd_js_ui_files': [ |
kelvinp | 1e259c47 | 2015-02-24 01:03:04 | [diff] [blame] | 306 | 'webapp/crd/js/bump_scroller.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 307 | 'webapp/crd/js/butter_bar.js', |
garykac | 5b228c89 | 2015-04-28 01:03:07 | [diff] [blame] | 308 | 'webapp/crd/js/crd_auth_dialog.js', |
| 309 | 'webapp/crd/js/crd_event_handlers.js', |
| 310 | 'webapp/crd/js/crd_experimental.js', |
| 311 | 'webapp/crd/js/desktop_connected_view.js', |
| 312 | 'webapp/crd/js/desktop_remoting.js', |
| 313 | 'webapp/crd/js/desktop_remoting_activity.js', |
kelvinp | 1e259c47 | 2015-02-24 01:03:04 | [diff] [blame] | 314 | 'webapp/crd/js/desktop_viewport.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 315 | 'webapp/crd/js/feedback.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 316 | 'webapp/crd/js/fullscreen.js', |
| 317 | 'webapp/crd/js/fullscreen_v1.js', |
| 318 | 'webapp/crd/js/fullscreen_v2.js', |
garykac | 5b228c89 | 2015-04-28 01:03:07 | [diff] [blame] | 319 | 'webapp/crd/js/it2me_activity.js', |
| 320 | 'webapp/crd/js/me2me_activity.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 321 | 'webapp/crd/js/menu_button.js', |
| 322 | 'webapp/crd/js/options_menu.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 323 | 'webapp/crd/js/toolbar.js', |
| 324 | 'webapp/crd/js/window_frame.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 325 | ], |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 326 | |
| 327 | # |
| 328 | # DesktopRemoting main.html generation files. |
| 329 | # |
| 330 | |
| 331 | 'remoting_webapp_template_main': |
| 332 | '<(DEPTH)/remoting/webapp/crd/html/template_main.html', |
[email protected] | 7848556 | 2014-06-23 21:12:45 | [diff] [blame] | 333 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 334 | # The shared JavaScript files required by main.html. |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 335 | # These files are shared with the unittest target. |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 336 | 'remoting_webapp_shared_main_html_js_files': [ |
[email protected] | f8881a7 | 2014-04-25 08:55:18 | [diff] [blame] | 337 | # Include the core files first as it is required by the other files. |
| 338 | # Otherwise, Jscompile will complain. |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 339 | '<@(remoting_webapp_shared_js_core_files)', |
| 340 | '<@(remoting_webapp_shared_js_auth_google_files)', |
| 341 | '<@(remoting_webapp_shared_js_client_files)', |
| 342 | '<@(remoting_webapp_shared_js_host_files)', |
| 343 | '<@(remoting_webapp_shared_js_logging_files)', |
| 344 | '<@(remoting_webapp_shared_js_signaling_files)', |
| 345 | '<@(remoting_webapp_shared_js_ui_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 346 | '<@(remoting_webapp_js_auth_client2host_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 347 | '<@(remoting_webapp_js_client_files)', |
[email protected] | de101e1 | 2014-02-27 04:12:08 | [diff] [blame] | 348 | '<@(remoting_webapp_js_gnubby_auth_files)', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 349 | '<@(remoting_webapp_js_host_control_files)', |
| 350 | '<@(remoting_webapp_js_host_display_files)', |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 351 | ], |
| 352 | |
kelvinp | 08d2852 | 2015-10-01 19:16:15 | [diff] [blame] | 353 | 'remoting_webapp_template_public_session': |
| 354 | '<(DEPTH)/remoting/webapp/crd/html/template_public_session.html', |
| 355 | |
| 356 | # The shared JavaScript files required by public_session.html. |
| 357 | 'remoting_webapp_public_session_html_all_js_files': [ |
| 358 | '<@(remoting_webapp_shared_js_core_files)', |
| 359 | '<@(remoting_webapp_shared_js_auth_google_files)', |
| 360 | '<@(remoting_webapp_shared_js_client_files)', |
| 361 | '<@(remoting_webapp_shared_js_host_files)', |
| 362 | '<@(remoting_webapp_shared_js_logging_files)', |
| 363 | '<@(remoting_webapp_shared_js_signaling_files)', |
| 364 | '<@(remoting_webapp_shared_js_ui_files)', |
| 365 | '<@(remoting_webapp_js_it2me_host_control_files)', |
| 366 | 'webapp/crd/js/public_session_main.js', |
| 367 | ], |
| 368 | |
| 369 | # These template files are used to construct public_session.html. |
| 370 | 'remoting_webapp_public_session_template_files': [ |
| 371 | 'webapp/crd/html/dialog_host.html', |
| 372 | ], |
| 373 | |
garykac | 5b228c89 | 2015-04-28 01:03:07 | [diff] [blame] | 374 | # The JS files required by unittest.html. |
| 375 | 'remoting_webapp_unittest_html_all_js_files': [ |
| 376 | '<@(remoting_webapp_shared_main_html_js_files)', |
| 377 | '<@(remoting_webapp_crd_js_ui_files)', |
| 378 | ], |
| 379 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 380 | # The CRD-specific JavaScript files required by main.html. |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 381 | 'remoting_webapp_crd_main_html_all_js_files': [ |
| 382 | '<@(remoting_webapp_shared_main_html_js_files)', |
garykac | 5b228c89 | 2015-04-28 01:03:07 | [diff] [blame] | 383 | '<@(remoting_webapp_crd_js_ui_files)', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 384 | 'webapp/crd/js/crd_main.js', |
| 385 | ], |
| 386 | |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 387 | # These template files are used to construct main.html. |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 388 | 'remoting_webapp_template_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 389 | 'webapp/base/html/client_plugin.html', |
Gary Kacmarcik | ac6b679f | 2014-11-13 20:52:17 | [diff] [blame] | 390 | 'webapp/crd/html/butter_bar.html', |
jamiewalch | d0bb0df | 2015-03-24 00:37:32 | [diff] [blame] | 391 | 'webapp/crd/html/dialog_auth.html', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 392 | 'webapp/crd/html/dialog_client_connect_failed.html', |
| 393 | 'webapp/crd/html/dialog_client_connecting.html', |
| 394 | 'webapp/crd/html/dialog_client_host_needs_upgrade.html', |
| 395 | 'webapp/crd/html/dialog_client_pin_prompt.html', |
| 396 | 'webapp/crd/html/dialog_client_session_finished.html', |
| 397 | 'webapp/crd/html/dialog_client_third_party_auth.html', |
| 398 | 'webapp/crd/html/dialog_client_unconnected.html', |
| 399 | 'webapp/crd/html/dialog_confirm_host_delete.html', |
| 400 | 'webapp/crd/html/dialog_connection_history.html', |
| 401 | 'webapp/crd/html/dialog_host.html', |
| 402 | 'webapp/crd/html/dialog_host_install.html', |
| 403 | 'webapp/crd/html/dialog_host_setup.html', |
| 404 | 'webapp/crd/html/dialog_manage_pairings.html', |
| 405 | 'webapp/crd/html/dialog_token_refresh_failed.html', |
| 406 | 'webapp/crd/html/toolbar.html', |
| 407 | 'webapp/crd/html/ui_header.html', |
| 408 | 'webapp/crd/html/ui_it2me.html', |
| 409 | 'webapp/crd/html/ui_me2me.html', |
| 410 | 'webapp/crd/html/window_frame.html', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 411 | ], |
| 412 | |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 413 | # |
| 414 | # Webapp background.html generation files. |
| 415 | # |
| 416 | |
| 417 | 'remoting_webapp_template_background': |
| 418 | '<(DEPTH)/remoting/webapp/crd/html/template_background.html', |
| 419 | |
| 420 | # These JS files are specific to the background page and are not part of |
| 421 | # the main JS files. |
| 422 | 'remoting_webapp_background_html_js_files': [ |
kelvinp | e36476e | 2015-06-30 02:07:04 | [diff] [blame] | 423 | 'webapp/base/js/chromoting_event.js', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 424 | 'webapp/crd/js/activation_handler.js', |
| 425 | 'webapp/crd/js/app_launcher.js', |
| 426 | 'webapp/crd/js/background.js', |
| 427 | ], |
| 428 | |
| 429 | # All the JavaScript files required by background.html. |
| 430 | 'remoting_webapp_background_html_all_js_files': [ |
| 431 | '<@(remoting_webapp_background_html_js_files)', |
| 432 | 'webapp/base/js/base.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 433 | 'webapp/base/js/error.js', |
| 434 | 'webapp/base/js/identity.js', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 435 | 'webapp/base/js/ipc.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 436 | 'webapp/base/js/l10n.js', |
| 437 | 'webapp/base/js/oauth2.js', |
| 438 | 'webapp/base/js/oauth2_api.js', |
| 439 | 'webapp/base/js/oauth2_api_impl.js', |
kelvinp | 74f3b3c | 2015-07-01 01:46:28 | [diff] [blame] | 440 | 'webapp/base/js/platform.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 441 | 'webapp/base/js/plugin_settings.js', |
kelvinp | f2c15c3 | 2015-06-25 21:31:29 | [diff] [blame] | 442 | 'webapp/base/js/telemetry_event_writer.js', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 443 | 'webapp/base/js/typecheck.js', |
| 444 | 'webapp/base/js/xhr.js', |
kelvinp | f2c15c3 | 2015-06-25 21:31:29 | [diff] [blame] | 445 | 'webapp/base/js/xhr_event_writer.js', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 446 | 'webapp/crd/js/host_installer.js', |
| 447 | 'webapp/crd/js/host_session.js', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 448 | 'webapp/crd/js/it2me_host_facade.js', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 449 | ], |
| 450 | |
| 451 | # |
| 452 | # Webapp wcs_sandbox.html generation files. |
| 453 | # |
| 454 | |
| 455 | 'remoting_webapp_template_wcs_sandbox': |
| 456 | '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html', |
| 457 | |
| 458 | # These JS files are specific to the WCS sandbox page and are not part of |
| 459 | # the main JS files. |
| 460 | 'remoting_webapp_wcs_sandbox_html_js_files': [ |
| 461 | 'webapp/crd/js/wcs.js', |
| 462 | 'webapp/crd/js/wcs_loader.js', |
| 463 | 'webapp/crd/js/wcs_sandbox_content.js', |
| 464 | 'webapp/crd/js/xhr_proxy.js', |
| 465 | ], |
| 466 | |
| 467 | # All the JavaScript files required by wcs_sandbox.html. |
| 468 | 'remoting_webapp_wcs_sandbox_html_all_js_files': [ |
| 469 | '<@(remoting_webapp_wcs_sandbox_html_js_files)', |
garykac | 43a567e | 2015-05-11 17:48:33 | [diff] [blame] | 470 | 'webapp/base/js/error.js', |
| 471 | 'webapp/base/js/plugin_settings.js', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 472 | ], |
| 473 | |
| 474 | # |
| 475 | # Webapp message_window.html generation files. |
| 476 | # |
| 477 | |
| 478 | 'remoting_webapp_template_message_window': |
| 479 | '<(DEPTH)/remoting/webapp/base/html/template_message_window.html', |
| 480 | |
| 481 | # These JS files are specific to the message window page and are not part of |
| 482 | # the main JS files. |
| 483 | 'remoting_webapp_message_window_html_js_files': [ |
| 484 | 'webapp/base/js/message_window.js', |
| 485 | ], |
| 486 | |
| 487 | # All the JavaScript files required by message_window.html. |
| 488 | 'remoting_webapp_message_window_html_all_js_files': [ |
| 489 | '<@(remoting_webapp_message_window_html_js_files)', |
| 490 | 'webapp/base/js/base.js', |
| 491 | ], |
| 492 | |
| 493 | # |
jamiewalch | 6275de5 | 2015-06-17 23:25:34 | [diff] [blame] | 494 | # All the JavaScript files required by credits.html |
| 495 | # |
jamiewalch | 6275de5 | 2015-06-17 23:25:34 | [diff] [blame] | 496 | 'remoting_webapp_credits_html_all_js_files': [ |
lambroslambrou | d5d8d0d | 2015-06-20 01:10:41 | [diff] [blame] | 497 | 'webapp/base/js/credits_js.js', |
jamiewalch | 6275de5 | 2015-06-17 23:25:34 | [diff] [blame] | 498 | ], |
| 499 | |
| 500 | # |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 501 | # Complete webapp JS and resource files. |
| 502 | # |
| 503 | |
| 504 | # All the JavaScript files that are shared by webapps. |
| 505 | 'remoting_webapp_shared_js_files': [ |
| 506 | '<@(remoting_webapp_shared_main_html_js_files)', |
| 507 | '<@(remoting_webapp_background_html_js_files)', |
| 508 | '<@(remoting_webapp_message_window_html_js_files)', |
| 509 | '<@(remoting_webapp_wcs_sandbox_html_js_files)', |
| 510 | # JS files referenced in manifest.json. |
| 511 | '<@(remoting_webapp_js_auth_v1_files)', |
| 512 | ], |
| 513 | |
| 514 | # All the JavaScript files required by DesktopRemoting. |
| 515 | 'remoting_webapp_crd_js_files': [ |
| 516 | '<@(remoting_webapp_shared_js_files)', |
| 517 | '<@(remoting_webapp_crd_main_html_all_js_files)', |
jamiewalch | 6275de5 | 2015-06-17 23:25:34 | [diff] [blame] | 518 | '<@(remoting_webapp_credits_html_all_js_files)', |
kelvinp | 08d2852 | 2015-10-01 19:16:15 | [diff] [blame] | 519 | '<@(remoting_webapp_public_session_html_all_js_files)', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 520 | ], |
| 521 | |
| 522 | 'remoting_webapp_info_files': [ |
| 523 | 'resources/chromoting16.webp', |
| 524 | 'resources/chromoting48.webp', |
| 525 | 'resources/chromoting128.webp', |
| 526 | ], |
| 527 | |
| 528 | # All the resource files required by DesktopRemoting. |
| 529 | 'remoting_webapp_resource_files': [ |
| 530 | 'resources/disclosure_arrow_down.webp', |
| 531 | 'resources/disclosure_arrow_right.webp', |
| 532 | 'resources/drag.webp', |
| 533 | 'resources/host_setup_instructions.webp', |
| 534 | 'resources/icon_close.webp', |
| 535 | 'resources/icon_cross.webp', |
| 536 | 'resources/icon_disconnect.webp', |
| 537 | 'resources/icon_fullscreen.webp', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 538 | 'resources/icon_host.webp', |
| 539 | 'resources/icon_maximize_restore.webp', |
| 540 | 'resources/icon_minimize.webp', |
| 541 | 'resources/icon_options.webp', |
| 542 | 'resources/icon_pencil.webp', |
| 543 | 'resources/icon_warning.webp', |
| 544 | 'resources/infographic_my_computers.webp', |
| 545 | 'resources/infographic_remote_assistance.webp', |
| 546 | 'resources/plus.webp', |
| 547 | 'resources/reload.webp', |
| 548 | 'resources/tick.webp', |
| 549 | 'webapp/base/html/connection_stats.css', |
lambroslambrou | d5d8d0d | 2015-06-20 01:10:41 | [diff] [blame] | 550 | 'webapp/base/html/credits_css.css', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 551 | 'webapp/base/html/main.css', |
| 552 | 'webapp/base/html/message_window.css', |
| 553 | 'webapp/base/resources/open_sans.css', |
| 554 | 'webapp/base/resources/open_sans.woff', |
| 555 | 'webapp/base/resources/spinner.gif', |
| 556 | 'webapp/crd/html/butter_bar.css', |
jamiewalch | ca9ccb8 | 2015-06-02 01:12:14 | [diff] [blame] | 557 | 'webapp/crd/html/crd_main.css', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 558 | 'webapp/crd/html/toolbar.css', |
| 559 | 'webapp/crd/html/menu_button.css', |
kelvinp | 08d2852 | 2015-10-01 19:16:15 | [diff] [blame] | 560 | 'webapp/crd/html/public_session.css', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 561 | 'webapp/crd/html/window_frame.css', |
| 562 | 'webapp/crd/resources/scale-to-fit.webp', |
| 563 | ], |
| 564 | |
| 565 | 'remoting_webapp_crd_files': [ |
| 566 | '<@(remoting_webapp_info_files)', |
| 567 | '<@(remoting_webapp_crd_js_files)', |
| 568 | '<@(remoting_webapp_resource_files)', |
| 569 | ], |
| 570 | |
garykac | 9ab9df49 | 2015-01-27 16:21:01 | [diff] [blame] | 571 | # Files that contain localizable strings. |
| 572 | 'desktop_remoting_webapp_localizable_files': [ |
| 573 | 'webapp/crd/manifest.json.jinja2', |
garykac | 9ab9df49 | 2015-01-27 16:21:01 | [diff] [blame] | 574 | '<(remoting_webapp_template_background)', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame] | 575 | '<(remoting_webapp_template_main)', |
| 576 | '<(remoting_webapp_template_message_window)', |
| 577 | '<(remoting_webapp_template_wcs_sandbox)', |
garykac | 9ab9df49 | 2015-01-27 16:21:01 | [diff] [blame] | 578 | '<@(remoting_webapp_template_files)', |
| 579 | '<@(remoting_webapp_crd_js_files)', |
| 580 | ], |
| 581 | |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 582 | }, |
| 583 | } |