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

Unified Diff: remoting/webapp/files.gni

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 | « remoting/webapp/crd/js/session_connector_impl.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/files.gni
diff --git a/remoting/webapp/files.gni b/remoting/webapp/files.gni
index 21ec4286cc6eb24bebed40fa32d935f260191a52..8cb49e7cf109bc01825723f1cc0c074c30c1b748 100644
--- a/remoting/webapp/files.gni
+++ b/remoting/webapp/files.gni
@@ -155,17 +155,16 @@ remoting_webapp_js_cast_extension_files = [ "crd/js/cast_extension_handler.js" ]
# Client JavaScript files.
remoting_webapp_js_client_files = [
"crd/js/client_plugin.js",
- "crd/js/client_plugin_impl.js",
"crd/js/client_plugin_host_desktop_impl.js",
+ "crd/js/client_plugin_impl.js",
"crd/js/client_session.js",
+ "crd/js/client_session_factory.js",
"crd/js/clipboard.js",
"crd/js/connected_view.js",
"crd/js/connection_info.js",
"crd/js/credentials_provider.js",
"crd/js/desktop_connected_view.js",
"crd/js/host_desktop.js",
- "crd/js/session_connector.js",
- "crd/js/session_connector_impl.js",
"crd/js/smart_reconnector.js",
"crd/js/video_frame_recorder.js",
]
« no previous file with comments | « remoting/webapp/crd/js/session_connector_impl.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698