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

Unified Diff: remoting/remoting.gyp

Issue 5118002: Rename SessionManager to ScreenRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comments 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 e2c3ecea08310b8e820d5e419e3edac4af00fd57..06b1b4fa0149c7ff55d1c8598fba6d03d0715f58 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