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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 #'<@(remoting_webapp_browsertest_all_js_files)', | 272 #'<@(remoting_webapp_browsertest_all_js_files)', |
273 ], | 273 ], |
274 | 274 |
275 # The CRD-specific JavaScript files required by main.html. | 275 # The CRD-specific JavaScript files required by main.html. |
276 'remoting_webapp_crd_main_html_all_js_files': [ | 276 'remoting_webapp_crd_main_html_all_js_files': [ |
277 '<@(remoting_webapp_shared_main_html_js_files)', | 277 '<@(remoting_webapp_shared_main_html_js_files)', |
278 'webapp/crd/js/crd_auth_dialog.js', | 278 'webapp/crd/js/crd_auth_dialog.js', |
279 'webapp/crd/js/crd_event_handlers.js', | 279 'webapp/crd/js/crd_event_handlers.js', |
280 'webapp/crd/js/crd_experimental.js', | 280 'webapp/crd/js/crd_experimental.js', |
281 'webapp/crd/js/crd_main.js', | 281 'webapp/crd/js/crd_main.js', |
| 282 'webapp/crd/js/connect_flow.js', |
282 'webapp/crd/js/desktop_remoting.js', | 283 'webapp/crd/js/desktop_remoting.js', |
283 'webapp/crd/js/it2me_connect_flow.js', | 284 'webapp/crd/js/it2me_connect_flow.js', |
284 'webapp/crd/js/me2me_connect_flow.js', | 285 'webapp/crd/js/me2me_connect_flow.js', |
285 ], | 286 ], |
286 | 287 |
287 # These template files are used to construct main.html. | 288 # These template files are used to construct main.html. |
288 'remoting_webapp_template_files': [ | 289 'remoting_webapp_template_files': [ |
289 'webapp/base/html/client_plugin.html', | 290 'webapp/base/html/client_plugin.html', |
290 'webapp/crd/html/butter_bar.html', | 291 'webapp/crd/html/butter_bar.html', |
291 'webapp/crd/html/dialog_auth.html', | 292 'webapp/crd/html/dialog_auth.html', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 '<(remoting_webapp_template_background)', | 463 '<(remoting_webapp_template_background)', |
463 '<(remoting_webapp_template_main)', | 464 '<(remoting_webapp_template_main)', |
464 '<(remoting_webapp_template_message_window)', | 465 '<(remoting_webapp_template_message_window)', |
465 '<(remoting_webapp_template_wcs_sandbox)', | 466 '<(remoting_webapp_template_wcs_sandbox)', |
466 '<@(remoting_webapp_template_files)', | 467 '<@(remoting_webapp_template_files)', |
467 '<@(remoting_webapp_crd_js_files)', | 468 '<@(remoting_webapp_crd_js_files)', |
468 ], | 469 ], |
469 | 470 |
470 }, | 471 }, |
471 } | 472 } |
OLD | NEW |