| Index: remoting/app_remoting_webapp_files.gypi
|
| diff --git a/remoting/app_remoting_webapp_files.gypi b/remoting/app_remoting_webapp_files.gypi
|
| index 003b2e15ff674a40846dcc9fac59bb8a52b1ffe8..be8b29ab5be1099b7c7a6ae38683a1ee8b300f95 100644
|
| --- a/remoting/app_remoting_webapp_files.gypi
|
| +++ b/remoting/app_remoting_webapp_files.gypi
|
| @@ -27,13 +27,13 @@
|
| 'ar_feedback_consent_html_all_js_files': [
|
| 'webapp/app_remoting/js/feedback_consent.js',
|
| 'webapp/base/js/base.js',
|
| - 'webapp/crd/js/error.js',
|
| - 'webapp/crd/js/identity.js',
|
| - 'webapp/crd/js/oauth2_api.js',
|
| - 'webapp/crd/js/oauth2_api_impl.js',
|
| - 'webapp/crd/js/plugin_settings.js',
|
| - 'webapp/crd/js/l10n.js',
|
| - 'webapp/crd/js/xhr.js',
|
| + 'webapp/base/js/error.js',
|
| + 'webapp/base/js/identity.js',
|
| + 'webapp/base/js/oauth2_api.js',
|
| + 'webapp/base/js/oauth2_api_impl.js',
|
| + 'webapp/base/js/plugin_settings.js',
|
| + 'webapp/base/js/l10n.js',
|
| + 'webapp/base/js/xhr.js',
|
| ],
|
|
|
| # Variables for loading_window.html. Note that the JS files are the same as
|
| @@ -70,16 +70,13 @@
|
| 'webapp/base/js/base.js',
|
| 'webapp/base/js/message_window_helper.js',
|
| 'webapp/base/js/message_window_manager.js',
|
| - '<@(remoting_webapp_js_auth_client2host_files)',
|
| - '<@(remoting_webapp_js_auth_google_files)',
|
| - '<@(remoting_webapp_js_cast_extension_files)',
|
| - '<@(remoting_webapp_js_client_files)',
|
| - '<@(remoting_webapp_js_core_files)',
|
| - '<@(remoting_webapp_js_gnubby_auth_files)',
|
| - '<@(remoting_webapp_js_host_files)',
|
| - '<@(remoting_webapp_js_logging_files)',
|
| - '<@(remoting_webapp_js_signaling_files)',
|
| - '<@(remoting_webapp_js_ui_files)',
|
| + '<@(remoting_webapp_shared_js_auth_google_files)',
|
| + '<@(remoting_webapp_shared_js_client_files)',
|
| + '<@(remoting_webapp_shared_js_core_files)',
|
| + '<@(remoting_webapp_shared_js_host_files)',
|
| + '<@(remoting_webapp_shared_js_logging_files)',
|
| + '<@(remoting_webapp_shared_js_signaling_files)',
|
| + '<@(remoting_webapp_shared_js_ui_files)',
|
| ],
|
|
|
| 'ar_background_js_files': [
|
|
|