OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # `7MM"""Mq. `7MM | 5 # `7MM"""Mq. `7MM |
6 # MM `MM. MM | 6 # MM `MM. MM |
7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya | 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 | 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" | 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , | 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 ] | 70 ] |
71 | 71 |
72 # The unit test cases for the webapp | 72 # The unit test cases for the webapp |
73 remoting_webapp_unittests_js_files = [ | 73 remoting_webapp_unittests_js_files = [ |
74 # TODO(jrw): Move spy_promise to base. | 74 # TODO(jrw): Move spy_promise to base. |
75 "unittests/spy_promise.js", | 75 "unittests/spy_promise.js", |
76 "unittests/spy_promise_unittest.js", | 76 "unittests/spy_promise_unittest.js", |
77 "base/js/base_unittest.js", | 77 "base/js/base_unittest.js", |
78 "base/js/base_event_hook_unittest.js", | 78 "base/js/base_event_hook_unittest.js", |
79 "base/js/base_inherits_unittest.js", | 79 "base/js/base_inherits_unittest.js", |
| 80 "base/js/client_session_unittest.js", |
| 81 "base/js/dns_blackhole_checker_unittest.js", |
| 82 "base/js/error_unittest.js", |
| 83 "base/js/fallback_signal_strategy_unittest.js", |
| 84 "base/js/identity_unittest.js", |
80 "base/js/ipc_unittest.js", | 85 "base/js/ipc_unittest.js", |
| 86 "base/js/l10n_unittest.js", |
81 "base/js/protocol_extension_manager_unittest.js", | 87 "base/js/protocol_extension_manager_unittest.js", |
| 88 "base/js/typecheck_unittest.js", |
82 "base/js/viewport_unittest.js", | 89 "base/js/viewport_unittest.js", |
| 90 "base/js/xhr_unittest.js", |
| 91 "base/js/xmpp_connection_unittest.js", |
| 92 "base/js/xmpp_login_handler_unittest.js", |
| 93 "base/js/xmpp_stream_parser_unittest.js", |
83 "crd/js/apps_v2_migration_unittest.js", | 94 "crd/js/apps_v2_migration_unittest.js", |
84 "crd/js/client_session_unittest.js", | |
85 "crd/js/dns_blackhole_checker_unittest.js", | |
86 "crd/js/error_unittest.js", | |
87 "crd/js/fallback_signal_strategy_unittest.js", | |
88 "crd/js/gcd_client_unittest.js", | 95 "crd/js/gcd_client_unittest.js", |
89 "crd/js/gcd_client_with_mock_xhr_unittest.js", | 96 "crd/js/gcd_client_with_mock_xhr_unittest.js", |
90 "crd/js/host_controller_unittest.js", | 97 "crd/js/host_controller_unittest.js", |
91 "crd/js/host_daemon_facade_unittest.js", | 98 "crd/js/host_daemon_facade_unittest.js", |
92 "crd/js/host_table_entry_unittest.js", | 99 "crd/js/host_table_entry_unittest.js", |
93 "crd/js/identity_unittest.js", | |
94 "crd/js/l10n_unittest.js", | |
95 "crd/js/menu_button_unittest.js", | 100 "crd/js/menu_button_unittest.js", |
96 "crd/js/mock_xhr_unittest.js", | 101 "crd/js/mock_xhr_unittest.js", |
97 "crd/js/typecheck_unittest.js", | |
98 "crd/js/xhr_unittest.js", | |
99 "crd/js/xmpp_connection_unittest.js", | |
100 "crd/js/xmpp_login_handler_unittest.js", | |
101 "crd/js/xmpp_stream_parser_unittest.js", | |
102 ] | 102 ] |
103 remoting_webapp_unittests_js_mock_files = [ | 103 remoting_webapp_unittests_js_mock_files = [ |
104 # Some proto files can be repurposed as simple mocks for the unittests. | 104 # Some proto files can be repurposed as simple mocks for the unittests. |
105 # Note that some defs in chrome_proto are overwritten by chrome_mocks. | 105 # Note that some defs in chrome_proto are overwritten by chrome_mocks. |
106 "crd/js/mock_host_daemon_facade.js", | 106 "crd/js/mock_host_daemon_facade.js", |
107 "crd/js/mock_signal_strategy.js", | 107 "crd/js/mock_signal_strategy.js", |
108 "js_proto/chrome_proto.js", | 108 "js_proto/chrome_proto.js", |
109 "js_proto/chrome_mocks.js", | 109 "js_proto/chrome_mocks.js", |
110 "unittests/sinon_helpers.js", | 110 "unittests/sinon_helpers.js", |
111 "crd/js/mock_xhr.js", | 111 "crd/js/mock_xhr.js", |
(...skipping 13 matching lines...) Expand all Loading... |
125 ] | 125 ] |
126 | 126 |
127 # All the files needed to run the unittests. | 127 # All the files needed to run the unittests. |
128 remoting_webapp_unittests_all_files = [ | 128 remoting_webapp_unittests_all_files = [ |
129 "crd/html/menu_button.css", | 129 "crd/html/menu_button.css", |
130 "<@(remoting_webapp_unittests_all_js_files)", | 130 "<@(remoting_webapp_unittests_all_js_files)", |
131 ] | 131 ] |
132 remoting_webapp_unittests_template_main = "crd/html/template_unittests.html" | 132 remoting_webapp_unittests_template_main = "crd/html/template_unittests.html" |
133 | 133 |
134 # | 134 # |
135 # Webapp JavaScript file groups. | 135 # Shared webapp JavaScript file groups. |
| 136 # |
| 137 |
| 138 # Auth (Google account) JavaScript files. |
| 139 remoting_webapp_shared_js_auth_google_files = [ |
| 140 "base/js/auth_init.js", |
| 141 "base/js/identity.js", |
| 142 "base/js/oauth2.js", |
| 143 "base/js/oauth2_api.js", |
| 144 "base/js/oauth2_api_impl.js", |
| 145 ] |
| 146 |
| 147 # Client JavaScript files. |
| 148 remoting_webapp_shared_js_client_files = [ |
| 149 "base/js/activity.js", |
| 150 "base/js/client_plugin.js", |
| 151 "base/js/client_plugin_host_desktop_impl.js", |
| 152 "base/js/client_plugin_impl.js", |
| 153 "base/js/client_session.js", |
| 154 "base/js/client_session_factory.js", |
| 155 "base/js/clipboard.js", |
| 156 "base/js/connected_view.js", |
| 157 "base/js/connection_info.js", |
| 158 "base/js/credentials_provider.js", |
| 159 "base/js/host_desktop.js", |
| 160 "base/js/smart_reconnector.js", |
| 161 ] |
| 162 |
| 163 # Remoting core JavaScript files. |
| 164 remoting_webapp_shared_js_core_files = [ |
| 165 "base/js/app_capabilities.js", |
| 166 "base/js/application.js", |
| 167 "base/js/base.js", |
| 168 "base/js/ipc.js", |
| 169 "base/js/modal_dialogs.js", |
| 170 "base/js/platform.js", |
| 171 "base/js/protocol_extension_manager.js", |
| 172 "base/js/protocol_extension.js", |
| 173 "base/js/error.js", |
| 174 "base/js/plugin_settings.js", |
| 175 "base/js/typecheck.js", |
| 176 "base/js/xhr.js", |
| 177 ] |
| 178 |
| 179 # Host JavaScript files. |
| 180 remoting_webapp_shared_js_host_files = [ |
| 181 "base/js/host.js", |
| 182 "base/js/host_settings.js", |
| 183 ] |
| 184 |
| 185 # Logging and stats JavaScript files. |
| 186 remoting_webapp_shared_js_logging_files = [ |
| 187 "base/js/format_iq.js", |
| 188 "base/js/log_to_server.js", |
| 189 "base/js/server_log_entry.js", |
| 190 "base/js/stats_accumulator.js", |
| 191 ] |
| 192 |
| 193 # Remoting signaling files. |
| 194 remoting_webapp_shared_js_signaling_files = [ |
| 195 "base/js/dns_blackhole_checker.js", |
| 196 "base/js/fallback_signal_strategy.js", |
| 197 "base/js/signal_strategy.js", |
| 198 "base/js/tcp_socket.js", |
| 199 "base/js/wcs_adapter.js", |
| 200 "base/js/wcs_sandbox_container.js", |
| 201 "base/js/xmpp_connection.js", |
| 202 "base/js/xmpp_login_handler.js", |
| 203 "base/js/xmpp_stream_parser.js", |
| 204 ] |
| 205 |
| 206 # UI JavaScript files. |
| 207 remoting_webapp_shared_js_ui_files = [ |
| 208 "base/js/connection_stats.js", |
| 209 "base/js/l10n.js", |
| 210 "base/js/ui_mode.js", |
| 211 "base/js/viewport.js", |
| 212 "base/js/window_shape.js", |
| 213 ] |
| 214 |
| 215 # |
| 216 # DesktopRemoting webapp JavaScript file groups. |
136 # | 217 # |
137 | 218 |
138 # Auth (apps v1) JavaScript files. | 219 # Auth (apps v1) JavaScript files. |
139 # These files aren"t included directly from main.html. They are | 220 # These files aren"t included directly from main.html. They are |
140 # referenced from the manifest.json file (appsv1 only). | 221 # referenced from the manifest.json file (appsv1 only). |
141 remoting_webapp_js_auth_v1_files = [ | 222 remoting_webapp_js_auth_v1_files = [ |
142 "crd/js/cs_third_party_auth_trampoline.js", # client to host | 223 "crd/js/cs_third_party_auth_trampoline.js", # client to host |
143 "crd/js/cs_oauth2_trampoline.js", # Google account | 224 "crd/js/cs_oauth2_trampoline.js", # Google account |
144 ] | 225 ] |
145 | 226 |
146 # Auth (client to host) JavaScript files. | 227 # Auth (client to host) JavaScript files. |
147 remoting_webapp_js_auth_client2host_files = [ | 228 remoting_webapp_js_auth_client2host_files = [ |
148 "crd/js/third_party_host_permissions.js", | 229 "crd/js/third_party_host_permissions.js", |
149 "crd/js/third_party_token_fetcher.js", | 230 "crd/js/third_party_token_fetcher.js", |
150 ] | 231 ] |
151 | 232 |
152 # Auth (Google account) JavaScript files. | |
153 remoting_webapp_js_auth_google_files = [ | |
154 "base/js/auth_init.js", | |
155 "crd/js/identity.js", | |
156 "crd/js/oauth2.js", | |
157 "crd/js/oauth2_api.js", | |
158 "crd/js/oauth2_api_impl.js", | |
159 ] | |
160 | |
161 # Cast extension handler JavaScript files. | 233 # Cast extension handler JavaScript files. |
162 remoting_webapp_js_cast_extension_files = [ "crd/js/cast_extension_handler.js" ] | 234 remoting_webapp_js_cast_extension_files = [ "crd/js/cast_extension_handler.js" ] |
163 | 235 |
164 # Client JavaScript files. | 236 # Client JavaScript files. |
165 remoting_webapp_js_client_files = [ | 237 remoting_webapp_js_client_files = [ "crd/js/video_frame_recorder.js" ] |
166 "crd/js/activity.js", | |
167 "crd/js/client_plugin.js", | |
168 "crd/js/client_plugin_host_desktop_impl.js", | |
169 "crd/js/client_plugin_impl.js", | |
170 "crd/js/client_session.js", | |
171 "crd/js/client_session_factory.js", | |
172 "crd/js/clipboard.js", | |
173 "crd/js/connected_view.js", | |
174 "crd/js/connection_info.js", | |
175 "crd/js/credentials_provider.js", | |
176 "crd/js/host_desktop.js", | |
177 "crd/js/smart_reconnector.js", | |
178 "crd/js/video_frame_recorder.js", | |
179 ] | |
180 | 238 |
181 # Remoting core JavaScript files. | 239 # Remoting core JavaScript files. |
182 remoting_webapp_js_core_files = [ | 240 remoting_webapp_js_core_files = [ |
183 "base/js/app_capabilities.js", | |
184 "base/js/application.js", | |
185 "base/js/base.js", | |
186 "base/js/ipc.js", | |
187 "base/js/modal_dialogs.js", | |
188 "base/js/platform.js", | |
189 "base/js/protocol_extension_manager.js", | |
190 "base/js/protocol_extension.js", | |
191 "crd/js/apps_v2_migration.js", | 241 "crd/js/apps_v2_migration.js", |
192 "crd/js/error.js", | |
193 "crd/js/event_handlers.js", | 242 "crd/js/event_handlers.js", |
194 "crd/js/plugin_settings.js", | |
195 "crd/js/typecheck.js", | |
196 "crd/js/xhr.js", | |
197 "crd/js/gcd_client.js", | 243 "crd/js/gcd_client.js", |
198 ] | 244 ] |
199 | 245 |
200 # Gnubby authentication JavaScript files. | 246 # Gnubby authentication JavaScript files. |
201 remoting_webapp_js_gnubby_auth_files = [ "crd/js/gnubby_auth_handler.js" ] | 247 remoting_webapp_js_gnubby_auth_files = [ "crd/js/gnubby_auth_handler.js" ] |
202 | 248 |
203 # Host JavaScript files. | |
204 remoting_webapp_js_host_files = [ | |
205 "crd/js/host.js", | |
206 "crd/js/host_settings.js", | |
207 ] | |
208 | |
209 # Files for controlling the local machine as a host. | 249 # Files for controlling the local machine as a host. |
210 # Includes both it2me and me2me files. | 250 # Includes both it2me and me2me files. |
211 remoting_webapp_js_host_control_files = [ | 251 remoting_webapp_js_host_control_files = [ |
212 "crd/js/host_controller.js", | 252 "crd/js/host_controller.js", |
213 "crd/js/host_daemon_facade.js", | 253 "crd/js/host_daemon_facade.js", |
214 "crd/js/host_screen.js", | 254 "crd/js/host_screen.js", |
215 "crd/js/host_session.js", | 255 "crd/js/host_session.js", |
216 "crd/js/host_setup_dialog.js", | 256 "crd/js/host_setup_dialog.js", |
217 "crd/js/host_install_dialog.js", | 257 "crd/js/host_install_dialog.js", |
218 "crd/js/host_installer.js", | 258 "crd/js/host_installer.js", |
219 "crd/js/it2me_host_facade.js", | 259 "crd/js/it2me_host_facade.js", |
220 "crd/js/paired_client_manager.js", | 260 "crd/js/paired_client_manager.js", |
221 ] | 261 ] |
222 | 262 |
223 # Files for displaying (in the client) info about available hosts. | 263 # Files for displaying (in the client) info about available hosts. |
224 remoting_webapp_js_host_display_files = [ | 264 remoting_webapp_js_host_display_files = [ |
225 "crd/js/host_list.js", | 265 "crd/js/host_list.js", |
226 "crd/js/host_list_api.js", | 266 "crd/js/host_list_api.js", |
227 "crd/js/host_list_api_gcd_impl.js", | 267 "crd/js/host_list_api_gcd_impl.js", |
228 "crd/js/host_list_api_impl.js", | 268 "crd/js/host_list_api_impl.js", |
229 "crd/js/host_table_entry.js", | 269 "crd/js/host_table_entry.js", |
230 "crd/js/local_host_section.js", | 270 "crd/js/local_host_section.js", |
231 ] | 271 ] |
232 | 272 |
233 # Logging and stats JavaScript files. | |
234 remoting_webapp_js_logging_files = [ | |
235 "crd/js/format_iq.js", | |
236 "crd/js/log_to_server.js", | |
237 "crd/js/server_log_entry.js", | |
238 "crd/js/stats_accumulator.js", | |
239 ] | |
240 | |
241 # Remoting signaling files. | |
242 remoting_webapp_js_signaling_files = [ | |
243 "crd/js/dns_blackhole_checker.js", | |
244 "crd/js/fallback_signal_strategy.js", | |
245 "crd/js/signal_strategy.js", | |
246 "crd/js/tcp_socket.js", | |
247 "crd/js/wcs_adapter.js", | |
248 "crd/js/wcs_sandbox_container.js", | |
249 "crd/js/xmpp_connection.js", | |
250 "crd/js/xmpp_login_handler.js", | |
251 "crd/js/xmpp_stream_parser.js", | |
252 ] | |
253 | |
254 # UI JavaScript files. | |
255 remoting_webapp_js_ui_files = [ | |
256 "base/js/viewport.js", | |
257 "base/js/window_shape.js", | |
258 "crd/js/connection_stats.js", | |
259 "crd/js/feedback.js", | |
260 "crd/js/l10n.js", | |
261 "crd/js/ui_mode.js", | |
262 ] | |
263 | |
264 # | |
265 # DesktopRemoting-specific JS files. | |
266 # | |
267 | |
268 # The CRD-specific JavaScript files required by main.html. | 273 # The CRD-specific JavaScript files required by main.html. |
269 remoting_webapp_crd_js_ui_files = [ | 274 remoting_webapp_crd_js_ui_files = [ |
270 "crd/js/bump_scroller.js", | 275 "crd/js/bump_scroller.js", |
271 "crd/js/butter_bar.js", | 276 "crd/js/butter_bar.js", |
272 "crd/js/crd_auth_dialog.js", | 277 "crd/js/crd_auth_dialog.js", |
273 "crd/js/crd_event_handlers.js", | 278 "crd/js/crd_event_handlers.js", |
274 "crd/js/crd_experimental.js", | 279 "crd/js/crd_experimental.js", |
275 "crd/js/crd_main.js", | 280 "crd/js/crd_main.js", |
276 "crd/js/desktop_connected_view.js", | 281 "crd/js/desktop_connected_view.js", |
277 "crd/js/desktop_remoting.js", | 282 "crd/js/desktop_remoting.js", |
278 "crd/js/desktop_remoting_activity.js", | 283 "crd/js/desktop_remoting_activity.js", |
279 "crd/js/desktop_viewport.js", | 284 "crd/js/desktop_viewport.js", |
| 285 "crd/js/feedback.js", |
280 "crd/js/fullscreen.js", | 286 "crd/js/fullscreen.js", |
281 "crd/js/fullscreen_v1.js", | 287 "crd/js/fullscreen_v1.js", |
282 "crd/js/fullscreen_v2.js", | 288 "crd/js/fullscreen_v2.js", |
283 "crd/js/it2me_activity.js", | 289 "crd/js/it2me_activity.js", |
284 "crd/js/me2me_activity.js", | 290 "crd/js/me2me_activity.js", |
285 "crd/js/menu_button.js", | 291 "crd/js/menu_button.js", |
286 "crd/js/options_menu.js", | 292 "crd/js/options_menu.js", |
287 "crd/js/toolbar.js", | 293 "crd/js/toolbar.js", |
288 "crd/js/window_frame.js", | 294 "crd/js/window_frame.js", |
289 ] | 295 ] |
290 | 296 |
291 # | 297 # |
292 # DesktopRemoting main.html generation files. | 298 # DesktopRemoting main.html generation files. |
293 # | 299 # |
294 | 300 |
295 remoting_webapp_template_main = "crd/html/template_main.html" | 301 remoting_webapp_template_main = "crd/html/template_main.html" |
296 | 302 |
297 # The shared JavaScript files required by main.html. | 303 # The shared JavaScript files required by main.html. |
298 remoting_webapp_shared_main_html_js_files = | 304 remoting_webapp_shared_main_html_js_files = |
299 # Include the core files first as it is required by the other files. | 305 # Include the core files first as it is required by the other files. |
300 # Otherwise, Jscompile will complain. | 306 # Otherwise, Jscompile will complain. |
301 remoting_webapp_js_core_files + remoting_webapp_js_auth_client2host_files + | 307 remoting_webapp_shared_js_core_files + |
302 remoting_webapp_js_auth_google_files + remoting_webapp_js_client_files + | 308 remoting_webapp_shared_js_auth_google_files + |
303 remoting_webapp_js_gnubby_auth_files + | 309 remoting_webapp_shared_js_client_files + |
304 remoting_webapp_js_cast_extension_files + remoting_webapp_js_host_files + | 310 remoting_webapp_shared_js_host_files + |
| 311 remoting_webapp_shared_js_logging_files + |
| 312 remoting_webapp_shared_js_ui_files + |
| 313 remoting_webapp_shared_js_signaling_files + |
| 314 remoting_webapp_js_auth_client2host_files + |
| 315 remoting_webapp_js_client_files + remoting_webapp_js_gnubby_auth_files + |
| 316 remoting_webapp_js_cast_extension_files + |
305 remoting_webapp_js_host_control_files + | 317 remoting_webapp_js_host_control_files + |
306 remoting_webapp_js_host_display_files + remoting_webapp_js_logging_files + | 318 remoting_webapp_js_host_display_files |
307 remoting_webapp_js_ui_files + remoting_webapp_js_signaling_files | |
308 | 319 |
309 # Uncomment this line to include browser test files in the web app | 320 # Uncomment this line to include browser test files in the web app |
310 # to expedite debugging or local development. | 321 # to expedite debugging or local development. |
311 #+ remoting_webapp_browsertest_all_js_files | 322 #+ remoting_webapp_browsertest_all_js_files |
312 | 323 |
313 # The CRD-specific JavaScript files required by main.html. | 324 # The CRD-specific JavaScript files required by main.html. |
314 remoting_webapp_crd_main_html_all_js_files = | 325 remoting_webapp_crd_main_html_all_js_files = |
315 remoting_webapp_shared_main_html_js_files + remoting_webapp_crd_js_ui_files | 326 remoting_webapp_shared_main_html_js_files + remoting_webapp_crd_js_ui_files |
316 | 327 |
317 # These template files are used to construct main.html. | 328 # These template files are used to construct main.html. |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 "crd/js/activation_handler.js", | 365 "crd/js/activation_handler.js", |
355 "crd/js/app_launcher.js", | 366 "crd/js/app_launcher.js", |
356 "crd/js/background.js", | 367 "crd/js/background.js", |
357 ] | 368 ] |
358 | 369 |
359 # All the JavaScript files required by background.html. | 370 # All the JavaScript files required by background.html. |
360 remoting_webapp_background_html_all_js_files = | 371 remoting_webapp_background_html_all_js_files = |
361 remoting_webapp_background_html_js_files | 372 remoting_webapp_background_html_js_files |
362 remoting_webapp_background_html_all_js_files += [ | 373 remoting_webapp_background_html_all_js_files += [ |
363 "base/js/base.js", | 374 "base/js/base.js", |
| 375 "base/js/client_session.js", |
| 376 "base/js/error.js", |
| 377 "base/js/identity.js", |
364 "base/js/ipc.js", | 378 "base/js/ipc.js", |
365 "crd/js/client_session.js", | 379 "base/js/l10n.js", |
366 "crd/js/error.js", | 380 "base/js/oauth2.js", |
| 381 "base/js/oauth2_api.js", |
| 382 "base/js/oauth2_api_impl.js", |
| 383 "base/js/plugin_settings.js", |
| 384 "base/js/typecheck.js", |
| 385 "base/js/xhr.js", |
367 "crd/js/host_installer.js", | 386 "crd/js/host_installer.js", |
368 "crd/js/host_session.js", | 387 "crd/js/host_session.js", |
369 "crd/js/identity.js", | |
370 "crd/js/it2me_host_facade.js", | 388 "crd/js/it2me_host_facade.js", |
371 "crd/js/l10n.js", | |
372 "crd/js/oauth2.js", | |
373 "crd/js/oauth2_api.js", | |
374 "crd/js/oauth2_api_impl.js", | |
375 "crd/js/plugin_settings.js", | |
376 "crd/js/typecheck.js", | |
377 "crd/js/xhr.js", | |
378 ] | 389 ] |
379 | 390 |
380 # | 391 # |
381 # Webapp wcs_sandbox.html generation files. | 392 # Webapp wcs_sandbox.html generation files. |
382 # | 393 # |
383 | 394 |
384 remoting_webapp_template_wcs_sandbox = "base/html/template_wcs_sandbox.html" | 395 remoting_webapp_template_wcs_sandbox = "base/html/template_wcs_sandbox.html" |
385 | 396 |
386 # These JS files are specific to the WCS sandbox page and are not part of | 397 # These JS files are specific to the WCS sandbox page and are not part of |
387 # the main JS files. | 398 # the main JS files. |
388 remoting_webapp_wcs_sandbox_html_js_files = [ | 399 remoting_webapp_wcs_sandbox_html_js_files = [ |
389 "crd/js/wcs.js", | 400 "crd/js/wcs.js", |
390 "crd/js/wcs_loader.js", | 401 "crd/js/wcs_loader.js", |
391 "crd/js/wcs_sandbox_content.js", | 402 "crd/js/wcs_sandbox_content.js", |
392 "crd/js/xhr_proxy.js", | 403 "crd/js/xhr_proxy.js", |
393 ] | 404 ] |
394 | 405 |
395 # All the JavaScript files required by wcs_sandbox.html. | 406 # All the JavaScript files required by wcs_sandbox.html. |
396 remoting_webapp_wcs_sandbox_html_all_js_files = | 407 remoting_webapp_wcs_sandbox_html_all_js_files = |
397 remoting_webapp_wcs_sandbox_html_js_files | 408 remoting_webapp_wcs_sandbox_html_js_files |
398 remoting_webapp_wcs_sandbox_html_all_js_files += [ | 409 remoting_webapp_wcs_sandbox_html_all_js_files += [ |
399 "crd/js/error.js", | 410 "base/js/error.js", |
400 "crd/js/plugin_settings.js", | 411 "base/js/plugin_settings.js", |
401 ] | 412 ] |
402 | 413 |
403 # | 414 # |
404 # Webapp message_window.html generation files. | 415 # Webapp message_window.html generation files. |
405 # | 416 # |
406 | 417 |
407 remoting_webapp_template_message_window = | 418 remoting_webapp_template_message_window = |
408 "base/html/template_message_window.html" | 419 "base/html/template_message_window.html" |
409 | 420 |
410 # These JS files are specific to the message window page and are not part of | 421 # These JS files are specific to the message window page and are not part of |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 # Files that contain localizable strings. | 490 # Files that contain localizable strings. |
480 desktop_remoting_webapp_localizable_files = [ | 491 desktop_remoting_webapp_localizable_files = [ |
481 "webapp/crd/manifest.json.jinja2", | 492 "webapp/crd/manifest.json.jinja2", |
482 "<(remoting_webapp_template_background)", | 493 "<(remoting_webapp_template_background)", |
483 "<(remoting_webapp_template_main)", | 494 "<(remoting_webapp_template_main)", |
484 "<(remoting_webapp_template_message_window)", | 495 "<(remoting_webapp_template_message_window)", |
485 "<(remoting_webapp_template_wcs_sandbox)", | 496 "<(remoting_webapp_template_wcs_sandbox)", |
486 "<@(remoting_webapp_template_files)", | 497 "<@(remoting_webapp_template_files)", |
487 "<@(remoting_webapp_crd_js_files)", | 498 "<@(remoting_webapp_crd_js_files)", |
488 ] | 499 ] |
OLD | NEW |