[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': { |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 7 | |
[email protected] | cbc8bb0 | 2014-01-28 18:01:53 | [diff] [blame] | 8 | # Jscompile proto files. |
| 9 | # These provide type information for jscompile. |
| 10 | 'remoting_webapp_js_proto_files': [ |
| 11 | 'webapp/js_proto/chrome_proto.js', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 12 | 'webapp/js_proto/chrome_cast_proto.js', |
| 13 | 'webapp/js_proto/chrome_event_proto.js', |
[email protected] | cbc8bb0 | 2014-01-28 18:01:53 | [diff] [blame] | 14 | 'webapp/js_proto/dom_proto.js', |
| 15 | 'webapp/js_proto/remoting_proto.js', |
| 16 | ], |
| 17 | |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 18 | # |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 19 | # Webapp browsertest JavaScript files. |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 20 | # |
| 21 | |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 22 | # Browser test files. |
| 23 | 'remoting_webapp_browsertest_js_files': [ |
| 24 | 'webapp/browser_test/browser_test.js', |
| 25 | 'webapp/browser_test/bump_scroll_browser_test.js', |
| 26 | 'webapp/browser_test/cancel_pin_browser_test.js', |
| 27 | 'webapp/browser_test/invalid_pin_browser_test.js', |
| 28 | 'webapp/browser_test/it2me_browser_test.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 29 | 'webapp/browser_test/scrollbar_browser_test.js', |
| 30 | 'webapp/browser_test/timeout_waiter.js', |
| 31 | 'webapp/browser_test/unauthenticated_browser_test.js', |
| 32 | 'webapp/browser_test/update_pin_browser_test.js', |
| 33 | ], |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 34 | # Browser test files. |
| 35 | 'remoting_webapp_browsertest_js_mock_files': [ |
| 36 | 'webapp/browser_test/mock_client_plugin.js', |
| 37 | 'webapp/browser_test/mock_host_list_api.js', |
| 38 | 'webapp/browser_test/mock_identity.js', |
| 39 | 'webapp/browser_test/mock_oauth2_api.js', |
| 40 | 'webapp/browser_test/mock_session_connector.js', |
| 41 | 'webapp/unittests/mock_signal_strategy.js', |
| 42 | ], |
| 43 | 'remoting_webapp_browsertest_js_proto_files': [ |
| 44 | 'webapp/js_proto/sinon_proto.js', |
| 45 | 'webapp/js_proto/test_proto.js', |
| 46 | '<@(remoting_webapp_js_proto_files)', |
| 47 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 48 | 'remoting_webapp_browsertest_all_js_files': [ |
| 49 | '<@(remoting_webapp_browsertest_js_files)', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 50 | '<@(remoting_webapp_browsertest_js_mock_files)', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 51 | ], |
| 52 | |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 53 | # |
| 54 | # Webapp unittest JavaScript files. |
| 55 | # |
| 56 | |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 57 | # These product files are excluded from our JavaScript unittest |
| 58 | 'remoting_webapp_unittest_exclude_js_files': [ |
| 59 | # background.js is where the onLoad handler is defined, which |
| 60 | # makes it the entry point of the background page. |
| 61 | 'webapp/crd/js/background.js', |
| 62 | ], |
| 63 | # The unit test cases for the webapp |
| 64 | 'remoting_webapp_unittest_js_files': [ |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 65 | 'webapp/unittests/apps_v2_migration_unittest.js', |
| 66 | 'webapp/unittests/base_unittest.js', |
kelvinp | 1e259c47 | 2015-02-24 01:03:04 | [diff] [blame] | 67 | 'webapp/unittests/desktop_viewport_unittest.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 68 | 'webapp/unittests/dns_blackhole_checker_unittest.js', |
| 69 | 'webapp/unittests/event_hook_unittest.js', |
| 70 | 'webapp/unittests/fallback_signal_strategy_unittest.js', |
kelvinp | f95677a | 2015-03-04 08:57:51 | [diff] [blame] | 71 | 'webapp/unittests/host_table_entry_unittest.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 72 | 'webapp/unittests/ipc_unittest.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 73 | 'webapp/unittests/l10n_unittest.js', |
| 74 | 'webapp/unittests/menu_button_unittest.js', |
jrw | b6a2d04 | 2015-02-26 00:04:02 | [diff] [blame] | 75 | 'webapp/unittests/xhr_unittest.js', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 76 | 'webapp/unittests/xmpp_connection_unittest.js', |
| 77 | 'webapp/unittests/xmpp_login_handler_unittest.js', |
| 78 | 'webapp/unittests/xmpp_stream_parser_unittest.js', |
| 79 | ], |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 80 | 'remoting_webapp_unittest_js_mock_files': [ |
| 81 | # Some proto files can be repurposed as simple mocks for the unittests. |
| 82 | # Note that some defs in chrome_proto are overwritten by chrome_mocks. |
| 83 | 'webapp/js_proto/chrome_proto.js', |
| 84 | 'webapp/unittests/chrome_mocks.js', |
| 85 | 'webapp/unittests/mock_signal_strategy.js', |
| 86 | 'webapp/unittests/sinon_helpers.js', |
| 87 | 'webapp/unittests/test_start.js', |
| 88 | ], |
| 89 | # Prototypes for objects that are not mocked. |
| 90 | 'remoting_webapp_unittest_js_proto_files': [ |
| 91 | 'webapp/js_proto/chrome_cast_proto.js', |
| 92 | 'webapp/js_proto/dom_proto.js', |
| 93 | 'webapp/js_proto/remoting_proto.js', |
| 94 | 'webapp/js_proto/qunit_proto.js', |
| 95 | 'webapp/js_proto/sinon_proto.js', |
| 96 | 'webapp/js_proto/sinon_stub_proto.js', |
| 97 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 98 | 'remoting_webapp_unittest_all_js_files': [ |
| 99 | '<@(remoting_webapp_unittest_js_files)', |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 100 | '<@(remoting_webapp_unittest_js_mock_files)', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 101 | ], |
garykac | 818c801 | 2015-03-02 18:37:47 | [diff] [blame] | 102 | # All the files needed to run the unittests. |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 103 | 'remoting_webapp_unittest_all_files': [ |
| 104 | 'webapp/crd/html/menu_button.css', |
| 105 | '<@(remoting_webapp_unittest_all_js_files)', |
| 106 | ], |
| 107 | 'remoting_webapp_unittest_template_main': |
| 108 | 'webapp/crd/html/template_unittest.html', |
| 109 | |
| 110 | # |
| 111 | # Webapp JavaScript file groups. |
| 112 | # |
| 113 | |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 114 | # Auth (apps v1) JavaScript files. |
| 115 | # These files aren't included directly from main.html. They are |
| 116 | # referenced from the manifest.json file (appsv1 only). |
| 117 | 'remoting_webapp_js_auth_v1_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 118 | 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host |
| 119 | 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 120 | ], |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 121 | # Auth (client to host) JavaScript files. |
| 122 | 'remoting_webapp_js_auth_client2host_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 123 | 'webapp/crd/js/third_party_host_permissions.js', |
| 124 | 'webapp/crd/js/third_party_token_fetcher.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 125 | ], |
| 126 | # Auth (Google account) JavaScript files. |
| 127 | 'remoting_webapp_js_auth_google_files': [ |
Gary Kacmarcik | 22eb37f1 | 2014-11-18 22:35:25 | [diff] [blame] | 128 | 'webapp/base/js/auth_dialog.js', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 129 | 'webapp/base/js/auth_init.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 130 | 'webapp/crd/js/identity.js', |
| 131 | 'webapp/crd/js/oauth2.js', |
| 132 | 'webapp/crd/js/oauth2_api.js', |
jamiewalch | 499b99a | 2015-01-09 23:19:07 | [diff] [blame] | 133 | 'webapp/crd/js/oauth2_api_impl.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 134 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 135 | # Cast extension handler JavaScript files. |
| 136 | 'remoting_webapp_js_cast_extension_files': [ |
| 137 | 'webapp/crd/js/cast_extension_handler.js', |
| 138 | ], |
[email protected] | fd146835 | 2014-02-06 10:38:47 | [diff] [blame] | 139 | # Client JavaScript files. |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 140 | 'remoting_webapp_js_client_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 141 | 'webapp/crd/js/client_plugin.js', |
| 142 | 'webapp/crd/js/client_plugin_impl.js', |
kelvinp | 87368c7 | 2015-02-20 00:17:42 | [diff] [blame] | 143 | 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 144 | 'webapp/crd/js/client_session.js', |
| 145 | 'webapp/crd/js/clipboard.js', |
kelvinp | a656e72 | 2015-03-02 21:40:47 | [diff] [blame] | 146 | 'webapp/crd/js/credentials_provider.js', |
garykac | f6377ee | 2015-02-13 03:08:04 | [diff] [blame] | 147 | 'webapp/crd/js/desktop_connected_view.js', |
kelvinp | 87368c7 | 2015-02-20 00:17:42 | [diff] [blame] | 148 | 'webapp/crd/js/host_desktop.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 149 | 'webapp/crd/js/session_connector.js', |
| 150 | 'webapp/crd/js/session_connector_impl.js', |
| 151 | 'webapp/crd/js/smart_reconnector.js', |
| 152 | 'webapp/crd/js/video_frame_recorder.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 153 | ], |
| 154 | # Remoting core JavaScript files. |
| 155 | 'remoting_webapp_js_core_files': [ |
garykac | 12564e8 | 2015-02-03 21:45:20 | [diff] [blame] | 156 | 'webapp/base/js/app_capabilities.js', |
garykac | ccb1b86 | 2014-12-06 03:46:44 | [diff] [blame] | 157 | 'webapp/base/js/application.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 158 | 'webapp/base/js/base.js', |
kelvinp | 6f290c2 | 2015-01-28 23:29:29 | [diff] [blame] | 159 | 'webapp/base/js/ipc.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 160 | 'webapp/base/js/platform.js', |
kelvinp | ef56d87 | 2015-01-22 03:13:36 | [diff] [blame] | 161 | 'webapp/crd/js/apps_v2_migration.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 162 | 'webapp/crd/js/error.js', |
| 163 | 'webapp/crd/js/event_handlers.js', |
| 164 | 'webapp/crd/js/plugin_settings.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 165 | 'webapp/crd/js/remoting.js', |
| 166 | 'webapp/crd/js/typecheck.js', |
| 167 | 'webapp/crd/js/xhr.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 168 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 169 | # Gnubby authentication JavaScript files. |
| 170 | 'remoting_webapp_js_gnubby_auth_files': [ |
| 171 | 'webapp/crd/js/gnubby_auth_handler.js', |
| 172 | ], |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 173 | # Host JavaScript files. |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 174 | 'remoting_webapp_js_host_files': [ |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 175 | 'webapp/crd/js/host.js', |
| 176 | 'webapp/crd/js/host_settings.js', |
| 177 | ], |
| 178 | # Files for controlling the local machine as a host. |
| 179 | # Includes both it2me and me2me files. |
| 180 | 'remoting_webapp_js_host_control_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 181 | 'webapp/crd/js/host_controller.js', |
| 182 | 'webapp/crd/js/host_daemon_facade.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 183 | 'webapp/crd/js/host_screen.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 184 | 'webapp/crd/js/host_session.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 185 | 'webapp/crd/js/host_setup_dialog.js', |
| 186 | 'webapp/crd/js/host_install_dialog.js', |
| 187 | 'webapp/crd/js/host_installer.js', |
| 188 | 'webapp/crd/js/it2me_host_facade.js', |
| 189 | 'webapp/crd/js/paired_client_manager.js', |
| 190 | ], |
| 191 | # Files for displaying (in the client) info about available hosts. |
| 192 | 'remoting_webapp_js_host_display_files': [ |
| 193 | 'webapp/crd/js/host_list.js', |
jamiewalch | b874952 | 2015-01-05 20:00:49 | [diff] [blame] | 194 | 'webapp/crd/js/host_list_api.js', |
jamiewalch | 499b99a | 2015-01-09 23:19:07 | [diff] [blame] | 195 | 'webapp/crd/js/host_list_api_impl.js', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 196 | 'webapp/crd/js/host_table_entry.js', |
kelvinp | f95677a | 2015-03-04 08:57:51 | [diff] [blame] | 197 | 'webapp/crd/js/local_host_section.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 198 | ], |
| 199 | # Logging and stats JavaScript files. |
| 200 | 'remoting_webapp_js_logging_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 201 | 'webapp/crd/js/format_iq.js', |
| 202 | 'webapp/crd/js/log_to_server.js', |
| 203 | 'webapp/crd/js/server_log_entry.js', |
| 204 | 'webapp/crd/js/stats_accumulator.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 205 | ], |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 206 | # Remoting signaling files. |
| 207 | 'remoting_webapp_js_signaling_files': [ |
| 208 | 'webapp/crd/js/dns_blackhole_checker.js', |
| 209 | 'webapp/crd/js/fallback_signal_strategy.js', |
| 210 | 'webapp/crd/js/signal_strategy.js', |
| 211 | 'webapp/crd/js/wcs_adapter.js', |
| 212 | 'webapp/crd/js/wcs_sandbox_container.js', |
| 213 | 'webapp/crd/js/xmpp_connection.js', |
| 214 | 'webapp/crd/js/xmpp_login_handler.js', |
| 215 | 'webapp/crd/js/xmpp_stream_parser.js', |
| 216 | ], |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 217 | # UI JavaScript files. |
| 218 | 'remoting_webapp_js_ui_files': [ |
garykac | 701a99c | 2014-11-17 18:10:52 | [diff] [blame] | 219 | 'webapp/base/js/window_shape.js', |
kelvinp | 1e259c47 | 2015-02-24 01:03:04 | [diff] [blame] | 220 | 'webapp/crd/js/bump_scroller.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 221 | 'webapp/crd/js/butter_bar.js', |
| 222 | 'webapp/crd/js/connection_stats.js', |
kelvinp | 1e259c47 | 2015-02-24 01:03:04 | [diff] [blame] | 223 | 'webapp/crd/js/desktop_viewport.js', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 224 | 'webapp/crd/js/feedback.js', |
| 225 | 'webapp/crd/js/fullscreen.js', |
| 226 | 'webapp/crd/js/fullscreen_v1.js', |
| 227 | 'webapp/crd/js/fullscreen_v2.js', |
| 228 | 'webapp/crd/js/l10n.js', |
| 229 | 'webapp/crd/js/menu_button.js', |
| 230 | 'webapp/crd/js/options_menu.js', |
| 231 | 'webapp/crd/js/ui_mode.js', |
| 232 | 'webapp/crd/js/toolbar.js', |
| 233 | 'webapp/crd/js/window_frame.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 234 | ], |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame^] | 235 | |
| 236 | # |
| 237 | # DesktopRemoting main.html generation files. |
| 238 | # |
| 239 | |
| 240 | 'remoting_webapp_template_main': |
| 241 | '<(DEPTH)/remoting/webapp/crd/html/template_main.html', |
[email protected] | 7848556 | 2014-06-23 21:12:45 | [diff] [blame] | 242 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 243 | # The shared JavaScript files required by main.html. |
| 244 | 'remoting_webapp_shared_main_html_js_files': [ |
[email protected] | f8881a7 | 2014-04-25 08:55:18 | [diff] [blame] | 245 | # Include the core files first as it is required by the other files. |
| 246 | # Otherwise, Jscompile will complain. |
| 247 | '<@(remoting_webapp_js_core_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 248 | '<@(remoting_webapp_js_auth_client2host_files)', |
| 249 | '<@(remoting_webapp_js_auth_google_files)', |
| 250 | '<@(remoting_webapp_js_client_files)', |
[email protected] | de101e1 | 2014-02-27 04:12:08 | [diff] [blame] | 251 | '<@(remoting_webapp_js_gnubby_auth_files)', |
[email protected] | 2f4e73e | 2014-08-16 08:35:47 | [diff] [blame] | 252 | '<@(remoting_webapp_js_cast_extension_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 253 | '<@(remoting_webapp_js_host_files)', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 254 | '<@(remoting_webapp_js_host_control_files)', |
| 255 | '<@(remoting_webapp_js_host_display_files)', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 256 | '<@(remoting_webapp_js_logging_files)', |
| 257 | '<@(remoting_webapp_js_ui_files)', |
sergeyu | 30975b8 | 2014-09-04 06:37:18 | [diff] [blame] | 258 | '<@(remoting_webapp_js_signaling_files)', |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 259 | # Uncomment this line to include browser test files in the web app |
[email protected] | 4eacd67 | 2014-05-09 06:58:23 | [diff] [blame] | 260 | # to expedite debugging or local development. |
garykac | b70d463 | 2015-02-19 02:58:52 | [diff] [blame] | 261 | #'<@(remoting_webapp_browsertest_all_js_files)', |
[email protected] | f34acc69 | 2014-08-12 22:47:14 | [diff] [blame] | 262 | ], |
| 263 | |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 264 | # The CRD-specific JavaScript files required by main.html. |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame^] | 265 | 'remoting_webapp_crd_main_html_all_js_files': [ |
| 266 | '<@(remoting_webapp_shared_main_html_js_files)', |
garykac | 846c7c7 | 2014-12-19 23:36:14 | [diff] [blame] | 267 | 'webapp/crd/js/crd_connect.js', |
| 268 | 'webapp/crd/js/crd_event_handlers.js', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 269 | 'webapp/crd/js/crd_main.js', |
garykac | ccb1b86 | 2014-12-06 03:46:44 | [diff] [blame] | 270 | 'webapp/crd/js/desktop_remoting.js', |
garykac | 7b15ac05 | 2014-12-02 03:12:37 | [diff] [blame] | 271 | ], |
| 272 | |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame^] | 273 | # These template files are used to construct main.html. |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 274 | 'remoting_webapp_template_files': [ |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 275 | 'webapp/base/html/client_plugin.html', |
| 276 | 'webapp/base/html/dialog_auth.html', |
Gary Kacmarcik | ac6b679f | 2014-11-13 20:52:17 | [diff] [blame] | 277 | 'webapp/crd/html/butter_bar.html', |
Gary Kacmarcik | 6110f4b | 2014-10-23 00:20:07 | [diff] [blame] | 278 | 'webapp/crd/html/dialog_client_connect_failed.html', |
| 279 | 'webapp/crd/html/dialog_client_connecting.html', |
| 280 | 'webapp/crd/html/dialog_client_host_needs_upgrade.html', |
| 281 | 'webapp/crd/html/dialog_client_pin_prompt.html', |
| 282 | 'webapp/crd/html/dialog_client_session_finished.html', |
| 283 | 'webapp/crd/html/dialog_client_third_party_auth.html', |
| 284 | 'webapp/crd/html/dialog_client_unconnected.html', |
| 285 | 'webapp/crd/html/dialog_confirm_host_delete.html', |
| 286 | 'webapp/crd/html/dialog_connection_history.html', |
| 287 | 'webapp/crd/html/dialog_host.html', |
| 288 | 'webapp/crd/html/dialog_host_install.html', |
| 289 | 'webapp/crd/html/dialog_host_setup.html', |
| 290 | 'webapp/crd/html/dialog_manage_pairings.html', |
| 291 | 'webapp/crd/html/dialog_token_refresh_failed.html', |
| 292 | 'webapp/crd/html/toolbar.html', |
| 293 | 'webapp/crd/html/ui_header.html', |
| 294 | 'webapp/crd/html/ui_it2me.html', |
| 295 | 'webapp/crd/html/ui_me2me.html', |
| 296 | 'webapp/crd/html/window_frame.html', |
[email protected] | cb896cc | 2014-02-20 00:35:31 | [diff] [blame] | 297 | ], |
| 298 | |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame^] | 299 | # |
| 300 | # Webapp background.html generation files. |
| 301 | # |
| 302 | |
| 303 | 'remoting_webapp_template_background': |
| 304 | '<(DEPTH)/remoting/webapp/crd/html/template_background.html', |
| 305 | |
| 306 | # These JS files are specific to the background page and are not part of |
| 307 | # the main JS files. |
| 308 | 'remoting_webapp_background_html_js_files': [ |
| 309 | 'webapp/base/js/message_window_helper.js', |
| 310 | 'webapp/base/js/message_window_manager.js', |
| 311 | 'webapp/crd/js/activation_handler.js', |
| 312 | 'webapp/crd/js/app_launcher.js', |
| 313 | 'webapp/crd/js/background.js', |
| 314 | ], |
| 315 | |
| 316 | # All the JavaScript files required by background.html. |
| 317 | 'remoting_webapp_background_html_all_js_files': [ |
| 318 | '<@(remoting_webapp_background_html_js_files)', |
| 319 | 'webapp/base/js/base.js', |
| 320 | 'webapp/base/js/ipc.js', |
| 321 | 'webapp/crd/js/client_session.js', |
| 322 | 'webapp/crd/js/error.js', |
| 323 | 'webapp/crd/js/host_installer.js', |
| 324 | 'webapp/crd/js/host_session.js', |
| 325 | 'webapp/crd/js/identity.js', |
| 326 | 'webapp/crd/js/it2me_host_facade.js', |
| 327 | 'webapp/crd/js/l10n.js', |
| 328 | 'webapp/crd/js/oauth2.js', |
| 329 | 'webapp/crd/js/oauth2_api.js', |
| 330 | 'webapp/crd/js/oauth2_api_impl.js', |
| 331 | 'webapp/crd/js/plugin_settings.js', |
| 332 | 'webapp/crd/js/typecheck.js', |
| 333 | 'webapp/crd/js/xhr.js', |
| 334 | ], |
| 335 | |
| 336 | # |
| 337 | # Webapp wcs_sandbox.html generation files. |
| 338 | # |
| 339 | |
| 340 | 'remoting_webapp_template_wcs_sandbox': |
| 341 | '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html', |
| 342 | |
| 343 | # These JS files are specific to the WCS sandbox page and are not part of |
| 344 | # the main JS files. |
| 345 | 'remoting_webapp_wcs_sandbox_html_js_files': [ |
| 346 | 'webapp/crd/js/wcs.js', |
| 347 | 'webapp/crd/js/wcs_loader.js', |
| 348 | 'webapp/crd/js/wcs_sandbox_content.js', |
| 349 | 'webapp/crd/js/xhr_proxy.js', |
| 350 | ], |
| 351 | |
| 352 | # All the JavaScript files required by wcs_sandbox.html. |
| 353 | 'remoting_webapp_wcs_sandbox_html_all_js_files': [ |
| 354 | '<@(remoting_webapp_wcs_sandbox_html_js_files)', |
| 355 | 'webapp/crd/js/error.js', |
| 356 | 'webapp/crd/js/plugin_settings.js', |
| 357 | ], |
| 358 | |
| 359 | # |
| 360 | # Webapp message_window.html generation files. |
| 361 | # |
| 362 | |
| 363 | 'remoting_webapp_template_message_window': |
| 364 | '<(DEPTH)/remoting/webapp/base/html/template_message_window.html', |
| 365 | |
| 366 | # These JS files are specific to the message window page and are not part of |
| 367 | # the main JS files. |
| 368 | 'remoting_webapp_message_window_html_js_files': [ |
| 369 | 'webapp/base/js/message_window.js', |
| 370 | ], |
| 371 | |
| 372 | # All the JavaScript files required by message_window.html. |
| 373 | 'remoting_webapp_message_window_html_all_js_files': [ |
| 374 | '<@(remoting_webapp_message_window_html_js_files)', |
| 375 | 'webapp/base/js/base.js', |
| 376 | ], |
| 377 | |
| 378 | # |
| 379 | # Complete webapp JS and resource files. |
| 380 | # |
| 381 | |
| 382 | # All the JavaScript files that are shared by webapps. |
| 383 | 'remoting_webapp_shared_js_files': [ |
| 384 | '<@(remoting_webapp_shared_main_html_js_files)', |
| 385 | '<@(remoting_webapp_background_html_js_files)', |
| 386 | '<@(remoting_webapp_message_window_html_js_files)', |
| 387 | '<@(remoting_webapp_wcs_sandbox_html_js_files)', |
| 388 | # JS files referenced in manifest.json. |
| 389 | '<@(remoting_webapp_js_auth_v1_files)', |
| 390 | ], |
| 391 | |
| 392 | # All the JavaScript files required by DesktopRemoting. |
| 393 | 'remoting_webapp_crd_js_files': [ |
| 394 | '<@(remoting_webapp_shared_js_files)', |
| 395 | '<@(remoting_webapp_crd_main_html_all_js_files)', |
| 396 | ], |
| 397 | |
| 398 | 'remoting_webapp_info_files': [ |
| 399 | 'resources/chromoting16.webp', |
| 400 | 'resources/chromoting48.webp', |
| 401 | 'resources/chromoting128.webp', |
| 402 | ], |
| 403 | |
| 404 | # All the resource files required by DesktopRemoting. |
| 405 | 'remoting_webapp_resource_files': [ |
| 406 | 'resources/disclosure_arrow_down.webp', |
| 407 | 'resources/disclosure_arrow_right.webp', |
| 408 | 'resources/drag.webp', |
| 409 | 'resources/host_setup_instructions.webp', |
| 410 | 'resources/icon_close.webp', |
| 411 | 'resources/icon_cross.webp', |
| 412 | 'resources/icon_disconnect.webp', |
| 413 | 'resources/icon_fullscreen.webp', |
| 414 | 'resources/icon_help.webp', |
| 415 | 'resources/icon_host.webp', |
| 416 | 'resources/icon_maximize_restore.webp', |
| 417 | 'resources/icon_minimize.webp', |
| 418 | 'resources/icon_options.webp', |
| 419 | 'resources/icon_pencil.webp', |
| 420 | 'resources/icon_warning.webp', |
| 421 | 'resources/infographic_my_computers.webp', |
| 422 | 'resources/infographic_remote_assistance.webp', |
| 423 | 'resources/plus.webp', |
| 424 | 'resources/reload.webp', |
| 425 | 'resources/tick.webp', |
| 426 | 'webapp/base/html/connection_stats.css', |
| 427 | 'webapp/base/html/main.css', |
| 428 | 'webapp/base/html/message_window.css', |
| 429 | 'webapp/base/resources/open_sans.css', |
| 430 | 'webapp/base/resources/open_sans.woff', |
| 431 | 'webapp/base/resources/spinner.gif', |
| 432 | 'webapp/crd/html/butter_bar.css', |
| 433 | 'webapp/crd/html/toolbar.css', |
| 434 | 'webapp/crd/html/menu_button.css', |
| 435 | 'webapp/crd/html/window_frame.css', |
| 436 | 'webapp/crd/resources/scale-to-fit.webp', |
| 437 | ], |
| 438 | |
| 439 | 'remoting_webapp_crd_files': [ |
| 440 | '<@(remoting_webapp_info_files)', |
| 441 | '<@(remoting_webapp_crd_js_files)', |
| 442 | '<@(remoting_webapp_resource_files)', |
| 443 | ], |
| 444 | |
garykac | 9ab9df49 | 2015-01-27 16:21:01 | [diff] [blame] | 445 | # Files that contain localizable strings. |
| 446 | 'desktop_remoting_webapp_localizable_files': [ |
| 447 | 'webapp/crd/manifest.json.jinja2', |
garykac | 9ab9df49 | 2015-01-27 16:21:01 | [diff] [blame] | 448 | '<(remoting_webapp_template_background)', |
garykac | 9547d1f | 2015-03-06 19:42:55 | [diff] [blame^] | 449 | '<(remoting_webapp_template_main)', |
| 450 | '<(remoting_webapp_template_message_window)', |
| 451 | '<(remoting_webapp_template_wcs_sandbox)', |
garykac | 9ab9df49 | 2015-01-27 16:21:01 | [diff] [blame] | 452 | '<@(remoting_webapp_template_files)', |
| 453 | '<@(remoting_webapp_crd_js_files)', |
| 454 | ], |
| 455 | |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 456 | }, |
| 457 | } |