From 3f84f498e4ae4a2621b34dd1c50db44fce1e3a20 Mon Sep 17 00:00:00 2001 From: Sam Zackrisson Date: Mon, 9 Jul 2018 10:01:44 +0200 Subject: [PATCH] Remove useless import of arm.gni Bug: None Change-Id: I439410d9edf306b664ef21157216870d6e1c8207 Reviewed-on: https://webrtc-review.googlesource.com/87436 Reviewed-by: Mirko Bonadei Commit-Queue: Sam Zackrisson Cr-Commit-Position: refs/heads/master@{#23953} --- common_audio/BUILD.gn | 1 - modules/audio_coding/BUILD.gn | 1 - modules/audio_processing/utility/BUILD.gn | 1 - modules/video_processing/BUILD.gn | 1 - 4 files changed, 4 deletions(-) diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn index 04f6e823d2..06c9cd37cd 100644 --- a/common_audio/BUILD.gn +++ b/common_audio/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") visibility = [ ":*" ] diff --git a/modules/audio_coding/BUILD.gn b/modules/audio_coding/BUILD.gn index 3528314765..82cde8eb0c 100644 --- a/modules/audio_coding/BUILD.gn +++ b/modules/audio_coding/BUILD.gn @@ -8,7 +8,6 @@ import("../../webrtc.gni") import("audio_coding.gni") -import("//build/config/arm.gni") if (!build_with_mozilla) { import("//third_party/protobuf/proto_library.gni") } diff --git a/modules/audio_processing/utility/BUILD.gn b/modules/audio_processing/utility/BUILD.gn index 309527d530..cd23d01f40 100644 --- a/modules/audio_processing/utility/BUILD.gn +++ b/modules/audio_processing/utility/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_source_set("block_mean_calculator") { diff --git a/modules/video_processing/BUILD.gn b/modules/video_processing/BUILD.gn index 57673bda0c..82bafecdca 100644 --- a/modules/video_processing/BUILD.gn +++ b/modules/video_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") build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"