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

Unified Diff: remoting/signaling/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 | « remoting/remoting_srcs.gypi ('k') | remoting/webapp/build_template.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/webapp/build_template.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698