| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # `7MM"""Mq. `7MM | 5 # `7MM"""Mq. `7MM |
| 6 # MM `MM. MM | 6 # MM `MM. MM |
| 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya | 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya |
| 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb | 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
| 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" | 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
| 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , | 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
| (...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 "app_remoting/html/template_feedback_consent.html" | 641 "app_remoting/html/template_feedback_consent.html" |
| 642 | 642 |
| 643 # These JS files are specific to the feedback consent page and are not part | 643 # These JS files are specific to the feedback consent page and are not part |
| 644 # of the main JS files. | 644 # of the main JS files. |
| 645 ar_feedback_consent_html_js_files = [ "app_remoting/js/feedback_consent.js" ] | 645 ar_feedback_consent_html_js_files = [ "app_remoting/js/feedback_consent.js" ] |
| 646 | 646 |
| 647 # All the JavaScript files required by feedback_consent.html. | 647 # All the JavaScript files required by feedback_consent.html. |
| 648 ar_feedback_consent_html_all_js_files = [ | 648 ar_feedback_consent_html_all_js_files = [ |
| 649 "app_remoting/js/feedback_consent.js", | 649 "app_remoting/js/feedback_consent.js", |
| 650 "base/js/base.js", | 650 "base/js/base.js", |
| 651 "base/js/chromoting_event.js", |
| 651 "base/js/error.js", | 652 "base/js/error.js", |
| 652 "base/js/identity.js", | 653 "base/js/identity.js", |
| 653 "base/js/oauth2_api.js", | 654 "base/js/oauth2_api.js", |
| 654 "base/js/oauth2_api_impl.js", | 655 "base/js/oauth2_api_impl.js", |
| 656 "base/js/platform.js", |
| 655 "base/js/plugin_settings.js", | 657 "base/js/plugin_settings.js", |
| 656 "base/js/l10n.js", | 658 "base/js/l10n.js", |
| 657 "base/js/xhr.js", | 659 "base/js/xhr.js", |
| 658 ] | 660 ] |
| 659 | 661 |
| 660 # The JavaScript files to be injected into the clould print dialog. | 662 # The JavaScript files to be injected into the clould print dialog. |
| 661 ar_cloud_print_dialog_js_files = | 663 ar_cloud_print_dialog_js_files = |
| 662 [ "app_remoting/js/cloud_print_dialog/cloud_print_dialog_injected.js" ] | 664 [ "app_remoting/js/cloud_print_dialog/cloud_print_dialog_injected.js" ] |
| 663 | 665 |
| 664 # | 666 # |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 ar_main_template, | 708 ar_main_template, |
| 707 ar_feedback_consent_template, | 709 ar_feedback_consent_template, |
| 708 ar_loading_window_template, | 710 ar_loading_window_template, |
| 709 remoting_webapp_template_message_window, | 711 remoting_webapp_template_message_window, |
| 710 remoting_webapp_template_wcs_sandbox, | 712 remoting_webapp_template_wcs_sandbox, |
| 711 ] + ar_main_template_files + ar_all_js_files | 713 ] + ar_main_template_files + ar_all_js_files |
| 712 | 714 |
| 713 webapp_js_files = remoting_webapp_unittest_html_all_js_files + | 715 webapp_js_files = remoting_webapp_unittest_html_all_js_files + |
| 714 remoting_webapp_wcs_sandbox_html_js_files + | 716 remoting_webapp_wcs_sandbox_html_js_files + |
| 715 remoting_webapp_background_html_js_files | 717 remoting_webapp_background_html_js_files |
| OLD | NEW |