Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Unified Diff: jingle/BUILD.gn

Issue 1312463005: Compile remoting client plugin with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « crypto/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698