| Index: webrtc/modules/video_coding/BUILD.gn
|
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
|
| index 7d50e875351a442bd760cfa7910c8c42bfc4c47a..f70a314f92323b325afe78d71fb0a2dc3213729a 100644
|
| --- a/webrtc/modules/video_coding/BUILD.gn
|
| +++ b/webrtc/modules/video_coding/BUILD.gn
|
| @@ -93,9 +93,9 @@ rtc_static_library("video_coding") {
|
| ":webrtc_vp8",
|
| ":webrtc_vp9",
|
| "../..:webrtc_common",
|
| - "../../base:rtc_analytics",
|
| "../../base:rtc_base",
|
| "../../base:rtc_base_approved",
|
| + "../../base:rtc_numerics",
|
| "../../base:rtc_task_queue",
|
| "../../common_video",
|
| "../../system_wrappers",
|
| @@ -135,8 +135,8 @@ rtc_static_library("video_coding_utility") {
|
|
|
| deps = [
|
| "../..:webrtc_common",
|
| - "../../base:rtc_analytics",
|
| "../../base:rtc_base_approved",
|
| + "../../base:rtc_numerics",
|
| "../../common_video",
|
| "../../system_wrappers",
|
| ]
|
|
|