Remove useless import of arm.gni

Bug: None
Change-Id: I439410d9edf306b664ef21157216870d6e1c8207
Reviewed-on: https://webrtc-review.googlesource.com/87436
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23953}
This commit is contained in:
Sam Zackrisson 2018-07-09 10:01:44 +02:00 committed by Commit Bot
parent 798ee75d23
commit 3f84f498e4
4 changed files with 0 additions and 4 deletions

View File

@ -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 = [ ":*" ]

View File

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

View File

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

View File

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