| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 31c6be8bce71945029f7f918c1a87325514193fd..90c042d4da27b5afb3fcdfd727dbcdf72d162b32 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',
|
| @@ -2139,6 +2139,7 @@
|
| 'sources': [
|
| 'base/resources_unittest.cc',
|
| 'host/plugin/host_script_object.cc',
|
| + 'webapp/butter_bar.js',
|
| 'webapp/client_screen.js',
|
| 'webapp/error.js',
|
| 'webapp/host_list.js',
|
|
|