diff options
Diffstat (limited to 'remoting/remoting_webapp_files.gypi')
-rw-r--r-- | remoting/remoting_webapp_files.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi index c65ea7f..e327d72 100644 --- a/remoting/remoting_webapp_files.gypi +++ b/remoting/remoting_webapp_files.gypi @@ -39,6 +39,7 @@ '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': [ @@ -73,7 +74,6 @@ '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', @@ -95,7 +95,6 @@ '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_signal_strategy.js', 'webapp/js_proto/chrome_proto.js', @@ -158,13 +157,14 @@ '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', ], |