Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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/webapp/files.gni. | 5 # Keep in sync with remoting/webapp/files.gni. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 | 9 |
| 10 # Jscompile proto files. | 10 # Jscompile proto files. |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 160 'webapp/crd/js/activity.js', | 160 'webapp/crd/js/activity.js', |
| 161 'webapp/crd/js/client_plugin.js', | 161 'webapp/crd/js/client_plugin.js', |
| 162 'webapp/crd/js/client_plugin_impl.js', | 162 'webapp/crd/js/client_plugin_impl.js', |
| 163 'webapp/crd/js/client_plugin_host_desktop_impl.js', | 163 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
| 164 'webapp/crd/js/client_session.js', | 164 'webapp/crd/js/client_session.js', |
| 165 'webapp/crd/js/client_session_factory.js', | 165 'webapp/crd/js/client_session_factory.js', |
| 166 'webapp/crd/js/clipboard.js', | 166 'webapp/crd/js/clipboard.js', |
| 167 'webapp/crd/js/connected_view.js', | 167 'webapp/crd/js/connected_view.js', |
| 168 'webapp/crd/js/connection_info.js', | 168 'webapp/crd/js/connection_info.js', |
| 169 'webapp/crd/js/credentials_provider.js', | 169 'webapp/crd/js/credentials_provider.js', |
| 170 'webapp/crd/js/desktop_connected_view.js', | |
| 171 'webapp/crd/js/host_desktop.js', | 170 'webapp/crd/js/host_desktop.js', |
| 172 'webapp/crd/js/smart_reconnector.js', | 171 'webapp/crd/js/smart_reconnector.js', |
| 173 'webapp/crd/js/video_frame_recorder.js', | 172 'webapp/crd/js/video_frame_recorder.js', |
| 174 ], | 173 ], |
| 175 # Remoting core JavaScript files. | 174 # Remoting core JavaScript files. |
| 176 'remoting_webapp_js_core_files': [ | 175 'remoting_webapp_js_core_files': [ |
| 177 'webapp/base/js/app_capabilities.js', | 176 'webapp/base/js/app_capabilities.js', |
| 178 'webapp/base/js/application.js', | 177 'webapp/base/js/application.js', |
| 179 'webapp/base/js/base.js', | 178 'webapp/base/js/base.js', |
| 180 'webapp/base/js/ipc.js', | 179 'webapp/base/js/ipc.js', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 232 'webapp/crd/js/dns_blackhole_checker.js', | 231 'webapp/crd/js/dns_blackhole_checker.js', |
| 233 'webapp/crd/js/fallback_signal_strategy.js', | 232 'webapp/crd/js/fallback_signal_strategy.js', |
| 234 'webapp/crd/js/signal_strategy.js', | 233 'webapp/crd/js/signal_strategy.js', |
| 235 'webapp/crd/js/tcp_socket.js', | 234 'webapp/crd/js/tcp_socket.js', |
| 236 'webapp/crd/js/wcs_adapter.js', | 235 'webapp/crd/js/wcs_adapter.js', |
| 237 'webapp/crd/js/wcs_sandbox_container.js', | 236 'webapp/crd/js/wcs_sandbox_container.js', |
| 238 'webapp/crd/js/xmpp_connection.js', | 237 'webapp/crd/js/xmpp_connection.js', |
| 239 'webapp/crd/js/xmpp_login_handler.js', | 238 'webapp/crd/js/xmpp_login_handler.js', |
| 240 'webapp/crd/js/xmpp_stream_parser.js', | 239 'webapp/crd/js/xmpp_stream_parser.js', |
| 241 ], | 240 ], |
| 242 # UI JavaScript files. | 241 # Shared UI JavaScript files. |
| 243 'remoting_webapp_js_ui_files': [ | 242 'remoting_webapp_js_ui_files': [ |
| 244 'webapp/base/js/viewport.js', | 243 'webapp/base/js/viewport.js', |
| 245 'webapp/base/js/window_shape.js', | 244 'webapp/base/js/window_shape.js', |
| 245 'webapp/crd/js/connection_stats.js', | |
| 246 'webapp/crd/js/feedback.js', | |
| 247 'webapp/crd/js/l10n.js', | |
| 248 'webapp/crd/js/ui_mode.js', | |
|
kelvinp
2015/04/27 17:18:28
Not related to this CL, why does app_remoting depe
garykac
2015/04/27 17:36:28
The intent is that ui_mode should eventually go aw
| |
| 249 ], | |
| 250 | |
| 251 # | |
| 252 # DesktopRemoting-specific JS files. | |
| 253 # | |
| 254 | |
| 255 # The CRD-specific JavaScript files required by main.html. | |
| 256 'remoting_webapp_crd_js_ui_files': [ | |
| 246 'webapp/crd/js/bump_scroller.js', | 257 'webapp/crd/js/bump_scroller.js', |
| 247 'webapp/crd/js/butter_bar.js', | 258 'webapp/crd/js/butter_bar.js', |
| 248 'webapp/crd/js/connection_stats.js', | 259 'webapp/crd/js/crd_auth_dialog.js', |
| 260 'webapp/crd/js/crd_event_handlers.js', | |
| 261 'webapp/crd/js/crd_experimental.js', | |
| 262 'webapp/crd/js/crd_main.js', | |
| 263 'webapp/crd/js/desktop_connected_view.js', | |
| 264 'webapp/crd/js/desktop_remoting.js', | |
| 265 'webapp/crd/js/desktop_remoting_activity.js', | |
| 249 'webapp/crd/js/desktop_viewport.js', | 266 'webapp/crd/js/desktop_viewport.js', |
| 250 'webapp/crd/js/feedback.js', | |
| 251 'webapp/crd/js/fullscreen.js', | 267 'webapp/crd/js/fullscreen.js', |
| 252 'webapp/crd/js/fullscreen_v1.js', | 268 'webapp/crd/js/fullscreen_v1.js', |
| 253 'webapp/crd/js/fullscreen_v2.js', | 269 'webapp/crd/js/fullscreen_v2.js', |
| 254 'webapp/crd/js/l10n.js', | 270 'webapp/crd/js/it2me_activity.js', |
| 271 'webapp/crd/js/me2me_activity.js', | |
| 255 'webapp/crd/js/menu_button.js', | 272 'webapp/crd/js/menu_button.js', |
| 256 'webapp/crd/js/options_menu.js', | 273 'webapp/crd/js/options_menu.js', |
| 257 'webapp/crd/js/ui_mode.js', | |
| 258 'webapp/crd/js/toolbar.js', | 274 'webapp/crd/js/toolbar.js', |
| 259 'webapp/crd/js/window_frame.js', | 275 'webapp/crd/js/window_frame.js', |
| 260 ], | 276 ], |
| 261 | 277 |
| 262 # | 278 # |
| 263 # DesktopRemoting main.html generation files. | 279 # DesktopRemoting main.html generation files. |
| 264 # | 280 # |
| 265 | 281 |
| 266 'remoting_webapp_template_main': | 282 'remoting_webapp_template_main': |
| 267 '<(DEPTH)/remoting/webapp/crd/html/template_main.html', | 283 '<(DEPTH)/remoting/webapp/crd/html/template_main.html', |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 283 '<@(remoting_webapp_js_ui_files)', | 299 '<@(remoting_webapp_js_ui_files)', |
| 284 '<@(remoting_webapp_js_signaling_files)', | 300 '<@(remoting_webapp_js_signaling_files)', |
| 285 # Uncomment this line to include browser test files in the web app | 301 # Uncomment this line to include browser test files in the web app |
| 286 # to expedite debugging or local development. | 302 # to expedite debugging or local development. |
| 287 #'<@(remoting_webapp_browsertest_all_js_files)', | 303 #'<@(remoting_webapp_browsertest_all_js_files)', |
| 288 ], | 304 ], |
| 289 | 305 |
| 290 # The CRD-specific JavaScript files required by main.html. | 306 # The CRD-specific JavaScript files required by main.html. |
| 291 'remoting_webapp_crd_main_html_all_js_files': [ | 307 'remoting_webapp_crd_main_html_all_js_files': [ |
| 292 '<@(remoting_webapp_shared_main_html_js_files)', | 308 '<@(remoting_webapp_shared_main_html_js_files)', |
| 293 'webapp/crd/js/crd_auth_dialog.js', | 309 '<@(remoting_webapp_crd_js_ui_files)', |
| 294 'webapp/crd/js/crd_event_handlers.js', | |
| 295 'webapp/crd/js/crd_experimental.js', | |
| 296 'webapp/crd/js/crd_main.js', | |
| 297 'webapp/crd/js/desktop_remoting.js', | |
| 298 'webapp/crd/js/desktop_remoting_activity.js', | |
| 299 'webapp/crd/js/it2me_activity.js', | |
| 300 'webapp/crd/js/me2me_activity.js', | |
| 301 ], | 310 ], |
| 302 | 311 |
| 303 # These template files are used to construct main.html. | 312 # These template files are used to construct main.html. |
| 304 'remoting_webapp_template_files': [ | 313 'remoting_webapp_template_files': [ |
| 305 'webapp/base/html/client_plugin.html', | 314 'webapp/base/html/client_plugin.html', |
| 306 'webapp/crd/html/butter_bar.html', | 315 'webapp/crd/html/butter_bar.html', |
| 307 'webapp/crd/html/dialog_auth.html', | 316 'webapp/crd/html/dialog_auth.html', |
| 308 'webapp/crd/html/dialog_client_connect_failed.html', | 317 'webapp/crd/html/dialog_client_connect_failed.html', |
| 309 'webapp/crd/html/dialog_client_connecting.html', | 318 'webapp/crd/html/dialog_client_connecting.html', |
| 310 'webapp/crd/html/dialog_client_host_needs_upgrade.html', | 319 'webapp/crd/html/dialog_client_host_needs_upgrade.html', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 478 '<(remoting_webapp_template_background)', | 487 '<(remoting_webapp_template_background)', |
| 479 '<(remoting_webapp_template_main)', | 488 '<(remoting_webapp_template_main)', |
| 480 '<(remoting_webapp_template_message_window)', | 489 '<(remoting_webapp_template_message_window)', |
| 481 '<(remoting_webapp_template_wcs_sandbox)', | 490 '<(remoting_webapp_template_wcs_sandbox)', |
| 482 '<@(remoting_webapp_template_files)', | 491 '<@(remoting_webapp_template_files)', |
| 483 '<@(remoting_webapp_crd_js_files)', | 492 '<@(remoting_webapp_crd_js_files)', |
| 484 ], | 493 ], |
| 485 | 494 |
| 486 }, | 495 }, |
| 487 } | 496 } |
| OLD | NEW |