| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index 84586beaa6ea3b4febeaabe7f999b6757796e7a0..ed82adf428c0c8eb27f5caa42b277d23e2b62bab 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -128,7 +128,6 @@
|
| ],
|
| # Auth (Google account) JavaScript files.
|
| 'remoting_webapp_js_auth_google_files': [
|
| - 'webapp/base/js/auth_dialog.js',
|
| 'webapp/base/js/auth_init.js',
|
| 'webapp/crd/js/identity.js',
|
| 'webapp/crd/js/oauth2.js',
|
| @@ -271,6 +270,7 @@
|
| # The CRD-specific JavaScript files required by main.html.
|
| 'remoting_webapp_crd_main_html_all_js_files': [
|
| '<@(remoting_webapp_shared_main_html_js_files)',
|
| + 'webapp/crd/js/crd_auth_dialog.js',
|
| 'webapp/crd/js/crd_connect.js',
|
| 'webapp/crd/js/crd_event_handlers.js',
|
| 'webapp/crd/js/crd_main.js',
|
| @@ -282,8 +282,8 @@
|
| # These template files are used to construct main.html.
|
| 'remoting_webapp_template_files': [
|
| 'webapp/base/html/client_plugin.html',
|
| - 'webapp/base/html/dialog_auth.html',
|
| 'webapp/crd/html/butter_bar.html',
|
| + 'webapp/crd/html/dialog_auth.html',
|
| 'webapp/crd/html/dialog_client_connect_failed.html',
|
| 'webapp/crd/html/dialog_client_connecting.html',
|
| 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
|
|
|