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:
parent
798ee75d23
commit
3f84f498e4
@ -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 = [ ":*" ]
|
||||
|
||||
@ -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")
|
||||
}
|
||||
|
||||
@ -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") {
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user