Index: remoting/protocol/BUILD.gn |
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn |
index bb1942ba79ce3b106743f3e57877bbd45fe93b04..722bd77161f28036aa127c3f9143cf37c6e59ee0 100644 |
--- a/remoting/protocol/BUILD.gn |
+++ b/remoting/protocol/BUILD.gn |
@@ -28,6 +28,13 @@ source_set("protocol") { |
"//remoting/codec", |
"//remoting/signaling", |
] |
+ |
+ if (is_nacl) { |
+ sources -= [ |
+ "chromium_port_allocator.cc", |
+ "chromium_socket_factory.cc", |
+ ] |
+ } |
} |
source_set("test_support") { |