Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index f979ff1147d1934f78cd233452e47b212a5e9cea..2fee162cbad5f11d2cb94e2e61268d71e020e68f 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -372,9 +372,14 @@ if (rtc_include_tests) { |
rtc_test("rtc_unittests") { |
testonly = true |
+ sources = [ |
+ "config_unittest.cc", |
+ ] |
+ |
deps = [ |
"api:rtc_api_unittests", |
"base:rtc_base_approved_unittests", |
+ "base:rtc_base_tests_main", |
"base:rtc_base_unittests", |
"base:rtc_numerics_unittests", |
"base:rtc_task_queue_unittests", |