Chromium Code Reviews| Index: webrtc/build/webrtc.gni |
| diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni |
| index 17405c3cb38f8204a15661ca143ff29ef5d412e5..91715225718dc4d40fd6f8f8f1bb859730d64d5a 100644 |
| --- a/webrtc/build/webrtc.gni |
| +++ b/webrtc/build/webrtc.gni |
| @@ -14,6 +14,10 @@ import("//build_overrides/build.gni") |
| import("//testing/test.gni") |
| declare_args() { |
| + # When set to false, we could replace this with a downstream-specific |
| + # implementation |
| + rtc_use_default_fileutils = true |
|
phoglund
2016/12/02 16:03:54
Wut? But this variable is never read in your patch
ehmaldonado_webrtc
2016/12/02 16:45:52
Forgot to revert. Sorry.
|
| + |
| # Disable this to avoid building the Opus audio codec. |
| rtc_include_opus = true |