From 5abfb00bf229b0839febf847b365c05dddb602d8 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 6 Jul 2018 09:29:24 +0200 Subject: [PATCH] Removing useless import of arm.gni Bug: None Change-Id: I2915890f72051e1d4f042735f952d36bda6a4141 Reviewed-on: https://webrtc-review.googlesource.com/87382 Reviewed-by: Alessio Bazzica Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23862} --- modules/audio_processing/BUILD.gn | 1 - modules/audio_processing/aec3/BUILD.gn | 1 - 2 files changed, 2 deletions(-) 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") {