| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 640a6a0aa75e24de3bf312908ec23862da928b9b..805eaf0d847e3480c55039a46ba3c8fdeb7c8350 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -364,9 +364,9 @@ if (rtc_include_tests) {
|
| rtc_test("rtc_unittests") {
|
| testonly = true
|
| deps = [
|
| - "base:rtc_analytics_unittests",
|
| "base:rtc_base_approved_unittests",
|
| "base:rtc_base_unittests",
|
| + "base:rtc_numerics_unittests",
|
| "base:rtc_task_queue_unittests",
|
| "p2p:libstunprober_unittests",
|
| "p2p:rtc_p2p_unittests",
|
|
|