| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 991a7a3d0de1b15200ebcb2ea935ae929c878ee6..766d3d4636ebf4f7471d9f8ca782617b823b3c11 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -407,6 +407,8 @@ if (rtc_include_tests) {
|
| "base:rtc_base_unittests",
|
| "base:rtc_numerics_unittests",
|
| "base:rtc_task_queue_unittests",
|
| + "base:sequenced_task_checker_unittests",
|
| + "base:weak_ptr_unittests",
|
| "p2p:libstunprober_unittests",
|
| "p2p:rtc_p2p_unittests",
|
| "system_wrappers:metrics_default",
|
|
|