| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index 5e566501fa3f5c3a5e312e36bd28db6a59dfe882..c42747434e93cfff4c3575c45a38db6ead9208cf 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -39,7 +39,6 @@
|
| 'webapp/crd/js/mock_host_list_api.js',
|
| 'webapp/crd/js/mock_identity.js',
|
| 'webapp/crd/js/mock_oauth2_api.js',
|
| - 'webapp/crd/js/mock_session_connector.js',
|
| 'webapp/crd/js/mock_signal_strategy.js',
|
| ],
|
| 'remoting_webapp_browsertest_js_proto_files': [
|
| @@ -74,6 +73,7 @@
|
| 'webapp/base/js/protocol_extension_manager_unittest.js',
|
| 'webapp/crd/js/apps_v2_migration_unittest.js',
|
| 'webapp/crd/js/desktop_viewport_unittest.js',
|
| + 'webapp/crd/js/client_session_factory_unittest.js',
|
| 'webapp/crd/js/dns_blackhole_checker_unittest.js',
|
| 'webapp/crd/js/error_unittest.js',
|
| 'webapp/crd/js/fallback_signal_strategy_unittest.js',
|
| @@ -96,6 +96,7 @@
|
| 'remoting_webapp_unittests_js_mock_files': [
|
| # Some proto files can be repurposed as simple mocks for the unittests.
|
| # Note that some defs in chrome_proto are overwritten by chrome_mocks.
|
| + 'webapp/crd/js/mock_client_plugin.js',
|
| 'webapp/crd/js/mock_host_daemon_facade.js',
|
| 'webapp/crd/js/mock_host_list_api.js',
|
| 'webapp/crd/js/mock_identity.js',
|
| @@ -160,14 +161,13 @@
|
| 'webapp/crd/js/client_plugin_impl.js',
|
| 'webapp/crd/js/client_plugin_host_desktop_impl.js',
|
| 'webapp/crd/js/client_session.js',
|
| + 'webapp/crd/js/client_session_factory.js',
|
| 'webapp/crd/js/clipboard.js',
|
| 'webapp/crd/js/connected_view.js',
|
| 'webapp/crd/js/connection_info.js',
|
| 'webapp/crd/js/credentials_provider.js',
|
| 'webapp/crd/js/desktop_connected_view.js',
|
| 'webapp/crd/js/host_desktop.js',
|
| - 'webapp/crd/js/session_connector.js',
|
| - 'webapp/crd/js/session_connector_impl.js',
|
| 'webapp/crd/js/smart_reconnector.js',
|
| 'webapp/crd/js/video_frame_recorder.js',
|
| ],
|
|
|