diff --git a/modules/audio_processing/BUILD.gn b/modules/audio_processing/BUILD.gn index f717411ee8..3efa065639 100644 --- a/modules/audio_processing/BUILD.gn +++ b/modules/audio_processing/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("//build/config/arm.gni") import("../../webrtc.gni") if (!build_with_mozilla) { import("//third_party/protobuf/proto_library.gni") diff --git a/modules/audio_processing/aec3/BUILD.gn b/modules/audio_processing/aec3/BUILD.gn index 75d890d4f1..d4980d7e00 100644 --- a/modules/audio_processing/aec3/BUILD.gn +++ b/modules/audio_processing/aec3/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("//build/config/arm.gni") import("../../../webrtc.gni") rtc_static_library("aec3") {