From 665fb42d955e2a7f29f3cb66bae5b9c3acc0f76d Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 3 Jun 2022 08:53:59 +0200 Subject: [PATCH] Fix gn check for Fuchsia builds. Bug: None Change-Id: I83b420b21b3acaedd86cdedb71febd1ce31ff7f0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264980 Commit-Queue: Mirko Bonadei Auto-Submit: Mirko Bonadei Commit-Queue: Christoffer Jansson Reviewed-by: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#37106} --- modules/desktop_capture/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop_capture/BUILD.gn b/modules/desktop_capture/BUILD.gn index 04d8cd5285..f83960f959 100644 --- a/modules/desktop_capture/BUILD.gn +++ b/modules/desktop_capture/BUILD.gn @@ -518,7 +518,7 @@ rtc_library("desktop_capture_generic") { "window_capturer_null.cc", ] deps += [ - "../../rtc_base:rtc_numerics", + "../../rtc_base:divide_round", "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.sysmem", "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.composition", "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.scenic",