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 # Keep in sync with remoting/remoting_webapp_files.gypi. | 5 # Keep in sync with remoting/remoting_webapp_files.gypi. |
6 | 6 |
7 # Jscompile proto files. | 7 # Jscompile proto files. |
8 # These provide type information for jscompile. | 8 # These provide type information for jscompile. |
9 remoting_webapp_js_proto_files = [ | 9 remoting_webapp_js_proto_files = [ |
10 "js_proto/chrome_proto.js", | 10 "js_proto/chrome_proto.js", |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 "crd/js/activity.js", | 158 "crd/js/activity.js", |
159 "crd/js/client_plugin.js", | 159 "crd/js/client_plugin.js", |
160 "crd/js/client_plugin_host_desktop_impl.js", | 160 "crd/js/client_plugin_host_desktop_impl.js", |
161 "crd/js/client_plugin_impl.js", | 161 "crd/js/client_plugin_impl.js", |
162 "crd/js/client_session.js", | 162 "crd/js/client_session.js", |
163 "crd/js/client_session_factory.js", | 163 "crd/js/client_session_factory.js", |
164 "crd/js/clipboard.js", | 164 "crd/js/clipboard.js", |
165 "crd/js/connected_view.js", | 165 "crd/js/connected_view.js", |
166 "crd/js/connection_info.js", | 166 "crd/js/connection_info.js", |
167 "crd/js/credentials_provider.js", | 167 "crd/js/credentials_provider.js", |
168 "crd/js/desktop_connected_view.js", | |
169 "crd/js/host_desktop.js", | 168 "crd/js/host_desktop.js", |
170 "crd/js/smart_reconnector.js", | 169 "crd/js/smart_reconnector.js", |
171 "crd/js/video_frame_recorder.js", | 170 "crd/js/video_frame_recorder.js", |
172 ] | 171 ] |
173 | 172 |
174 # Remoting core JavaScript files. | 173 # Remoting core JavaScript files. |
175 remoting_webapp_js_core_files = [ | 174 remoting_webapp_js_core_files = [ |
176 "base/js/app_capabilities.js", | 175 "base/js/app_capabilities.js", |
177 "base/js/application.js", | 176 "base/js/application.js", |
178 "base/js/base.js", | 177 "base/js/base.js", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "crd/js/wcs_sandbox_container.js", | 239 "crd/js/wcs_sandbox_container.js", |
241 "crd/js/xmpp_connection.js", | 240 "crd/js/xmpp_connection.js", |
242 "crd/js/xmpp_login_handler.js", | 241 "crd/js/xmpp_login_handler.js", |
243 "crd/js/xmpp_stream_parser.js", | 242 "crd/js/xmpp_stream_parser.js", |
244 ] | 243 ] |
245 | 244 |
246 # UI JavaScript files. | 245 # UI JavaScript files. |
247 remoting_webapp_js_ui_files = [ | 246 remoting_webapp_js_ui_files = [ |
248 "base/js/viewport.js", | 247 "base/js/viewport.js", |
249 "base/js/window_shape.js", | 248 "base/js/window_shape.js", |
| 249 "crd/js/connection_stats.js", |
| 250 "crd/js/feedback.js", |
| 251 "crd/js/l10n.js", |
| 252 "crd/js/ui_mode.js", |
| 253 ] |
| 254 |
| 255 # |
| 256 # DesktopRemoting-specific JS files. |
| 257 # |
| 258 |
| 259 # The CRD-specific JavaScript files required by main.html. |
| 260 remoting_webapp_crd_js_ui_files = [ |
250 "crd/js/bump_scroller.js", | 261 "crd/js/bump_scroller.js", |
251 "crd/js/butter_bar.js", | 262 "crd/js/butter_bar.js", |
252 "crd/js/connection_stats.js", | 263 "crd/js/crd_auth_dialog.js", |
| 264 "crd/js/crd_event_handlers.js", |
| 265 "crd/js/crd_experimental.js", |
| 266 "crd/js/crd_main.js", |
| 267 "crd/js/desktop_connected_view.js", |
| 268 "crd/js/desktop_remoting.js", |
| 269 "crd/js/desktop_remoting_activity.js", |
253 "crd/js/desktop_viewport.js", | 270 "crd/js/desktop_viewport.js", |
254 "crd/js/feedback.js", | |
255 "crd/js/fullscreen.js", | 271 "crd/js/fullscreen.js", |
256 "crd/js/fullscreen_v1.js", | 272 "crd/js/fullscreen_v1.js", |
257 "crd/js/fullscreen_v2.js", | 273 "crd/js/fullscreen_v2.js", |
258 "crd/js/l10n.js", | 274 "crd/js/it2me_activity.js", |
| 275 "crd/js/me2me_activity.js", |
259 "crd/js/menu_button.js", | 276 "crd/js/menu_button.js", |
260 "crd/js/options_menu.js", | 277 "crd/js/options_menu.js", |
261 "crd/js/ui_mode.js", | |
262 "crd/js/toolbar.js", | 278 "crd/js/toolbar.js", |
263 "crd/js/window_frame.js", | 279 "crd/js/window_frame.js", |
264 ] | 280 ] |
265 | 281 |
266 # | 282 # |
267 # DesktopRemoting main.html generation files. | 283 # DesktopRemoting main.html generation files. |
268 # | 284 # |
269 | 285 |
270 remoting_webapp_template_main = "crd/html/template_main.html" | 286 remoting_webapp_template_main = "crd/html/template_main.html" |
271 | 287 |
272 # The shared JavaScript files required by main.html. | 288 # The shared JavaScript files required by main.html. |
273 remoting_webapp_shared_main_html_js_files = | 289 remoting_webapp_shared_main_html_js_files = |
274 # Include the core files first as it is required by the other files. | 290 # Include the core files first as it is required by the other files. |
275 # Otherwise, Jscompile will complain. | 291 # Otherwise, Jscompile will complain. |
276 remoting_webapp_js_core_files + remoting_webapp_js_auth_client2host_files + | 292 remoting_webapp_js_core_files + remoting_webapp_js_auth_client2host_files + |
277 remoting_webapp_js_auth_google_files + remoting_webapp_js_client_files + | 293 remoting_webapp_js_auth_google_files + remoting_webapp_js_client_files + |
278 remoting_webapp_js_gnubby_auth_files + | 294 remoting_webapp_js_gnubby_auth_files + |
279 remoting_webapp_js_cast_extension_files + remoting_webapp_js_host_files + | 295 remoting_webapp_js_cast_extension_files + remoting_webapp_js_host_files + |
280 remoting_webapp_js_host_control_files + | 296 remoting_webapp_js_host_control_files + |
281 remoting_webapp_js_host_display_files + remoting_webapp_js_logging_files + | 297 remoting_webapp_js_host_display_files + remoting_webapp_js_logging_files + |
282 remoting_webapp_js_ui_files + remoting_webapp_js_signaling_files | 298 remoting_webapp_js_ui_files + remoting_webapp_js_signaling_files |
283 | 299 |
284 # Uncomment this line to include browser test files in the web app | 300 # Uncomment this line to include browser test files in the web app |
285 # to expedite debugging or local development. | 301 # to expedite debugging or local development. |
286 #+ remoting_webapp_browsertest_all_js_files | 302 #+ remoting_webapp_browsertest_all_js_files |
287 | 303 |
288 # The CRD-specific JavaScript files required by main.html. | 304 # The CRD-specific JavaScript files required by main.html. |
289 remoting_webapp_crd_main_html_all_js_files = | 305 remoting_webapp_crd_main_html_all_js_files = |
290 remoting_webapp_shared_main_html_js_files | 306 remoting_webapp_shared_main_html_js_files + remoting_webapp_crd_js_ui_files |
291 remoting_webapp_crd_main_html_all_js_files += [ | |
292 "crd/js/crd_auth_dialog.js", | |
293 "crd/js/crd_event_handlers.js", | |
294 "crd/js/crd_experimental.js", | |
295 "crd/js/crd_main.js", | |
296 "crd/js/desktop_remoting.js", | |
297 "crd/js/desktop_remoting_activity.js", | |
298 "crd/js/it2me_activity.js", | |
299 "crd/js/me2me_activity.js", | |
300 ] | |
301 | 307 |
302 # These template files are used to construct main.html. | 308 # These template files are used to construct main.html. |
303 remoting_webapp_template_files = [ | 309 remoting_webapp_template_files = [ |
304 "base/html/client_plugin.html", | 310 "base/html/client_plugin.html", |
305 "crd/html/butter_bar.html", | 311 "crd/html/butter_bar.html", |
306 "crd/html/dialog_auth.html", | 312 "crd/html/dialog_auth.html", |
307 "crd/html/dialog_client_connect_failed.html", | 313 "crd/html/dialog_client_connect_failed.html", |
308 "crd/html/dialog_client_connecting.html", | 314 "crd/html/dialog_client_connecting.html", |
309 "crd/html/dialog_client_host_needs_upgrade.html", | 315 "crd/html/dialog_client_host_needs_upgrade.html", |
310 "crd/html/dialog_client_pin_prompt.html", | 316 "crd/html/dialog_client_pin_prompt.html", |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 # Files that contain localizable strings. | 470 # Files that contain localizable strings. |
465 desktop_remoting_webapp_localizable_files = [ | 471 desktop_remoting_webapp_localizable_files = [ |
466 "webapp/crd/manifest.json.jinja2", | 472 "webapp/crd/manifest.json.jinja2", |
467 "<(remoting_webapp_template_background)", | 473 "<(remoting_webapp_template_background)", |
468 "<(remoting_webapp_template_main)", | 474 "<(remoting_webapp_template_main)", |
469 "<(remoting_webapp_template_message_window)", | 475 "<(remoting_webapp_template_message_window)", |
470 "<(remoting_webapp_template_wcs_sandbox)", | 476 "<(remoting_webapp_template_wcs_sandbox)", |
471 "<@(remoting_webapp_template_files)", | 477 "<@(remoting_webapp_template_files)", |
472 "<@(remoting_webapp_crd_js_files)", | 478 "<@(remoting_webapp_crd_js_files)", |
473 ] | 479 ] |
OLD | NEW |