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

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
« remoting/client/video_renderer.h ('K') | « 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 183608bb5bfc344e675e4f3ac37190b3857a8e41..082684a5bcc8bebf69709de85c56f56e2460b419 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2499,8 +2499,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'
« remoting/client/video_renderer.h ('K') | « remoting/client/video_renderer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698