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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1846893002: Interface with webrtc through encoded frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/remoting.gyp ('K') | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index c6cd2e16beb7e8e52209fe36bf12b95c21f72525..4cc4565894051e93e4e1cadbdd47ed843d3fe5c2 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -66,7 +66,11 @@
'codec/video_encoder_vpx.cc',
'codec/video_encoder_vpx.h',
],
-
+ # Files in codec that don't compile for NaCl.
+ 'remoting_codec_nonnacl_sources': [
+ 'codec/webrtc_video_encoder.cc',
+ 'codec/webrtc_video_encoder.h',
+ ],
'remoting_protocol_sources': [
'protocol/audio_reader.cc',
'protocol/audio_reader.h',
@@ -237,6 +241,10 @@
'protocol/webrtc_connection_to_host.h',
'protocol/webrtc_data_stream_adapter.cc',
'protocol/webrtc_data_stream_adapter.h',
+ 'protocol/webrtc_dummy_video_capturer.cc',
+ 'protocol/webrtc_dummy_video_capturer.h',
+ 'protocol/webrtc_frame_scheduler.cc',
+ 'protocol/webrtc_frame_scheduler.h',
'protocol/webrtc_transport.cc',
'protocol/webrtc_transport.h',
'protocol/webrtc_video_capturer_adapter.cc',
« remoting/remoting.gyp ('K') | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698