From cb87ec9557b69c2c4e036673c39bb013f28329b9 Mon Sep 17 00:00:00 2001 From: Collin Date: Tue, 11 Jan 2022 13:09:52 -0500 Subject: [PATCH] Remove unnecessary imports from //build rtc_base/BUILD.gn imports //build/config/{crypto,ui}.gni but uses no flags from them. Since they aren't needed anymore, remove them to loosen build system coupling. Blocking https://chromium-review.googlesource.com/c/chromium/src/+/3379123 Bug: chromium:961767 Change-Id: I006163f510a3fa1da88f7cc3e3109f240684457c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/245820 Auto-Submit: Collin Baker Commit-Queue: Collin Baker Reviewed-by: Harald Alvestrand Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/main@{#35662} --- rtc_base/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index 5165a3e34d..e9d1bdb0ad 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -6,8 +6,6 @@ # in the file PATENTS. All contributing project authors may # be found in the AUTHORS file in the root of the source tree. -import("//build/config/crypto.gni") -import("//build/config/ui.gni") import("//third_party/google_benchmark/buildconfig.gni") import("../webrtc.gni")