Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index bf2eee39e95d21777b7cf3352cb6a4d13f910e46..3a20aa91935e771f0b9e82d0bcf4319348f60cae 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -379,7 +379,7 @@ if (use_libfuzzer || use_drfuzz) { |
| } |
| } |
| -if (!rtc_include_tests) { |
| +if (rtc_include_tests) { |
| config("rtc_unittests_config") { |
| # GN orders flags on a target before flags from configs. The default config |
| # adds -Wall, and this flag have to be after -Wall -- so they need to |