| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index fce91db4914ac7b07558231738e129f4478f2abd..55297bd1b5ab9ae5f885a567a56bddebe1d8ccdd 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -174,6 +174,7 @@
|
| 'webapp/wcs_sandbox.html',
|
| ],
|
| 'remoting_webapp_js_files': [
|
| + 'webapp/butter_bar.js',
|
| 'webapp/client_plugin.js',
|
| 'webapp/client_plugin_async.js',
|
| 'webapp/client_screen.js',
|
| @@ -202,14 +203,13 @@
|
| 'webapp/oauth2.js',
|
| 'webapp/oauth2_callback.js',
|
| 'webapp/plugin_settings.js',
|
| - 'webapp/xhr_proxy.js',
|
| 'webapp/remoting.js',
|
| - 'webapp/session_connector.js',
|
| 'webapp/server_log_entry.js',
|
| + 'webapp/session_connector.js',
|
| 'webapp/stats_accumulator.js',
|
| 'webapp/storage.js',
|
| - 'webapp/survey.js',
|
| 'webapp/third_party_host_permissions.js',
|
| + 'webapp/xhr_proxy.js',
|
| 'webapp/third_party_token_fetcher.js',
|
| 'webapp/toolbar.js',
|
| 'webapp/ui_mode.js',
|
|
|