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 15 matching lines...) Expand all Loading... |
26 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host | 26 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host |
27 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account | 27 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account |
28 ], | 28 ], |
29 # Auth (client to host) JavaScript files. | 29 # Auth (client to host) JavaScript files. |
30 'remoting_webapp_js_auth_client2host_files': [ | 30 'remoting_webapp_js_auth_client2host_files': [ |
31 'webapp/crd/js/third_party_host_permissions.js', | 31 'webapp/crd/js/third_party_host_permissions.js', |
32 'webapp/crd/js/third_party_token_fetcher.js', | 32 'webapp/crd/js/third_party_token_fetcher.js', |
33 ], | 33 ], |
34 # Auth (Google account) JavaScript files. | 34 # Auth (Google account) JavaScript files. |
35 'remoting_webapp_js_auth_google_files': [ | 35 'remoting_webapp_js_auth_google_files': [ |
| 36 'webapp/base/js/auth_init.js', |
36 'webapp/crd/js/identity.js', | 37 'webapp/crd/js/identity.js', |
37 'webapp/crd/js/oauth2.js', | 38 'webapp/crd/js/oauth2.js', |
38 'webapp/crd/js/oauth2_api.js', | 39 'webapp/crd/js/oauth2_api.js', |
39 ], | 40 ], |
40 # Client JavaScript files. | 41 # Client JavaScript files. |
41 'remoting_webapp_js_client_files': [ | 42 'remoting_webapp_js_client_files': [ |
42 'webapp/crd/js/client_plugin.js', | 43 'webapp/crd/js/client_plugin.js', |
43 'webapp/crd/js/client_plugin_impl.js', | 44 'webapp/crd/js/client_plugin_impl.js', |
44 # TODO(garykac) For client_screen: | 45 # TODO(garykac) For client_screen: |
45 # * Split out pin/access code stuff into separate file. | 46 # * Split out pin/access code stuff into separate file. |
46 # * Move client logic into session_connector | 47 # * Move client logic into session_connector |
47 'webapp/crd/js/client_screen.js', | 48 'webapp/crd/js/client_screen.js', |
48 'webapp/crd/js/client_session.js', | 49 'webapp/crd/js/client_session.js', |
49 'webapp/crd/js/clipboard.js', | 50 'webapp/crd/js/clipboard.js', |
50 'webapp/crd/js/hangout_session.js', | 51 'webapp/crd/js/hangout_session.js', |
51 'webapp/crd/js/media_source_renderer.js', | 52 'webapp/crd/js/media_source_renderer.js', |
52 'webapp/crd/js/session_connector.js', | 53 'webapp/crd/js/session_connector.js', |
53 'webapp/crd/js/session_connector_impl.js', | 54 'webapp/crd/js/session_connector_impl.js', |
54 'webapp/crd/js/smart_reconnector.js', | 55 'webapp/crd/js/smart_reconnector.js', |
55 'webapp/crd/js/video_frame_recorder.js', | 56 'webapp/crd/js/video_frame_recorder.js', |
56 ], | 57 ], |
57 # Remoting core JavaScript files. | 58 # Remoting core JavaScript files. |
58 'remoting_webapp_js_core_files': [ | 59 'remoting_webapp_js_core_files': [ |
59 'webapp/base/js/base.js', | 60 'webapp/base/js/base.js', |
60 'webapp/base/js/platform.js', | 61 'webapp/base/js/platform.js', |
| 62 'webapp/crd/js/crd_init.js', |
61 'webapp/crd/js/error.js', | 63 'webapp/crd/js/error.js', |
62 'webapp/crd/js/event_handlers.js', | 64 'webapp/crd/js/event_handlers.js', |
63 'webapp/crd/js/plugin_settings.js', | 65 'webapp/crd/js/plugin_settings.js', |
64 # TODO(garykac) Split out UI client stuff from remoting.js. | 66 # TODO(garykac) Split out UI client stuff from remoting.js. |
65 'webapp/crd/js/remoting.js', | 67 'webapp/crd/js/remoting.js', |
66 'webapp/crd/js/typecheck.js', | 68 'webapp/crd/js/typecheck.js', |
67 'webapp/crd/js/xhr.js', | 69 'webapp/crd/js/xhr.js', |
68 ], | 70 ], |
69 # Host JavaScript files. | 71 # Host JavaScript files. |
70 # Includes both it2me and me2me files. | 72 # Includes both it2me and me2me files. |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'webapp/crd/html/dialog_token_refresh_failed.html', | 316 'webapp/crd/html/dialog_token_refresh_failed.html', |
315 'webapp/crd/html/toolbar.html', | 317 'webapp/crd/html/toolbar.html', |
316 'webapp/crd/html/ui_header.html', | 318 'webapp/crd/html/ui_header.html', |
317 'webapp/crd/html/ui_it2me.html', | 319 'webapp/crd/html/ui_it2me.html', |
318 'webapp/crd/html/ui_me2me.html', | 320 'webapp/crd/html/ui_me2me.html', |
319 'webapp/crd/html/window_frame.html', | 321 'webapp/crd/html/window_frame.html', |
320 ], | 322 ], |
321 | 323 |
322 }, | 324 }, |
323 } | 325 } |
OLD | NEW |