| Index: webrtc/modules/video_coding/BUILD.gn
 | 
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
 | 
| index 8f413d9820c97515e0dd8ddb8cce915b75294964..378449ff68c4a79d29058fde8b4f965987ad7e48 100644
 | 
| --- a/webrtc/modules/video_coding/BUILD.gn
 | 
| +++ b/webrtc/modules/video_coding/BUILD.gn
 | 
| @@ -93,6 +93,7 @@ rtc_static_library("video_coding") {
 | 
|      ":webrtc_vp8",
 | 
|      ":webrtc_vp9",
 | 
|      "../..:webrtc_common",
 | 
| +    "../../base:rtc_analytics",
 | 
|      "../../common_video",
 | 
|      "../../system_wrappers",
 | 
|    ]
 | 
| @@ -124,6 +125,7 @@ rtc_static_library("video_coding_utility") {
 | 
|    }
 | 
|  
 | 
|    deps = [
 | 
| +    "../../base:rtc_analytics",
 | 
|      "../../common_video",
 | 
|      "../../system_wrappers",
 | 
|    ]
 | 
| 
 |