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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | remoting/remoting_test.gypi » ('j') | 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 d3ef9b4b5fb87e3a90c2739507431eeef6ae8a65..1ba30eed0b9883da5f8d7ab0b3cd0e4cab3f0351 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -86,12 +86,6 @@
'protocol/channel_multiplexer.h',
'protocol/channel_socket_adapter.cc',
'protocol/channel_socket_adapter.h',
- 'protocol/chromium_port_allocator.cc',
- 'protocol/chromium_port_allocator.h',
- 'protocol/chromium_port_allocator_factory.cc',
- 'protocol/chromium_port_allocator_factory.h',
- 'protocol/chromium_socket_factory.cc',
- 'protocol/chromium_socket_factory.h',
'protocol/client_control_dispatcher.cc',
'protocol/client_control_dispatcher.h',
'protocol/client_event_dispatcher.cc',
@@ -208,6 +202,20 @@
'protocol/v2_authenticator.cc',
'protocol/v2_authenticator.h',
'protocol/video_stub.h',
+ ],
+
+ # Files in protocol that don't compile for NaCl.
+ 'remoting_protocol_nonnacl_sources': [
+ 'protocol/capture_scheduler.cc',
+ 'protocol/capture_scheduler.h',
+ 'protocol/chromium_port_allocator.cc',
+ 'protocol/chromium_port_allocator.h',
+ 'protocol/chromium_port_allocator_factory.cc',
+ 'protocol/chromium_port_allocator_factory.h',
+ 'protocol/chromium_socket_factory.cc',
+ 'protocol/chromium_socket_factory.h',
+ 'protocol/video_frame_pump.cc',
+ 'protocol/video_frame_pump.h',
'protocol/webrtc_transport.cc',
'protocol/webrtc_transport.h',
],
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698