Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index 1e1ef0009660317eefc96d6b75722dc62a529850..fe8760fed7b8a26a77d2e305b8042c066eb79937 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -130,6 +130,10 @@ config("common_config") { |
| defines += [ "EXPAT_RELATIVE_PATH" ] |
| } |
| + if (!rtc_libvpx_build_vp9) { |
| + defines += [ "RTC_DISABLE_VP9" ] |
| + } |
| + |
| if (build_with_chromium) { |
| defines += [ |
| # NOTICE: Since common_inherited_config is used in public_configs for our |