Index: jingle/BUILD.gn |
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn |
index 74030bca9cae5619269c37b1b84abf7fd9bd6e39..c6c19e5d83396c1341b9ab1eb667149e0df3dbc1 100644 |
--- a/jingle/BUILD.gn |
+++ b/jingle/BUILD.gn |
@@ -24,6 +24,14 @@ if (enable_webrtc || !is_android) { |
] |
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
+ |
+ if (is_nacl) { |
+ sources -= [ |
+ "glue/chrome_async_socket.cc", |
+ "glue/proxy_resolving_client_socket.cc", |
+ "glue/xmpp_client_socket_factory.cc", |
+ ] |
+ } |
} |
# A library for sending and receiving peer-issued notifications. |