Chromium Code Reviews| Index: remoting/BUILD.gn |
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
| index 9b834d0293bfb5b03d523f3681027a84df78ac2a..d58efd7dc1134d1ac772f1537176a6b846f48fe2 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 |