| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 # Host JavaScript files. | 200 # Host JavaScript files. |
| 201 remoting_webapp_shared_js_host_files = [ | 201 remoting_webapp_shared_js_host_files = [ |
| 202 "base/js/host.js", | 202 "base/js/host.js", |
| 203 "base/js/host_options.js", | 203 "base/js/host_options.js", |
| 204 ] | 204 ] |
| 205 | 205 |
| 206 # Logging and stats JavaScript files. | 206 # Logging and stats JavaScript files. |
| 207 remoting_webapp_shared_js_logging_files = [ | 207 remoting_webapp_shared_js_logging_files = [ |
| 208 "base/js/format_iq.js", | 208 "base/js/format_iq.js", |
| 209 "base/js/session_logger.js", | 209 "base/js/session_logger.js", |
| 210 "base/js/stats_accumulator.js", | |
| 211 ] | 210 ] |
| 212 | 211 |
| 213 # Remoting signaling files. | 212 # Remoting signaling files. |
| 214 remoting_webapp_shared_js_signaling_files = [ | 213 remoting_webapp_shared_js_signaling_files = [ |
| 215 "base/js/dns_blackhole_checker.js", | 214 "base/js/dns_blackhole_checker.js", |
| 216 "base/js/fallback_signal_strategy.js", | 215 "base/js/fallback_signal_strategy.js", |
| 217 "base/js/signal_strategy.js", | 216 "base/js/signal_strategy.js", |
| 218 "base/js/tcp_socket.js", | 217 "base/js/tcp_socket.js", |
| 219 "base/js/wcs_adapter.js", | 218 "base/js/wcs_adapter.js", |
| 220 "base/js/wcs_sandbox_container.js", | 219 "base/js/wcs_sandbox_container.js", |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 "webapp/crd/manifest.json.jinja2", | 567 "webapp/crd/manifest.json.jinja2", |
| 569 remoting_webapp_template_background, | 568 remoting_webapp_template_background, |
| 570 remoting_webapp_template_main, | 569 remoting_webapp_template_main, |
| 571 remoting_webapp_template_message_window, | 570 remoting_webapp_template_message_window, |
| 572 remoting_webapp_template_wcs_sandbox, | 571 remoting_webapp_template_wcs_sandbox, |
| 573 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files | 572 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files |
| 574 | 573 |
| 575 webapp_js_files = remoting_webapp_unittest_html_all_js_files + | 574 webapp_js_files = remoting_webapp_unittest_html_all_js_files + |
| 576 remoting_webapp_wcs_sandbox_html_js_files + | 575 remoting_webapp_wcs_sandbox_html_js_files + |
| 577 remoting_webapp_background_html_js_files | 576 remoting_webapp_background_html_js_files |
| OLD | NEW |