| 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 'remoting_webapp_info_files': [ | 7 'remoting_webapp_info_files': [ |
| 8 'resources/chromoting16.webp', | 8 'resources/chromoting16.webp', |
| 9 'resources/chromoting48.webp', | 9 'resources/chromoting48.webp', |
| 10 'resources/chromoting128.webp', | 10 'resources/chromoting128.webp', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'webapp/crd/js/signal_strategy.js', | 192 'webapp/crd/js/signal_strategy.js', |
| 193 'webapp/crd/js/wcs_adapter.js', | 193 'webapp/crd/js/wcs_adapter.js', |
| 194 'webapp/crd/js/wcs_sandbox_container.js', | 194 'webapp/crd/js/wcs_sandbox_container.js', |
| 195 'webapp/crd/js/xmpp_connection.js', | 195 'webapp/crd/js/xmpp_connection.js', |
| 196 'webapp/crd/js/xmpp_login_handler.js', | 196 'webapp/crd/js/xmpp_login_handler.js', |
| 197 'webapp/crd/js/xmpp_stream_parser.js', | 197 'webapp/crd/js/xmpp_stream_parser.js', |
| 198 ], | 198 ], |
| 199 # UI JavaScript files. | 199 # UI JavaScript files. |
| 200 'remoting_webapp_js_ui_files': [ | 200 'remoting_webapp_js_ui_files': [ |
| 201 'webapp/base/js/window_shape.js', | 201 'webapp/base/js/window_shape.js', |
| 202 'webapp/crd/js/bump_scroller.js', |
| 202 'webapp/crd/js/butter_bar.js', | 203 'webapp/crd/js/butter_bar.js', |
| 203 'webapp/crd/js/connection_stats.js', | 204 'webapp/crd/js/connection_stats.js', |
| 205 'webapp/crd/js/desktop_viewport.js', |
| 204 'webapp/crd/js/feedback.js', | 206 'webapp/crd/js/feedback.js', |
| 205 'webapp/crd/js/fullscreen.js', | 207 'webapp/crd/js/fullscreen.js', |
| 206 'webapp/crd/js/fullscreen_v1.js', | 208 'webapp/crd/js/fullscreen_v1.js', |
| 207 'webapp/crd/js/fullscreen_v2.js', | 209 'webapp/crd/js/fullscreen_v2.js', |
| 208 'webapp/crd/js/l10n.js', | 210 'webapp/crd/js/l10n.js', |
| 209 'webapp/crd/js/menu_button.js', | 211 'webapp/crd/js/menu_button.js', |
| 210 'webapp/crd/js/options_menu.js', | 212 'webapp/crd/js/options_menu.js', |
| 211 'webapp/crd/js/ui_mode.js', | 213 'webapp/crd/js/ui_mode.js', |
| 212 'webapp/crd/js/toolbar.js', | 214 'webapp/crd/js/toolbar.js', |
| 213 'webapp/crd/js/window_frame.js', | 215 'webapp/crd/js/window_frame.js', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'webapp/crd/manifest.json.jinja2', | 392 'webapp/crd/manifest.json.jinja2', |
| 391 '<(remoting_webapp_template_main)', | 393 '<(remoting_webapp_template_main)', |
| 392 '<(remoting_webapp_template_wcs_sandbox)', | 394 '<(remoting_webapp_template_wcs_sandbox)', |
| 393 '<(remoting_webapp_template_background)', | 395 '<(remoting_webapp_template_background)', |
| 394 '<@(remoting_webapp_template_files)', | 396 '<@(remoting_webapp_template_files)', |
| 395 '<@(remoting_webapp_crd_js_files)', | 397 '<@(remoting_webapp_crd_js_files)', |
| 396 ], | 398 ], |
| 397 | 399 |
| 398 }, | 400 }, |
| 399 } | 401 } |
| OLD | NEW |