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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'webapp/crd/js/oauth2.js', | 143 'webapp/crd/js/oauth2.js', |
144 'webapp/crd/js/oauth2_api.js', | 144 'webapp/crd/js/oauth2_api.js', |
145 'webapp/crd/js/oauth2_api_impl.js', | 145 'webapp/crd/js/oauth2_api_impl.js', |
146 ], | 146 ], |
147 # Cast extension handler JavaScript files. | 147 # Cast extension handler JavaScript files. |
148 'remoting_webapp_js_cast_extension_files': [ | 148 'remoting_webapp_js_cast_extension_files': [ |
149 'webapp/crd/js/cast_extension_handler.js', | 149 'webapp/crd/js/cast_extension_handler.js', |
150 ], | 150 ], |
151 # Client JavaScript files. | 151 # Client JavaScript files. |
152 'remoting_webapp_js_client_files': [ | 152 'remoting_webapp_js_client_files': [ |
| 153 'webapp/crd/js/activity.js', |
153 'webapp/crd/js/client_plugin.js', | 154 'webapp/crd/js/client_plugin.js', |
154 'webapp/crd/js/client_plugin_impl.js', | 155 'webapp/crd/js/client_plugin_impl.js', |
155 'webapp/crd/js/client_plugin_host_desktop_impl.js', | 156 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
156 'webapp/crd/js/client_session.js', | 157 'webapp/crd/js/client_session.js', |
157 'webapp/crd/js/clipboard.js', | 158 'webapp/crd/js/clipboard.js', |
158 'webapp/crd/js/connected_view.js', | 159 'webapp/crd/js/connected_view.js', |
159 'webapp/crd/js/connection_info.js', | 160 'webapp/crd/js/connection_info.js', |
160 'webapp/crd/js/credentials_provider.js', | 161 'webapp/crd/js/credentials_provider.js', |
161 'webapp/crd/js/desktop_connected_view.js', | 162 'webapp/crd/js/desktop_connected_view.js', |
162 'webapp/crd/js/host_desktop.js', | 163 'webapp/crd/js/host_desktop.js', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 #'<@(remoting_webapp_browsertest_all_js_files)', | 281 #'<@(remoting_webapp_browsertest_all_js_files)', |
281 ], | 282 ], |
282 | 283 |
283 # The CRD-specific JavaScript files required by main.html. | 284 # The CRD-specific JavaScript files required by main.html. |
284 'remoting_webapp_crd_main_html_all_js_files': [ | 285 'remoting_webapp_crd_main_html_all_js_files': [ |
285 '<@(remoting_webapp_shared_main_html_js_files)', | 286 '<@(remoting_webapp_shared_main_html_js_files)', |
286 'webapp/crd/js/crd_auth_dialog.js', | 287 'webapp/crd/js/crd_auth_dialog.js', |
287 'webapp/crd/js/crd_event_handlers.js', | 288 'webapp/crd/js/crd_event_handlers.js', |
288 'webapp/crd/js/crd_experimental.js', | 289 'webapp/crd/js/crd_experimental.js', |
289 'webapp/crd/js/crd_main.js', | 290 'webapp/crd/js/crd_main.js', |
290 'webapp/crd/js/activity.js', | |
291 'webapp/crd/js/desktop_remoting.js', | 291 'webapp/crd/js/desktop_remoting.js', |
292 'webapp/crd/js/desktop_remoting_activity.js', | 292 'webapp/crd/js/desktop_remoting_activity.js', |
293 'webapp/crd/js/it2me_activity.js', | 293 'webapp/crd/js/it2me_activity.js', |
294 'webapp/crd/js/me2me_activity.js', | 294 'webapp/crd/js/me2me_activity.js', |
295 ], | 295 ], |
296 | 296 |
297 # These template files are used to construct main.html. | 297 # These template files are used to construct main.html. |
298 'remoting_webapp_template_files': [ | 298 'remoting_webapp_template_files': [ |
299 'webapp/base/html/client_plugin.html', | 299 'webapp/base/html/client_plugin.html', |
300 'webapp/crd/html/butter_bar.html', | 300 'webapp/crd/html/butter_bar.html', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 '<(remoting_webapp_template_background)', | 472 '<(remoting_webapp_template_background)', |
473 '<(remoting_webapp_template_main)', | 473 '<(remoting_webapp_template_main)', |
474 '<(remoting_webapp_template_message_window)', | 474 '<(remoting_webapp_template_message_window)', |
475 '<(remoting_webapp_template_wcs_sandbox)', | 475 '<(remoting_webapp_template_wcs_sandbox)', |
476 '<@(remoting_webapp_template_files)', | 476 '<@(remoting_webapp_template_files)', |
477 '<@(remoting_webapp_crd_js_files)', | 477 '<@(remoting_webapp_crd_js_files)', |
478 ], | 478 ], |
479 | 479 |
480 }, | 480 }, |
481 } | 481 } |
OLD | NEW |