summaryrefslogtreecommitdiffstats
path: root/jingle/BUILD.gn
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-09-14 16:03:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-14 23:04:22 +0000
commit99d83f9b9121d659cdbf259ec9f71f8d1f090100 (patch)
tree401fcc5cecb29b24ddb37952d18141b31da8d1c3 /jingle/BUILD.gn
parent3fa5b0aec0c7361fa666e4145da0ea9167f55ecd (diff)
downloadchromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.zip
chromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.tar.gz
chromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.tar.bz2
Compile remoting client plugin with GN
BUG=512899 Review URL: https://codereview.chromium.org/1312463005 Cr-Commit-Position: refs/heads/master@{#348752}
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.