| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'remoting_webapp_js_cast_extension_files': [ | 136 'remoting_webapp_js_cast_extension_files': [ |
| 137 'webapp/crd/js/cast_extension_handler.js', | 137 'webapp/crd/js/cast_extension_handler.js', |
| 138 ], | 138 ], |
| 139 # Client JavaScript files. | 139 # Client JavaScript files. |
| 140 'remoting_webapp_js_client_files': [ | 140 'remoting_webapp_js_client_files': [ |
| 141 'webapp/crd/js/client_plugin.js', | 141 'webapp/crd/js/client_plugin.js', |
| 142 'webapp/crd/js/client_plugin_impl.js', | 142 'webapp/crd/js/client_plugin_impl.js', |
| 143 'webapp/crd/js/client_plugin_host_desktop_impl.js', | 143 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
| 144 'webapp/crd/js/client_session.js', | 144 'webapp/crd/js/client_session.js', |
| 145 'webapp/crd/js/clipboard.js', | 145 'webapp/crd/js/clipboard.js', |
| 146 'webapp/crd/js/connected_view.js', |
| 146 'webapp/crd/js/credentials_provider.js', | 147 'webapp/crd/js/credentials_provider.js', |
| 147 'webapp/crd/js/desktop_connected_view.js', | 148 'webapp/crd/js/desktop_connected_view.js', |
| 148 'webapp/crd/js/host_desktop.js', | 149 'webapp/crd/js/host_desktop.js', |
| 149 'webapp/crd/js/session_connector.js', | 150 'webapp/crd/js/session_connector.js', |
| 150 'webapp/crd/js/session_connector_impl.js', | 151 'webapp/crd/js/session_connector_impl.js', |
| 151 'webapp/crd/js/smart_reconnector.js', | 152 'webapp/crd/js/smart_reconnector.js', |
| 152 'webapp/crd/js/video_frame_recorder.js', | 153 'webapp/crd/js/video_frame_recorder.js', |
| 153 ], | 154 ], |
| 154 # Remoting core JavaScript files. | 155 # Remoting core JavaScript files. |
| 155 'remoting_webapp_js_core_files': [ | 156 'remoting_webapp_js_core_files': [ |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 '<(remoting_webapp_template_background)', | 450 '<(remoting_webapp_template_background)', |
| 450 '<(remoting_webapp_template_main)', | 451 '<(remoting_webapp_template_main)', |
| 451 '<(remoting_webapp_template_message_window)', | 452 '<(remoting_webapp_template_message_window)', |
| 452 '<(remoting_webapp_template_wcs_sandbox)', | 453 '<(remoting_webapp_template_wcs_sandbox)', |
| 453 '<@(remoting_webapp_template_files)', | 454 '<@(remoting_webapp_template_files)', |
| 454 '<@(remoting_webapp_crd_js_files)', | 455 '<@(remoting_webapp_crd_js_files)', |
| 455 ], | 456 ], |
| 456 | 457 |
| 457 }, | 458 }, |
| 458 } | 459 } |
| OLD | NEW |