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")