Add a sanitizer.gni import to the GN build.

The is_*san build flags are moving to this .gni file. This patch will allow
libyuv to continue building when this move happens.

R=brettw@chromium.org, harryjin@google.com
BUG=none

Review URL: https://codereview.chromium.org/1314833005 .
This commit is contained in:
Frank Barchard 2015-09-09 15:01:38 -07:00
parent 316e1ab996
commit 602fdbef94

View File

@ -7,6 +7,7 @@
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("//build/config/arm.gni") import("//build/config/arm.gni")
import("//build/config/sanitizers/sanitizers.gni")
config("libyuv_config") { config("libyuv_config") {
include_dirs = [ include_dirs = [