| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'remoting_webapp_js_client_files': [ | 43 'remoting_webapp_js_client_files': [ |
| 44 'webapp/crd/js/client_plugin.js', | 44 'webapp/crd/js/client_plugin.js', |
| 45 'webapp/crd/js/client_plugin_impl.js', | 45 'webapp/crd/js/client_plugin_impl.js', |
| 46 # TODO(garykac) For client_screen: | 46 # TODO(garykac) For client_screen: |
| 47 # * Split out pin/access code stuff into separate file. | 47 # * Split out pin/access code stuff into separate file. |
| 48 # * Move client logic into session_connector | 48 # * Move client logic into session_connector |
| 49 'webapp/crd/js/client_screen.js', | 49 'webapp/crd/js/client_screen.js', |
| 50 'webapp/crd/js/client_session.js', | 50 'webapp/crd/js/client_session.js', |
| 51 'webapp/crd/js/clipboard.js', | 51 'webapp/crd/js/clipboard.js', |
| 52 'webapp/crd/js/hangout_session.js', | 52 'webapp/crd/js/hangout_session.js', |
| 53 'webapp/crd/js/media_source_renderer.js', | |
| 54 'webapp/crd/js/session_connector.js', | 53 'webapp/crd/js/session_connector.js', |
| 55 'webapp/crd/js/session_connector_impl.js', | 54 'webapp/crd/js/session_connector_impl.js', |
| 56 'webapp/crd/js/smart_reconnector.js', | 55 'webapp/crd/js/smart_reconnector.js', |
| 57 'webapp/crd/js/video_frame_recorder.js', | 56 'webapp/crd/js/video_frame_recorder.js', |
| 58 ], | 57 ], |
| 59 # Remoting core JavaScript files. | 58 # Remoting core JavaScript files. |
| 60 'remoting_webapp_js_core_files': [ | 59 'remoting_webapp_js_core_files': [ |
| 61 'webapp/base/js/application.js', | 60 'webapp/base/js/application.js', |
| 62 'webapp/base/js/base.js', | 61 'webapp/base/js/base.js', |
| 63 'webapp/base/js/platform.js', | 62 'webapp/base/js/platform.js', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'webapp/crd/html/dialog_token_refresh_failed.html', | 327 'webapp/crd/html/dialog_token_refresh_failed.html', |
| 329 'webapp/crd/html/toolbar.html', | 328 'webapp/crd/html/toolbar.html', |
| 330 'webapp/crd/html/ui_header.html', | 329 'webapp/crd/html/ui_header.html', |
| 331 'webapp/crd/html/ui_it2me.html', | 330 'webapp/crd/html/ui_it2me.html', |
| 332 'webapp/crd/html/ui_me2me.html', | 331 'webapp/crd/html/ui_me2me.html', |
| 333 'webapp/crd/html/window_frame.html', | 332 'webapp/crd/html/window_frame.html', |
| 334 ], | 333 ], |
| 335 | 334 |
| 336 }, | 335 }, |
| 337 } | 336 } |
| OLD | NEW |