From ab456dd092f41ff82c716e1bc1f6011f64db4f86 Mon Sep 17 00:00:00 2001 From: Peter Kasting Date: Tue, 14 Mar 2023 20:15:43 -0700 Subject: [PATCH] Always check out google_benchmark, part 5. Remove use of google_benchmark/buildconfig.gni. Bug: chromium:1404759 Change-Id: I06e225b1457dd50e3777c5fcd277f639471f453a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/297700 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Auto-Submit: Peter Kasting Cr-Commit-Position: refs/heads/main@{#39560} --- BUILD.gn | 1 - rtc_base/BUILD.gn | 1 - rtc_base/synchronization/BUILD.gn | 1 - test/BUILD.gn | 1 - 4 files changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index d0e643ec6e..26773551ad 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -23,7 +23,6 @@ import("//build/config/linux/pkg_config.gni") import("//build/config/sanitizers/sanitizers.gni") -import("//third_party/google_benchmark/buildconfig.gni") import("webrtc.gni") if (rtc_enable_protobuf) { import("//third_party/protobuf/proto_library.gni") diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index 49aa930305..6b5c918f85 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -6,7 +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("//third_party/google_benchmark/buildconfig.gni") import("../webrtc.gni") if (is_android) { diff --git a/rtc_base/synchronization/BUILD.gn b/rtc_base/synchronization/BUILD.gn index ce6965830f..5cab524540 100644 --- a/rtc_base/synchronization/BUILD.gn +++ b/rtc_base/synchronization/BUILD.gn @@ -6,7 +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("//third_party/google_benchmark/buildconfig.gni") import("../../webrtc.gni") if (is_android) { import("//build/config/android/config.gni") diff --git a/test/BUILD.gn b/test/BUILD.gn index a9b37bb7dd..59b56830fa 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -7,7 +7,6 @@ # be found in the AUTHORS file in the root of the source tree. import("//build/config/ui.gni") -import("//third_party/google_benchmark/buildconfig.gni") import("../webrtc.gni") if (is_android) { import("//build/config/android/rules.gni")