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 24 matching lines...) Expand all Loading... | |
35 'webapp/base/js/auth_dialog.js', | 35 'webapp/base/js/auth_dialog.js', |
36 'webapp/base/js/auth_init.js', | 36 'webapp/base/js/auth_init.js', |
37 'webapp/crd/js/identity.js', | 37 'webapp/crd/js/identity.js', |
38 'webapp/crd/js/oauth2.js', | 38 'webapp/crd/js/oauth2.js', |
39 'webapp/crd/js/oauth2_api.js', | 39 'webapp/crd/js/oauth2_api.js', |
40 'webapp/crd/js/oauth2_api_impl.js', | 40 'webapp/crd/js/oauth2_api_impl.js', |
41 ], | 41 ], |
42 # Client JavaScript files. | 42 # Client JavaScript files. |
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_host_desktop_impl.js', | |
garykac
2015/02/12 18:18:22
An _impl file without a non-_impl file feels odd..
kelvinp
2015/02/12 23:26:41
Done.
| |
45 'webapp/crd/js/client_plugin_impl.js', | 46 'webapp/crd/js/client_plugin_impl.js', |
46 # TODO(garykac) For client_screen: | 47 # TODO(garykac) For client_screen: |
47 # * Split out pin/access code stuff into separate file. | 48 # * Split out pin/access code stuff into separate file. |
48 # * Move client logic into session_connector | 49 # * Move client logic into session_connector |
49 'webapp/crd/js/client_screen.js', | 50 'webapp/crd/js/client_screen.js', |
50 'webapp/crd/js/client_session.js', | 51 'webapp/crd/js/client_session.js', |
51 'webapp/crd/js/clipboard.js', | 52 'webapp/crd/js/clipboard.js', |
52 'webapp/crd/js/hangout_session.js', | 53 'webapp/crd/js/hangout_session.js', |
53 'webapp/crd/js/session_connector.js', | 54 'webapp/crd/js/session_connector.js', |
54 'webapp/crd/js/session_connector_impl.js', | 55 'webapp/crd/js/session_connector_impl.js', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
99 # Logging and stats JavaScript files. | 100 # Logging and stats JavaScript files. |
100 'remoting_webapp_js_logging_files': [ | 101 'remoting_webapp_js_logging_files': [ |
101 'webapp/crd/js/format_iq.js', | 102 'webapp/crd/js/format_iq.js', |
102 'webapp/crd/js/log_to_server.js', | 103 'webapp/crd/js/log_to_server.js', |
103 'webapp/crd/js/server_log_entry.js', | 104 'webapp/crd/js/server_log_entry.js', |
104 'webapp/crd/js/stats_accumulator.js', | 105 'webapp/crd/js/stats_accumulator.js', |
105 ], | 106 ], |
106 # UI JavaScript files. | 107 # UI JavaScript files. |
107 'remoting_webapp_js_ui_files': [ | 108 'remoting_webapp_js_ui_files': [ |
108 'webapp/base/js/window_shape.js', | 109 'webapp/base/js/window_shape.js', |
110 'webapp/crd/js/bump_scroller.js', | |
109 'webapp/crd/js/butter_bar.js', | 111 'webapp/crd/js/butter_bar.js', |
110 'webapp/crd/js/connection_stats.js', | 112 'webapp/crd/js/connection_stats.js', |
113 'webapp/crd/js/desktop_viewport.js', | |
111 'webapp/crd/js/feedback.js', | 114 'webapp/crd/js/feedback.js', |
112 'webapp/crd/js/fullscreen.js', | 115 'webapp/crd/js/fullscreen.js', |
113 'webapp/crd/js/fullscreen_v1.js', | 116 'webapp/crd/js/fullscreen_v1.js', |
114 'webapp/crd/js/fullscreen_v2.js', | 117 'webapp/crd/js/fullscreen_v2.js', |
115 'webapp/crd/js/l10n.js', | 118 'webapp/crd/js/l10n.js', |
116 'webapp/crd/js/menu_button.js', | 119 'webapp/crd/js/menu_button.js', |
117 'webapp/crd/js/options_menu.js', | 120 'webapp/crd/js/options_menu.js', |
118 'webapp/crd/js/ui_mode.js', | 121 'webapp/crd/js/ui_mode.js', |
119 'webapp/crd/js/toolbar.js', | 122 'webapp/crd/js/toolbar.js', |
120 'webapp/crd/js/window_frame.js', | 123 'webapp/crd/js/window_frame.js', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
368 'webapp/crd/manifest.json.jinja2', | 371 'webapp/crd/manifest.json.jinja2', |
369 '<(remoting_webapp_template_main)', | 372 '<(remoting_webapp_template_main)', |
370 '<(remoting_webapp_template_wcs_sandbox)', | 373 '<(remoting_webapp_template_wcs_sandbox)', |
371 '<(remoting_webapp_template_background)', | 374 '<(remoting_webapp_template_background)', |
372 '<@(remoting_webapp_template_files)', | 375 '<@(remoting_webapp_template_files)', |
373 '<@(remoting_webapp_crd_js_files)', | 376 '<@(remoting_webapp_crd_js_files)', |
374 ], | 377 ], |
375 | 378 |
376 }, | 379 }, |
377 } | 380 } |
OLD | NEW |