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

Unified Diff: remoting/remoting.gyp

Issue 5118002: Rename SessionManager to ScreenRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed Created 10 years, 1 month 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 915ae658add6081310d9cd8902b6ad83b5023058..9ebe979bd78ceb80084a618286cc8d3d93e79aa7 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -197,8 +197,8 @@
'host/differ.cc',
'host/differ_block.h',
'host/differ_block.cc',
- 'host/session_manager.cc',
- 'host/session_manager.h',
+ 'host/screen_recorder.cc',
+ 'host/screen_recorder.h',
'host/heartbeat_sender.cc',
'host/heartbeat_sender.h',
'host/host_config.cc',
@@ -468,7 +468,7 @@
'host/host_key_pair_unittest.cc',
'host/json_host_config_unittest.cc',
'host/mock_objects.h',
- 'host/session_manager_unittest.cc',
+ 'host/screen_recorder_unittest.cc',
'host/test_key_pair.h',
'jingle_glue/channel_socket_adapter_unittest.cc',
'jingle_glue/jingle_client_unittest.cc',
« remoting/host/screen_recorder_unittest.cc ('K') | « remoting/host/screen_recorder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698