| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'webapp/base/js/base.js', | 173 'webapp/base/js/base.js', |
| 174 'webapp/base/js/ipc.js', | 174 'webapp/base/js/ipc.js', |
| 175 'webapp/base/js/modal_dialogs.js', | 175 'webapp/base/js/modal_dialogs.js', |
| 176 'webapp/base/js/platform.js', | 176 'webapp/base/js/platform.js', |
| 177 'webapp/base/js/protocol_extension_manager.js', | 177 'webapp/base/js/protocol_extension_manager.js', |
| 178 'webapp/base/js/protocol_extension.js', | 178 'webapp/base/js/protocol_extension.js', |
| 179 'webapp/crd/js/apps_v2_migration.js', | 179 'webapp/crd/js/apps_v2_migration.js', |
| 180 'webapp/crd/js/error.js', | 180 'webapp/crd/js/error.js', |
| 181 'webapp/crd/js/event_handlers.js', | 181 'webapp/crd/js/event_handlers.js', |
| 182 'webapp/crd/js/plugin_settings.js', | 182 'webapp/crd/js/plugin_settings.js', |
| 183 'webapp/crd/js/remoting.js', | |
| 184 'webapp/crd/js/typecheck.js', | 183 'webapp/crd/js/typecheck.js', |
| 185 'webapp/crd/js/xhr.js', | 184 'webapp/crd/js/xhr.js', |
| 186 'webapp/crd/js/gcd_client.js', | 185 'webapp/crd/js/gcd_client.js', |
| 187 ], | 186 ], |
| 188 # Gnubby authentication JavaScript files. | 187 # Gnubby authentication JavaScript files. |
| 189 'remoting_webapp_js_gnubby_auth_files': [ | 188 'remoting_webapp_js_gnubby_auth_files': [ |
| 190 'webapp/crd/js/gnubby_auth_handler.js', | 189 'webapp/crd/js/gnubby_auth_handler.js', |
| 191 ], | 190 ], |
| 192 # Host JavaScript files. | 191 # Host JavaScript files. |
| 193 'remoting_webapp_js_host_files': [ | 192 'remoting_webapp_js_host_files': [ |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 '<(remoting_webapp_template_background)', | 471 '<(remoting_webapp_template_background)', |
| 473 '<(remoting_webapp_template_main)', | 472 '<(remoting_webapp_template_main)', |
| 474 '<(remoting_webapp_template_message_window)', | 473 '<(remoting_webapp_template_message_window)', |
| 475 '<(remoting_webapp_template_wcs_sandbox)', | 474 '<(remoting_webapp_template_wcs_sandbox)', |
| 476 '<@(remoting_webapp_template_files)', | 475 '<@(remoting_webapp_template_files)', |
| 477 '<@(remoting_webapp_crd_js_files)', | 476 '<@(remoting_webapp_crd_js_files)', |
| 478 ], | 477 ], |
| 479 | 478 |
| 480 }, | 479 }, |
| 481 } | 480 } |
| OLD | NEW |