| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index 26c0c2cfd143465f7b7eebd105de781031c080eb..c42f0564eae4e42a7b5ce5dcf7c019d5fd6f3f02 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -171,8 +171,6 @@ rtc_static_library("rtc_base_approved") {
|
| "stringutils.cc",
|
| "stringutils.h",
|
| "swap_queue.h",
|
| - "systeminfo.cc",
|
| - "systeminfo.h",
|
| "template_util.h",
|
| "thread_annotations.h",
|
| "thread_checker.h",
|
| @@ -813,9 +811,6 @@ if (rtc_include_tests) {
|
| "stringencode_unittest.cc",
|
| "stringutils_unittest.cc",
|
| "swap_queue_unittest.cc",
|
| -
|
| - # TODO(ronghuawu): Reenable this test.
|
| - # "systeminfo_unittest.cc",
|
| "thread_annotations_unittest.cc",
|
| "thread_checker_unittest.cc",
|
| "timestampaligner_unittest.cc",
|
|
|