| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index a587b71df9a9ab38c397f8d0c125767e4a26a722..9536958e52bb7eba63faa9c0cb2d647eff3dd27a 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -146,6 +146,8 @@ static_library("rtc_base_approved") {
|
| "stringencode.h",
|
| "stringutils.cc",
|
| "stringutils.h",
|
| + "systeminfo.cc",
|
| + "systeminfo.h",
|
| "template_util.h",
|
| "thread_annotations.h",
|
| "thread_checker.h",
|
| @@ -312,8 +314,6 @@ static_library("rtc_base") {
|
| "sslstreamadapterhelper.h",
|
| "stream.cc",
|
| "stream.h",
|
| - "systeminfo.cc",
|
| - "systeminfo.h",
|
| "task.cc",
|
| "task.h",
|
| "taskparent.cc",
|
|
|