summaryrefslogtreecommitdiffstats
path: root/jingle/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/BUILD.gn')
-rw-r--r--jingle/BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 74030bc..c6c19e5 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.