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

Unified Diff: remoting/remoting.gyp

Issue 10790075: Rename Capturer to VideoFrameCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased. Created 8 years, 5 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/host/video_frame_capturer_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 07c527288832f29da38dd900006813d835060271..59e9b78c5ed7414c16a6f415763073382bf8f726 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1110,14 +1110,6 @@
'host/audio_capturer.h',
'host/audio_scheduler.cc',
'host/audio_scheduler.h',
- 'host/capturer.h',
- 'host/capturer_helper.cc',
- 'host/capturer_helper.h',
- 'host/capturer_fake.cc',
- 'host/capturer_fake.h',
- 'host/capturer_linux.cc',
- 'host/capturer_mac.mm',
- 'host/capturer_win.cc',
'host/capture_scheduler.cc',
'host/capture_scheduler.h',
'host/chromoting_host.cc',
@@ -1217,6 +1209,14 @@
'host/user_authenticator_linux.cc',
'host/user_authenticator_mac.cc',
'host/user_authenticator_win.cc',
+ 'host/video_frame_capturer.h',
+ 'host/video_frame_capturer_fake.cc',
+ 'host/video_frame_capturer_fake.h',
+ 'host/video_frame_capturer_helper.cc',
+ 'host/video_frame_capturer_helper.h',
+ 'host/video_frame_capturer_linux.cc',
+ 'host/video_frame_capturer_mac.mm',
+ 'host/video_frame_capturer_win.cc',
'host/vlog_net_log.cc',
'host/vlog_net_log.h',
'host/x_server_pixel_buffer.cc',
@@ -1684,9 +1684,6 @@
'base/util_unittest.cc',
'client/key_event_mapper_unittest.cc',
'client/plugin/mac_key_event_processor_unittest.cc',
- 'host/capturer_helper_unittest.cc',
- 'host/capturer_mac_unittest.cc',
- 'host/capturer_unittest.cc',
'host/chromoting_host_context_unittest.cc',
'host/chromoting_host_unittest.cc',
'host/client_session_unittest.cc',
@@ -1704,6 +1701,9 @@
'host/screen_recorder_unittest.cc',
'host/server_log_entry_unittest.cc',
'host/test_key_pair.h',
+ 'host/video_frame_capturer_helper_unittest.cc',
+ 'host/video_frame_capturer_mac_unittest.cc',
+ 'host/video_frame_capturer_unittest.cc',
'jingle_glue/fake_signal_strategy.cc',
'jingle_glue/fake_signal_strategy.h',
'jingle_glue/iq_sender_unittest.cc',
« no previous file with comments | « remoting/host/video_frame_capturer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698