Chromium Code Reviews| Index: remoting/BUILD.gn |
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
| index 9b834d0293bfb5b03d523f3681027a84df78ac2a..81df27267cab6f9c6179a0ace822925974408d32 100644 |
| --- a/remoting/BUILD.gn |
| +++ b/remoting/BUILD.gn |
| @@ -14,6 +14,12 @@ config("version") { |
| defines = [ "VERSION=$chrome_version_full" ] |
| } |
| +config("webrtc") { |
| + if (!is_official_build && !is_nacl) { |
| + defines = [ "ENABLE_WEBRTC_REMOTING_CLIENT=1" ] |
| + } |
| +} |
| + |
| group("remoting_all") { |
| testonly = true |