| Index: webrtc/rtc_base/BUILD.gn
|
| diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn
|
| index 851973b15a07cb06ac9a8f6bb7604650c8be81c0..94c899e6328125cba38b9f3487a6b68ea6c1dc25 100644
|
| --- a/webrtc/rtc_base/BUILD.gn
|
| +++ b/webrtc/rtc_base/BUILD.gn
|
| @@ -177,6 +177,8 @@ rtc_static_library("rtc_base_approved") {
|
| "thread_checker.h",
|
| "thread_checker_impl.cc",
|
| "thread_checker_impl.h",
|
| + "time_interval.cc",
|
| + "time_interval.h",
|
| "timestampaligner.cc",
|
| "timestampaligner.h",
|
| "timeutils.cc",
|
| @@ -842,6 +844,7 @@ if (rtc_include_tests) {
|
| "swap_queue_unittest.cc",
|
| "thread_annotations_unittest.cc",
|
| "thread_checker_unittest.cc",
|
| + "time_interval_unittest.cc",
|
| "timestampaligner_unittest.cc",
|
| "timeutils_unittest.cc",
|
| "virtualsocket_unittest.cc",
|
|
|