| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 | 7 |
| 8 # Jscompile proto files. | 8 # Jscompile proto files. |
| 9 # These provide type information for jscompile. | 9 # These provide type information for jscompile. |
| 10 'remoting_webapp_js_proto_files': [ | 10 'remoting_webapp_js_proto_files': [ |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'webapp/crd/js/cast_extension_handler.js', | 135 'webapp/crd/js/cast_extension_handler.js', |
| 136 ], | 136 ], |
| 137 # Client JavaScript files. | 137 # Client JavaScript files. |
| 138 'remoting_webapp_js_client_files': [ | 138 'remoting_webapp_js_client_files': [ |
| 139 'webapp/crd/js/client_plugin.js', | 139 'webapp/crd/js/client_plugin.js', |
| 140 'webapp/crd/js/client_plugin_impl.js', | 140 'webapp/crd/js/client_plugin_impl.js', |
| 141 'webapp/crd/js/client_plugin_host_desktop_impl.js', | 141 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
| 142 'webapp/crd/js/client_session.js', | 142 'webapp/crd/js/client_session.js', |
| 143 'webapp/crd/js/clipboard.js', | 143 'webapp/crd/js/clipboard.js', |
| 144 'webapp/crd/js/connected_view.js', | 144 'webapp/crd/js/connected_view.js', |
| 145 'webapp/crd/js/connection_info.js', |
| 145 'webapp/crd/js/credentials_provider.js', | 146 'webapp/crd/js/credentials_provider.js', |
| 146 'webapp/crd/js/desktop_connected_view.js', | 147 'webapp/crd/js/desktop_connected_view.js', |
| 147 'webapp/crd/js/host_desktop.js', | 148 'webapp/crd/js/host_desktop.js', |
| 148 'webapp/crd/js/session_connector.js', | 149 'webapp/crd/js/session_connector.js', |
| 149 'webapp/crd/js/session_connector_impl.js', | 150 'webapp/crd/js/session_connector_impl.js', |
| 150 'webapp/crd/js/smart_reconnector.js', | 151 'webapp/crd/js/smart_reconnector.js', |
| 151 'webapp/crd/js/video_frame_recorder.js', | 152 'webapp/crd/js/video_frame_recorder.js', |
| 152 ], | 153 ], |
| 153 # Remoting core JavaScript files. | 154 # Remoting core JavaScript files. |
| 154 'remoting_webapp_js_core_files': [ | 155 'remoting_webapp_js_core_files': [ |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 '<(remoting_webapp_template_background)', | 452 '<(remoting_webapp_template_background)', |
| 452 '<(remoting_webapp_template_main)', | 453 '<(remoting_webapp_template_main)', |
| 453 '<(remoting_webapp_template_message_window)', | 454 '<(remoting_webapp_template_message_window)', |
| 454 '<(remoting_webapp_template_wcs_sandbox)', | 455 '<(remoting_webapp_template_wcs_sandbox)', |
| 455 '<@(remoting_webapp_template_files)', | 456 '<@(remoting_webapp_template_files)', |
| 456 '<@(remoting_webapp_crd_js_files)', | 457 '<@(remoting_webapp_crd_js_files)', |
| 457 ], | 458 ], |
| 458 | 459 |
| 459 }, | 460 }, |
| 460 } | 461 } |
| OLD | NEW |