Index: webrtc/modules/BUILD.gn |
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
index c3e24a1de75d1ba600beb539ec273c82afff8679..76edef575222e6176e80fb9468e259eca861c8c7 100644 |
--- a/webrtc/modules/BUILD.gn |
+++ b/webrtc/modules/BUILD.gn |
@@ -54,7 +54,6 @@ if (rtc_include_tests) { |
rtc_test("modules_tests") { |
testonly = true |
- configs += [ "..:common_config" ] |
public_configs = [ "..:common_inherited_config" ] |
videoprocessor_defines = [] |
@@ -567,7 +566,6 @@ if (rtc_include_tests) { |
deps += [ rtc_libvpx_dir ] |
} |
- configs += [ "..:common_config" ] |
public_configs = [ "..:common_inherited_config" ] |
# TODO(jschuh): bugs.webrtc.org/1348: fix this warning. |