| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index 2f098ae9e36db8f94191bfe031676e886de50c12..56b72d6e17f1ef2954a99e7b3c669b8f52fa7ca1 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -33,6 +33,7 @@
|
| ],
|
| # Auth (Google account) JavaScript files.
|
| 'remoting_webapp_js_auth_google_files': [
|
| + 'webapp/base/js/auth_init.js',
|
| 'webapp/crd/js/identity.js',
|
| 'webapp/crd/js/oauth2.js',
|
| 'webapp/crd/js/oauth2_api.js',
|
| @@ -58,6 +59,7 @@
|
| 'remoting_webapp_js_core_files': [
|
| 'webapp/base/js/base.js',
|
| 'webapp/base/js/platform.js',
|
| + 'webapp/crd/js/crd_init.js',
|
| 'webapp/crd/js/error.js',
|
| 'webapp/crd/js/event_handlers.js',
|
| 'webapp/crd/js/plugin_settings.js',
|
|
|