Index: remoting/signaling/BUILD.gn |
diff --git a/remoting/signaling/BUILD.gn b/remoting/signaling/BUILD.gn |
index 0b33cdb41beae8ccc12ef790ac74dce516d58322..db2cf9820bed6189fd51f6ca67032f115e66325f 100644 |
--- a/remoting/signaling/BUILD.gn |
+++ b/remoting/signaling/BUILD.gn |
@@ -26,6 +26,14 @@ source_set("signaling") { |
"//net", |
"//remoting/base", |
] |
+ |
+ if (is_nacl) { |
+ sources -= [ |
+ "log_to_server.cc", |
+ "server_log_entry.cc", |
+ "xmpp_signal_strategy.cc", |
+ ] |
+ } |
} |
source_set("test_support") { |