PA: Remove unused GN imports.
I manually analysed what was used from every imports. All appear to be used, except those 2. Since I am working on removing the //build dependency, the useless import are an easy preliminary step. Bug: 1508847 Change-Id: I32d32c752902aabe3e09ada0ab6a90153280a881 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5094759 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/main@{#1234392}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
e567f1f8ed
commit
aa0f06005e
@ -6,10 +6,6 @@ import("//build/config/cronet/config.gni")
|
||||
import("//build/config/sanitizers/sanitizers.gni")
|
||||
import("//build_overrides/partition_alloc.gni")
|
||||
|
||||
if (is_apple) {
|
||||
import("//build/config/features.gni")
|
||||
}
|
||||
|
||||
# PartitionAlloc have limited support for MSVC's cl.exe compiler. It can only
|
||||
# access the generate "buildflags" and the "raw_ptr" definitions implemented
|
||||
# with RawPtrNoOpImpl. Everything else is considered not supported.
|
||||
|
@ -27,7 +27,6 @@
|
||||
import("//build/config/cast.gni")
|
||||
import("//build/config/sanitizers/sanitizers.gni")
|
||||
if (is_ios) {
|
||||
import("//build/config/ios/ios_sdk.gni")
|
||||
import("//ios/features.gni")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user