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