summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 9b834d0..d58efd7 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -14,6 +14,12 @@ config("version") {
defines = [ "VERSION=$chrome_version_full" ]
}
+config("enable_webrtc_remoting_client") {
+ if (!is_official_build && !is_nacl) {
+ defines = [ "ENABLE_WEBRTC_REMOTING_CLIENT=1" ]
+ }
+}
+
group("remoting_all") {
testonly = true