Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 1097133002: [Webapp Refactor] Remove remoting.SessionConnector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge conflicts Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/js/app_remoting_activity.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/js/app_remoting_activity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698