Add a GN import for sanitizers.gni.

The is_*san flags are moving from the master build config file into this
.gni file. This patch will allow V8 to continue compiling when that change
is landed.

Review URL: https://codereview.chromium.org/1330713003

Cr-Commit-Position: refs/heads/master@{#30623}
This commit is contained in:
brettw 2015-09-07 08:22:42 -07:00 committed by Commit bot
parent c161799f2c
commit 0014ad92a3

View File

@ -5,6 +5,7 @@
import("//build/config/android/config.gni")
import("//build/config/arm.gni")
import("//build/config/mips.gni")
import("//build/config/sanitizers/sanitizers.gni")
# Because standalone V8 builds are not supported, assume this is part of a
# Chromium build.