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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 #'<@(remoting_webapp_browsertest_all_js_files)', | 261 #'<@(remoting_webapp_browsertest_all_js_files)', |
262 ], | 262 ], |
263 | 263 |
264 # The CRD-specific JavaScript files required by main.html. | 264 # The CRD-specific JavaScript files required by main.html. |
265 'remoting_webapp_crd_main_html_all_js_files': [ | 265 'remoting_webapp_crd_main_html_all_js_files': [ |
266 '<@(remoting_webapp_shared_main_html_js_files)', | 266 '<@(remoting_webapp_shared_main_html_js_files)', |
267 'webapp/crd/js/crd_connect.js', | 267 'webapp/crd/js/crd_connect.js', |
268 'webapp/crd/js/crd_event_handlers.js', | 268 'webapp/crd/js/crd_event_handlers.js', |
269 'webapp/crd/js/crd_main.js', | 269 'webapp/crd/js/crd_main.js', |
270 'webapp/crd/js/desktop_remoting.js', | 270 'webapp/crd/js/desktop_remoting.js', |
| 271 'webapp/crd/js/it2me_connect_flow.js', |
271 ], | 272 ], |
272 | 273 |
273 # These template files are used to construct main.html. | 274 # These template files are used to construct main.html. |
274 'remoting_webapp_template_files': [ | 275 'remoting_webapp_template_files': [ |
275 'webapp/base/html/client_plugin.html', | 276 'webapp/base/html/client_plugin.html', |
276 'webapp/base/html/dialog_auth.html', | 277 'webapp/base/html/dialog_auth.html', |
277 'webapp/crd/html/butter_bar.html', | 278 'webapp/crd/html/butter_bar.html', |
278 'webapp/crd/html/dialog_client_connect_failed.html', | 279 'webapp/crd/html/dialog_client_connect_failed.html', |
279 'webapp/crd/html/dialog_client_connecting.html', | 280 'webapp/crd/html/dialog_client_connecting.html', |
280 'webapp/crd/html/dialog_client_host_needs_upgrade.html', | 281 'webapp/crd/html/dialog_client_host_needs_upgrade.html', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 '<(remoting_webapp_template_background)', | 449 '<(remoting_webapp_template_background)', |
449 '<(remoting_webapp_template_main)', | 450 '<(remoting_webapp_template_main)', |
450 '<(remoting_webapp_template_message_window)', | 451 '<(remoting_webapp_template_message_window)', |
451 '<(remoting_webapp_template_wcs_sandbox)', | 452 '<(remoting_webapp_template_wcs_sandbox)', |
452 '<@(remoting_webapp_template_files)', | 453 '<@(remoting_webapp_template_files)', |
453 '<@(remoting_webapp_crd_js_files)', | 454 '<@(remoting_webapp_crd_js_files)', |
454 ], | 455 ], |
455 | 456 |
456 }, | 457 }, |
457 } | 458 } |
OLD | NEW |