| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index 9d4aa4c8fb82c6aa39121589ed3e844ff80d41b0..520f87e2222e82130eb349254ef38211f9906dc1 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -407,8 +407,6 @@ static_library("rtc_base") {
|
| "taskrunner.h",
|
| "thread.cc",
|
| "thread.h",
|
| - "timing.cc",
|
| - "timing.h",
|
| "urlencode.cc",
|
| "urlencode.h",
|
| "worker.cc",
|
| @@ -706,7 +704,6 @@ if (rtc_include_tests) {
|
| "fakesslidentity.h",
|
| "faketaskrunner.h",
|
| "gunit.h",
|
| - "test/faketiming.h",
|
| "testbase64.h",
|
| "testechoserver.h",
|
| "testutils.h",
|
|
|