From 602fdbef9408f496dbf55481fb467aa9fb462929 Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Wed, 9 Sep 2015 15:01:38 -0700 Subject: [PATCH] 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 . --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index f4a392f26..4ad4c5752 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -7,6 +7,7 @@ # be found in the AUTHORS file in the root of the source tree. import("//build/config/arm.gni") +import("//build/config/sanitizers/sanitizers.gni") config("libyuv_config") { include_dirs = [