[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 | |
| 5 | { |
| 6 | 'variables': { |
| 7 | 'remoting_webapp_info_files': [ |
| 8 | 'resources/chromoting16.webp', |
| 9 | 'resources/chromoting48.webp', |
| 10 | 'resources/chromoting128.webp', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 11 | ], |
| 12 | |
[email protected] | cbc8bb0 | 2014-01-28 18:01:53 | [diff] [blame] | 13 | # Jscompile proto files. |
| 14 | # These provide type information for jscompile. |
| 15 | 'remoting_webapp_js_proto_files': [ |
| 16 | 'webapp/js_proto/chrome_proto.js', |
[email protected] | cbc8bb0 | 2014-01-28 18:01:53 | [diff] [blame] | 17 | 'webapp/js_proto/dom_proto.js', |
| 18 | 'webapp/js_proto/remoting_proto.js', |
| 19 | ], |
| 20 | |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 21 | # Auth (apps v1) JavaScript files. |
| 22 | # These files aren't included directly from main.html. They are |
| 23 | # referenced from the manifest.json file (appsv1 only). |
| 24 | 'remoting_webapp_js_auth_v1_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 25 | 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host |
| 26 | 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 27 | ], |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 28 | # Auth (client to host) JavaScript files. |
| 29 | 'remoting_webapp_js_auth_client2host_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 30 | 'webapp/crd/js/third_party_host_permissions.js', |
| 31 | 'webapp/crd/js/third_party_token_fetcher.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 32 | ], |
| 33 | # Auth (Google account) JavaScript files. |
| 34 | 'remoting_webapp_js_auth_google_files': [ |
Gary Kacmarcik | 22eb37f1 | 2014-11-18 22:35:25 | [diff] [blame] | 35 | 'webapp/base/js/auth_dialog.js', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 36 | 'webapp/base/js/auth_init.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 37 | 'webapp/crd/js/identity.js', |
| 38 | 'webapp/crd/js/oauth2.js', |
| 39 | 'webapp/crd/js/oauth2_api.js', |
jamiewalch | 499b99a | 2015-01-09 23:19:07 | [diff] [blame] | 40 | 'webapp/crd/js/oauth2_api_impl.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 41 | ], |
[email protected] | fd146835 | 2014-02-06 10:38:47 | [diff] [blame] | 42 | # Client JavaScript files. |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 43 | 'remoting_webapp_js_client_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 44 | 'webapp/crd/js/client_plugin.js', |
| 45 | 'webapp/crd/js/client_plugin_impl.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 46 | # TODO(garykac) For client_screen: |
| 47 | # * Split out pin/access code stuff into separate file. |
| 48 | # * Move client logic into session_connector |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 49 | 'webapp/crd/js/client_screen.js', |
| 50 | 'webapp/crd/js/client_session.js', |
| 51 | 'webapp/crd/js/clipboard.js', |
| 52 | 'webapp/crd/js/hangout_session.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 53 | 'webapp/crd/js/session_connector.js', |
| 54 | 'webapp/crd/js/session_connector_impl.js', |
| 55 | 'webapp/crd/js/smart_reconnector.js', |
| 56 | 'webapp/crd/js/video_frame_recorder.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 57 | ], |
| 58 | # Remoting core JavaScript files. |
| 59 | 'remoting_webapp_js_core_files': [ |
garykac | ccb1b86 | 2014-12-06 03:46:44 | [diff] [blame] | 60 | 'webapp/base/js/application.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 61 | 'webapp/base/js/base.js', |
| 62 | 'webapp/base/js/platform.js', |
kelvinp | ef56d87 | 2015-01-22 03:13:36 | [diff] [blame] | 63 | 'webapp/crd/js/apps_v2_migration.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 64 | 'webapp/crd/js/error.js', |
| 65 | 'webapp/crd/js/event_handlers.js', |
| 66 | 'webapp/crd/js/plugin_settings.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 67 | # TODO(garykac) Split out UI client stuff from remoting.js. |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 68 | 'webapp/crd/js/remoting.js', |
| 69 | 'webapp/crd/js/typecheck.js', |
| 70 | 'webapp/crd/js/xhr.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 71 | ], |
| 72 | # Host JavaScript files. |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 73 | 'remoting_webapp_js_host_files': [ |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 74 | 'webapp/crd/js/host.js', |
| 75 | 'webapp/crd/js/host_settings.js', |
| 76 | ], |
| 77 | # Files for controlling the local machine as a host. |
| 78 | # Includes both it2me and me2me files. |
| 79 | 'remoting_webapp_js_host_control_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 80 | 'webapp/crd/js/host_controller.js', |
| 81 | 'webapp/crd/js/host_daemon_facade.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 82 | 'webapp/crd/js/host_screen.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 83 | 'webapp/crd/js/host_session.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 84 | 'webapp/crd/js/host_setup_dialog.js', |
| 85 | 'webapp/crd/js/host_install_dialog.js', |
| 86 | 'webapp/crd/js/host_installer.js', |
| 87 | 'webapp/crd/js/it2me_host_facade.js', |
| 88 | 'webapp/crd/js/paired_client_manager.js', |
| 89 | ], |
| 90 | # Files for displaying (in the client) info about available hosts. |
| 91 | 'remoting_webapp_js_host_display_files': [ |
| 92 | 'webapp/crd/js/host_list.js', |
jamiewalch | b874952 | 2015-01-05 20:00:49 | [diff] [blame] | 93 | 'webapp/crd/js/host_list_api.js', |
jamiewalch | 499b99a | 2015-01-09 23:19:07 | [diff] [blame] | 94 | 'webapp/crd/js/host_list_api_impl.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 95 | 'webapp/crd/js/host_table_entry.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 96 | ], |
| 97 | # Logging and stats JavaScript files. |
| 98 | 'remoting_webapp_js_logging_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 99 | 'webapp/crd/js/format_iq.js', |
| 100 | 'webapp/crd/js/log_to_server.js', |
| 101 | 'webapp/crd/js/server_log_entry.js', |
| 102 | 'webapp/crd/js/stats_accumulator.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 103 | ], |
| 104 | # UI JavaScript files. |
| 105 | 'remoting_webapp_js_ui_files': [ |
garykac | 701a99c | 2014-11-17 18:10:52 | [diff] [blame] | 106 | 'webapp/base/js/window_shape.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 107 | 'webapp/crd/js/butter_bar.js', |
| 108 | 'webapp/crd/js/connection_stats.js', |
| 109 | 'webapp/crd/js/feedback.js', |
| 110 | 'webapp/crd/js/fullscreen.js', |
| 111 | 'webapp/crd/js/fullscreen_v1.js', |
| 112 | 'webapp/crd/js/fullscreen_v2.js', |
| 113 | 'webapp/crd/js/l10n.js', |
| 114 | 'webapp/crd/js/menu_button.js', |
| 115 | 'webapp/crd/js/options_menu.js', |
| 116 | 'webapp/crd/js/ui_mode.js', |
| 117 | 'webapp/crd/js/toolbar.js', |
| 118 | 'webapp/crd/js/window_frame.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 119 | ], |
sergeyu | 30975b8 | 2014-09-04 06:37:18 | [diff] [blame] | 120 | # Remoting signaling files. |
| 121 | 'remoting_webapp_js_signaling_files': [ |
sergeyu | 19969e2f | 2015-01-23 00:44:38 | [diff] [blame] | 122 | 'webapp/crd/js/dns_blackhole_checker.js', |
jamiewalch | b47eef3 | 2015-01-14 22:59:14 | [diff] [blame] | 123 | 'webapp/crd/js/fallback_signal_strategy.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 124 | 'webapp/crd/js/signal_strategy.js', |
| 125 | 'webapp/crd/js/wcs_adapter.js', |
| 126 | 'webapp/crd/js/wcs_sandbox_container.js', |
| 127 | 'webapp/crd/js/xmpp_connection.js', |
| 128 | 'webapp/crd/js/xmpp_login_handler.js', |
| 129 | 'webapp/crd/js/xmpp_stream_parser.js', |
sergeyu | ea32100 | 2014-09-03 04:50:26 | [diff] [blame] | 130 | ], |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 131 | # Remoting WCS sandbox JavaScript files. |
| 132 | 'remoting_webapp_js_wcs_sandbox_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 133 | 'webapp/crd/js/wcs.js', |
| 134 | 'webapp/crd/js/wcs_loader.js', |
| 135 | 'webapp/crd/js/wcs_sandbox_content.js', |
| 136 | 'webapp/crd/js/xhr_proxy.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 137 | ], |
[email protected] | de101e1 | 2014-02-27 04:12:08 | [diff] [blame] | 138 | # gnubby authentication JavaScript files. |
| 139 | 'remoting_webapp_js_gnubby_auth_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 140 | 'webapp/crd/js/gnubby_auth_handler.js', |
[email protected] | de101e1 | 2014-02-27 04:12:08 | [diff] [blame] | 141 | ], |
[email protected] | 2f4e73e | 2014-08-16 08:35:47 | [diff] [blame] | 142 | # cast extension handler JavaScript files. |
| 143 | 'remoting_webapp_js_cast_extension_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 144 | 'webapp/crd/js/cast_extension_handler.js', |
[email protected] | 2f4e73e | 2014-08-16 08:35:47 | [diff] [blame] | 145 | ], |
sergeyu | 19969e2f | 2015-01-23 00:44:38 | [diff] [blame] | 146 | # Shared files for tests. |
| 147 | 'remoting_webapp_js_test_common_files': [ |
| 148 | 'webapp/unittests/mock_signal_strategy.js', |
| 149 | ], |
[email protected] | 4eacd67 | 2014-05-09 06:58:23 | [diff] [blame] | 150 | # browser test JavaScript files. |
| 151 | 'remoting_webapp_js_browser_test_files': [ |
| 152 | 'webapp/browser_test/browser_test.js', |
[email protected] | 6395ecd | 2014-08-08 01:02:25 | [diff] [blame] | 153 | 'webapp/browser_test/bump_scroll_browser_test.js', |
[email protected] | e168070 | 2014-05-14 03:09:01 | [diff] [blame] | 154 | 'webapp/browser_test/cancel_pin_browser_test.js', |
| 155 | 'webapp/browser_test/invalid_pin_browser_test.js', |
kelvinp | d90fe69 | 2015-01-13 00:32:17 | [diff] [blame] | 156 | 'webapp/browser_test/it2me_browser_test.js', |
jamiewalch | 8e0666d | 2014-09-25 02:10:10 | [diff] [blame] | 157 | 'webapp/browser_test/mock_client_plugin.js', |
jamiewalch | 499b99a | 2015-01-09 23:19:07 | [diff] [blame] | 158 | 'webapp/browser_test/mock_host_list_api.js', |
| 159 | 'webapp/browser_test/mock_identity.js', |
| 160 | 'webapp/browser_test/mock_oauth2_api.js', |
jamiewalch | 8e0666d | 2014-09-25 02:10:10 | [diff] [blame] | 161 | 'webapp/browser_test/mock_session_connector.js', |
jamiewalch | 7689f9b | 2014-09-11 01:51:18 | [diff] [blame] | 162 | 'webapp/browser_test/scrollbar_browser_test.js', |
jamiewalch | 499b99a | 2015-01-09 23:19:07 | [diff] [blame] | 163 | 'webapp/browser_test/timeout_waiter.js', |
| 164 | 'webapp/browser_test/unauthenticated_browser_test.js', |
[email protected] | e168070 | 2014-05-14 03:09:01 | [diff] [blame] | 165 | 'webapp/browser_test/update_pin_browser_test.js', |
[email protected] | 4eacd67 | 2014-05-09 06:58:23 | [diff] [blame] | 166 | ], |
[email protected] | 7848556 | 2014-06-23 21:12:45 | [diff] [blame] | 167 | # These product files are excluded from our JavaScript unittest |
| 168 | 'remoting_webapp_unittest_exclude_files': [ |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 169 | # background.js is where the onLoad handler is defined, which |
| 170 | # makes it the entry point of the background page. |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 171 | 'webapp/crd/js/background.js', |
[email protected] | 7848556 | 2014-06-23 21:12:45 | [diff] [blame] | 172 | ], |
| 173 | # The unit test cases for the webapp |
[email protected] | 23005b6 | 2014-08-14 12:42:28 | [diff] [blame] | 174 | 'remoting_webapp_unittest_js_files': [ |
[email protected] | 23005b6 | 2014-08-14 12:42:28 | [diff] [blame] | 175 | 'webapp/unittests/chrome_mocks.js', |
garykac | 23605fe | 2015-01-14 19:37:21 | [diff] [blame] | 176 | 'webapp/js_proto/chrome_proto.js', |
kelvinp | ef56d87 | 2015-01-22 03:13:36 | [diff] [blame] | 177 | 'webapp/unittests/apps_v2_migration_unittest.js', |
[email protected] | 09b6ce89 | 2014-07-18 23:40:05 | [diff] [blame] | 178 | 'webapp/unittests/base_unittest.js', |
sergeyu | 19969e2f | 2015-01-23 00:44:38 | [diff] [blame] | 179 | 'webapp/unittests/dns_blackhole_checker_unittest.js', |
jamiewalch | b47eef3 | 2015-01-14 22:59:14 | [diff] [blame] | 180 | 'webapp/unittests/fallback_signal_strategy_unittest.js', |
[email protected] | 16f0bac | 2014-08-21 05:24:48 | [diff] [blame] | 181 | 'webapp/unittests/it2me_helpee_channel_unittest.js', |
[email protected] | 23005b6 | 2014-08-14 12:42:28 | [diff] [blame] | 182 | 'webapp/unittests/it2me_helper_channel_unittest.js', |
sergeyu | ea32100 | 2014-09-03 04:50:26 | [diff] [blame] | 183 | 'webapp/unittests/it2me_service_unittest.js', |
| 184 | 'webapp/unittests/l10n_unittest.js', |
| 185 | 'webapp/unittests/menu_button_unittest.js', |
| 186 | 'webapp/unittests/xmpp_connection_unittest.js', |
| 187 | 'webapp/unittests/xmpp_login_handler_unittest.js', |
| 188 | 'webapp/unittests/xmpp_stream_parser_unittest.js', |
[email protected] | 7913294 | 2014-07-19 02:59:53 | [diff] [blame] | 189 | ], |
| 190 | 'remoting_webapp_unittest_additional_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 191 | 'webapp/crd/html/menu_button.css', |
[email protected] | 7848556 | 2014-06-23 21:12:45 | [diff] [blame] | 192 | ], |
| 193 | 'remoting_webapp_unittest_template_main': |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 194 | 'webapp/crd/html/template_unittest.html', |
[email protected] | 7848556 | 2014-06-23 21:12:45 | [diff] [blame] | 195 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 196 | # The shared JavaScript files required by main.html. |
| 197 | 'remoting_webapp_shared_main_html_js_files': [ |
[email protected] | f8881a7 | 2014-04-25 08:55:18 | [diff] [blame] | 198 | # Include the core files first as it is required by the other files. |
| 199 | # Otherwise, Jscompile will complain. |
| 200 | '<@(remoting_webapp_js_core_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 201 | '<@(remoting_webapp_js_auth_client2host_files)', |
| 202 | '<@(remoting_webapp_js_auth_google_files)', |
| 203 | '<@(remoting_webapp_js_client_files)', |
[email protected] | de101e1 | 2014-02-27 04:12:08 | [diff] [blame] | 204 | '<@(remoting_webapp_js_gnubby_auth_files)', |
[email protected] | 2f4e73e | 2014-08-16 08:35:47 | [diff] [blame] | 205 | '<@(remoting_webapp_js_cast_extension_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 206 | '<@(remoting_webapp_js_host_files)', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 207 | '<@(remoting_webapp_js_host_control_files)', |
| 208 | '<@(remoting_webapp_js_host_display_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 209 | '<@(remoting_webapp_js_logging_files)', |
| 210 | '<@(remoting_webapp_js_ui_files)', |
sergeyu | 30975b8 | 2014-09-04 06:37:18 | [diff] [blame] | 211 | '<@(remoting_webapp_js_signaling_files)', |
sergeyu | 19969e2f | 2015-01-23 00:44:38 | [diff] [blame] | 212 | # Uncomment these lines to include browser test files in the web app |
[email protected] | 4eacd67 | 2014-05-09 06:58:23 | [diff] [blame] | 213 | # to expedite debugging or local development. |
sergeyu | 19969e2f | 2015-01-23 00:44:38 | [diff] [blame] | 214 | # '<@(remoting_webapp_js_browser_test_files)', |
| 215 | # '<@(remoting_webapp_js_test_common_files)' |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 216 | ], |
| 217 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 218 | # The CRD-specific JavaScript files required by main.html. |
| 219 | 'remoting_webapp_crd_main_html_js_files': [ |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 220 | 'webapp/crd/js/crd_connect.js', |
| 221 | 'webapp/crd/js/crd_event_handlers.js', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 222 | 'webapp/crd/js/crd_main.js', |
garykac | ccb1b86 | 2014-12-06 03:46:44 | [diff] [blame] | 223 | 'webapp/crd/js/desktop_remoting.js', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 224 | ], |
| 225 | |
[email protected] | 16f0bac | 2014-08-21 05:24:48 | [diff] [blame] | 226 | # The JavaScript files that are used in the background page. |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 227 | 'remoting_webapp_background_js_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 228 | 'webapp/base/js/base.js', |
| 229 | 'webapp/base/js/message_window_helper.js', |
| 230 | 'webapp/base/js/message_window_manager.js', |
| 231 | 'webapp/crd/js/app_launcher.js', |
| 232 | 'webapp/crd/js/background.js', |
| 233 | 'webapp/crd/js/client_session.js', |
| 234 | 'webapp/crd/js/error.js', |
| 235 | 'webapp/crd/js/host_installer.js', |
| 236 | 'webapp/crd/js/host_session.js', |
| 237 | 'webapp/crd/js/it2me_helpee_channel.js', |
| 238 | 'webapp/crd/js/it2me_helper_channel.js', |
| 239 | 'webapp/crd/js/it2me_host_facade.js', |
| 240 | 'webapp/crd/js/it2me_service.js', |
| 241 | 'webapp/crd/js/l10n.js', |
jamiewalch | 6d20d9e | 2014-10-30 22:33:12 | [diff] [blame] | 242 | 'webapp/crd/js/oauth2.js', |
| 243 | 'webapp/crd/js/oauth2_api.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 244 | 'webapp/crd/js/plugin_settings.js', |
| 245 | 'webapp/crd/js/typecheck.js', |
jamiewalch | 6d20d9e | 2014-10-30 22:33:12 | [diff] [blame] | 246 | 'webapp/crd/js/xhr.js', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 247 | ], |
| 248 | |
| 249 | # The JavaScript files required by wcs_sandbox.html. |
| 250 | 'remoting_webapp_wcs_sandbox_html_js_files': [ |
| 251 | '<@(remoting_webapp_js_wcs_sandbox_files)', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 252 | 'webapp/crd/js/error.js', |
| 253 | 'webapp/crd/js/plugin_settings.js', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 254 | ], |
| 255 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 256 | # All the JavaScript files that are shared by webapps. |
| 257 | 'remoting_webapp_shared_js_files': [ |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 258 | # JS files for main.html. |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 259 | '<@(remoting_webapp_shared_main_html_js_files)', |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 260 | '<@(remoting_webapp_background_js_files)', |
kelvinp | 8df98f36 | 2014-08-25 18:26:19 | [diff] [blame] | 261 | # JS files for message_window.html |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 262 | 'webapp/base/js/message_window.js', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 263 | # JS files for wcs_sandbox.html. |
| 264 | # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files |
| 265 | # so that we don't double include error.js and plugin_settings.js. |
| 266 | '<@(remoting_webapp_js_wcs_sandbox_files)', |
| 267 | # JS files referenced in mainfest.json. |
| 268 | '<@(remoting_webapp_js_auth_v1_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 269 | ], |
| 270 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 271 | # All the JavaScript files required by CRD. |
| 272 | 'remoting_webapp_crd_js_files': [ |
| 273 | '<@(remoting_webapp_shared_js_files)', |
| 274 | '<@(remoting_webapp_crd_main_html_js_files)', |
| 275 | ], |
| 276 | |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 277 | 'remoting_webapp_resource_files': [ |
| 278 | 'resources/disclosure_arrow_down.webp', |
| 279 | 'resources/disclosure_arrow_right.webp', |
[email protected] | f733f26 | 2014-05-14 06:10:16 | [diff] [blame] | 280 | 'resources/drag.webp', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 281 | 'resources/host_setup_instructions.webp', |
[email protected] | f733f26 | 2014-05-14 06:10:16 | [diff] [blame] | 282 | 'resources/icon_close.webp', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 283 | 'resources/icon_cross.webp', |
[email protected] | f733f26 | 2014-05-14 06:10:16 | [diff] [blame] | 284 | 'resources/icon_disconnect.webp', |
jamiewalch | 0bc497a8 | 2014-08-26 00:33:45 | [diff] [blame] | 285 | 'resources/icon_fullscreen.webp', |
[email protected] | ef16f93 | 2014-04-16 09:41:58 | [diff] [blame] | 286 | 'resources/icon_help.webp', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 287 | 'resources/icon_host.webp', |
[email protected] | f733f26 | 2014-05-14 06:10:16 | [diff] [blame] | 288 | 'resources/icon_maximize_restore.webp', |
| 289 | 'resources/icon_minimize.webp', |
[email protected] | d7f7e2ff | 2014-07-24 03:05:19 | [diff] [blame] | 290 | 'resources/icon_options.webp', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 291 | 'resources/icon_pencil.webp', |
| 292 | 'resources/icon_warning.webp', |
| 293 | 'resources/infographic_my_computers.webp', |
| 294 | 'resources/infographic_remote_assistance.webp', |
| 295 | 'resources/plus.webp', |
| 296 | 'resources/reload.webp', |
| 297 | 'resources/tick.webp', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 298 | 'webapp/base/html/connection_stats.css', |
| 299 | 'webapp/base/html/message_window.html', |
| 300 | 'webapp/base/html/main.css', |
| 301 | 'webapp/base/html/message_window.css', |
| 302 | 'webapp/base/resources/open_sans.css', |
| 303 | 'webapp/base/resources/open_sans.woff', |
| 304 | 'webapp/base/resources/spinner.gif', |
Gary Kacmarcik | ac6b679f | 2014-11-13 20:52:17 | [diff] [blame] | 305 | 'webapp/crd/html/butter_bar.css', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 306 | 'webapp/crd/html/toolbar.css', |
| 307 | 'webapp/crd/html/menu_button.css', |
| 308 | 'webapp/crd/html/window_frame.css', |
| 309 | 'webapp/crd/resources/scale-to-fit.webp', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 310 | ], |
| 311 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 312 | 'remoting_webapp_crd_files': [ |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 313 | '<@(remoting_webapp_info_files)', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 314 | '<@(remoting_webapp_crd_js_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 315 | '<@(remoting_webapp_resource_files)', |
| 316 | ], |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 317 | |
| 318 | # These template files are used to construct the webapp html files. |
| 319 | 'remoting_webapp_template_main': |
garykac | c24f902 | 2015-01-17 00:22:35 | [diff] [blame] | 320 | '<(DEPTH)/remoting/webapp/crd/html/template_main.html', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 321 | |
| 322 | 'remoting_webapp_template_wcs_sandbox': |
garykac | c24f902 | 2015-01-17 00:22:35 | [diff] [blame] | 323 | '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 324 | |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 325 | 'remoting_webapp_template_background': |
garykac | c24f902 | 2015-01-17 00:22:35 | [diff] [blame] | 326 | '<(DEPTH)/remoting/webapp/crd/html/template_background.html', |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 327 | |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 328 | 'remoting_webapp_template_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 329 | 'webapp/base/html/client_plugin.html', |
| 330 | 'webapp/base/html/dialog_auth.html', |
Gary Kacmarcik | ac6b679f | 2014-11-13 20:52:17 | [diff] [blame] | 331 | 'webapp/crd/html/butter_bar.html', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 332 | 'webapp/crd/html/dialog_client_connect_failed.html', |
| 333 | 'webapp/crd/html/dialog_client_connecting.html', |
| 334 | 'webapp/crd/html/dialog_client_host_needs_upgrade.html', |
| 335 | 'webapp/crd/html/dialog_client_pin_prompt.html', |
| 336 | 'webapp/crd/html/dialog_client_session_finished.html', |
| 337 | 'webapp/crd/html/dialog_client_third_party_auth.html', |
| 338 | 'webapp/crd/html/dialog_client_unconnected.html', |
| 339 | 'webapp/crd/html/dialog_confirm_host_delete.html', |
| 340 | 'webapp/crd/html/dialog_connection_history.html', |
| 341 | 'webapp/crd/html/dialog_host.html', |
| 342 | 'webapp/crd/html/dialog_host_install.html', |
| 343 | 'webapp/crd/html/dialog_host_setup.html', |
| 344 | 'webapp/crd/html/dialog_manage_pairings.html', |
| 345 | 'webapp/crd/html/dialog_token_refresh_failed.html', |
| 346 | 'webapp/crd/html/toolbar.html', |
| 347 | 'webapp/crd/html/ui_header.html', |
| 348 | 'webapp/crd/html/ui_it2me.html', |
| 349 | 'webapp/crd/html/ui_me2me.html', |
| 350 | 'webapp/crd/html/window_frame.html', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 351 | ], |
| 352 | |
garykac | 9ab9df49 | 2015-01-27 16:21:01 | [diff] [blame^] | 353 | # Files that contain localizable strings. |
| 354 | 'desktop_remoting_webapp_localizable_files': [ |
| 355 | 'webapp/crd/manifest.json.jinja2', |
| 356 | '<(remoting_webapp_template_main)', |
| 357 | '<(remoting_webapp_template_wcs_sandbox)', |
| 358 | '<(remoting_webapp_template_background)', |
| 359 | '<@(remoting_webapp_template_files)', |
| 360 | '<@(remoting_webapp_crd_js_files)', |
| 361 | ], |
| 362 | |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 363 | }, |
| 364 | } |