Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 95c2017546bf64d42f7f58acbb6914388d93360e..27dee2a96abb0c5b22459f6f44a6a031139d8781 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -292,6 +292,7 @@ if (!build_with_chromium) { |
":webrtc", |
"modules/video_capture:video_capture_internal_impl", |
"test", |
+ "//build/config/sanitizers:deps", |
] |
} |
@@ -313,6 +314,7 @@ if (!build_with_chromium) { |
"test:field_trial", |
"test:test_common", |
"test:test_renderer", |
+ "//build/config/sanitizers:deps", |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/gflags", |