| Index: webrtc/BUILD.gn
 | 
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
 | 
| index 9f1fd0b172e49e1537f5c0351ae19b18687de8f2..1cdc94b89d5fa6af835b375698413b15f7787175 100644
 | 
| --- a/webrtc/BUILD.gn
 | 
| +++ b/webrtc/BUILD.gn
 | 
| @@ -383,6 +383,7 @@ if (rtc_include_tests) {
 | 
|        "base/rate_statistics_unittest.cc",
 | 
|        "base/ratelimiter_unittest.cc",
 | 
|        "base/ratetracker_unittest.cc",
 | 
| +      "base/refcountedobject_unittest.cc",
 | 
|        "base/rollingaccumulator_unittest.cc",
 | 
|        "base/rtccertificate_unittest.cc",
 | 
|        "base/rtccertificategenerator_unittest.cc",
 | 
| 
 |