| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index cc94f6e61e0d5b6ad0147e479e74e9c983c9b645..287442e37691d69542379cdc68c218c0307f2954 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -51,6 +51,7 @@
|
| ],
|
| # Remoting core JavaScript files.
|
| 'remoting_webapp_js_core_files': [
|
| + 'webapp/base.js',
|
| 'webapp/error.js',
|
| 'webapp/event_handlers.js',
|
| 'webapp/plugin_settings.js',
|
| @@ -117,10 +118,12 @@
|
| ],
|
| # The JavaScript files required by main.html.
|
| 'remoting_webapp_main_html_js_files': [
|
| + # Include the core files first as it is required by the other files.
|
| + # Otherwise, Jscompile will complain.
|
| + '<@(remoting_webapp_js_core_files)',
|
| '<@(remoting_webapp_js_auth_client2host_files)',
|
| '<@(remoting_webapp_js_auth_google_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)',
|
|
|