Index: webrtc/modules/video_capture/BUILD.gn |
diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn |
index 03a8d384da1f0b9bb91295e6c8f0e99c1e1723b4..887bd2c2bfa5e0e1167ce02253397f0952cd5214 100644 |
--- a/webrtc/modules/video_capture/BUILD.gn |
+++ b/webrtc/modules/video_capture/BUILD.gn |
@@ -187,7 +187,7 @@ if (!build_with_chromium) { |
"../utility", |
"//testing/gtest", |
] |
- deps += [ "//webrtc/test:test_support_main" ] |
+ deps += [ "//webrtc/test:test_main" ] |
if (!build_with_chromium && is_clang) { |
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |