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

Unified Diff: remoting/remoting.gyp

Issue 136763009: Add VideoProcessor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/client/video_renderer.h ('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 fad2d7f5b5d9562a01201eea82dce4a53b6649d4..930b4bd36f617e1e595c88d2e68557b396edda03 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2493,8 +2493,9 @@
'client/frame_producer.h',
'client/key_event_mapper.cc',
'client/key_event_mapper.h',
- 'client/rectangle_update_decoder.cc',
- 'client/rectangle_update_decoder.h',
+ 'client/software_video_renderer.cc',
+ 'client/software_video_renderer.h',
+ 'client/video_renderer.h',
],
}, # end of target 'remoting_client'
« no previous file with comments | « remoting/client/video_renderer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698