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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 #'<@(remoting_webapp_browsertest_all_js_files)', | 275 #'<@(remoting_webapp_browsertest_all_js_files)', |
276 ], | 276 ], |
277 | 277 |
278 # The CRD-specific JavaScript files required by main.html. | 278 # The CRD-specific JavaScript files required by main.html. |
279 'remoting_webapp_crd_main_html_all_js_files': [ | 279 'remoting_webapp_crd_main_html_all_js_files': [ |
280 '<@(remoting_webapp_shared_main_html_js_files)', | 280 '<@(remoting_webapp_shared_main_html_js_files)', |
281 'webapp/crd/js/crd_auth_dialog.js', | 281 'webapp/crd/js/crd_auth_dialog.js', |
282 'webapp/crd/js/crd_event_handlers.js', | 282 'webapp/crd/js/crd_event_handlers.js', |
283 'webapp/crd/js/crd_experimental.js', | 283 'webapp/crd/js/crd_experimental.js', |
284 'webapp/crd/js/crd_main.js', | 284 'webapp/crd/js/crd_main.js', |
| 285 'webapp/crd/js/activity.js', |
285 'webapp/crd/js/desktop_remoting.js', | 286 'webapp/crd/js/desktop_remoting.js', |
286 'webapp/crd/js/it2me_connect_flow.js', | 287 'webapp/crd/js/it2me_activity.js', |
287 'webapp/crd/js/me2me_connect_flow.js', | 288 'webapp/crd/js/me2me_activity.js', |
288 ], | 289 ], |
289 | 290 |
290 # These template files are used to construct main.html. | 291 # These template files are used to construct main.html. |
291 'remoting_webapp_template_files': [ | 292 'remoting_webapp_template_files': [ |
292 'webapp/base/html/client_plugin.html', | 293 'webapp/base/html/client_plugin.html', |
293 'webapp/crd/html/butter_bar.html', | 294 'webapp/crd/html/butter_bar.html', |
294 'webapp/crd/html/dialog_auth.html', | 295 'webapp/crd/html/dialog_auth.html', |
295 'webapp/crd/html/dialog_client_connect_failed.html', | 296 'webapp/crd/html/dialog_client_connect_failed.html', |
296 'webapp/crd/html/dialog_client_connecting.html', | 297 'webapp/crd/html/dialog_client_connecting.html', |
297 'webapp/crd/html/dialog_client_host_needs_upgrade.html', | 298 'webapp/crd/html/dialog_client_host_needs_upgrade.html', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 '<(remoting_webapp_template_background)', | 466 '<(remoting_webapp_template_background)', |
466 '<(remoting_webapp_template_main)', | 467 '<(remoting_webapp_template_main)', |
467 '<(remoting_webapp_template_message_window)', | 468 '<(remoting_webapp_template_message_window)', |
468 '<(remoting_webapp_template_wcs_sandbox)', | 469 '<(remoting_webapp_template_wcs_sandbox)', |
469 '<@(remoting_webapp_template_files)', | 470 '<@(remoting_webapp_template_files)', |
470 '<@(remoting_webapp_crd_js_files)', | 471 '<@(remoting_webapp_crd_js_files)', |
471 ], | 472 ], |
472 | 473 |
473 }, | 474 }, |
474 } | 475 } |
OLD | NEW |