Chromium Code Reviews| Index: webrtc/video/BUILD.gn |
| diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn |
| index e97de6f2e56a24eef929d87347292d932c04bac3..b163e7ac8aac798a6669bec6d42ebae3a2b98154 100644 |
| --- a/webrtc/video/BUILD.gn |
| +++ b/webrtc/video/BUILD.gn |
| @@ -170,5 +170,8 @@ if (rtc_include_tests) { |
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| } |
| + if (rtc_use_h264) { |
| + defines = [ "WEBRTC_USE_H264" ] |
| + } |
| } |
| } |