aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-02-21 18:50:51 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-22 16:16:58 +0000
commitd44dd4c35660863db8baeedd90fd401ed921db8a (patch)
tree24d636803755dd829e95ee2c05b70da0919c48e0 /BUILD.gn
parent1f5e139ffd6e62b24e2458a56d4b125fd3151881 (diff)
Fold MSAN awareness into SkJumper.cpp.
This is preparation for removing skia_enable_jumper, making it true. CQ_INCLUDE_TRYBOTS=skia.primary:Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN Change-Id: I21763ea5ebafaaddda7056176796307f1a81d722 Reviewed-on: https://skia-review.googlesource.com/8830 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f4298be5a3..8aaa913049 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -29,7 +29,7 @@ declare_args() {
skia_enable_android_framework_defines = false
skia_enable_discrete_gpu = true
skia_enable_effects = true
- skia_enable_jumper = is_skia_standalone && sanitize != "MSAN"
+ skia_enable_jumper = is_skia_standalone
skia_enable_gpu = true
skia_enable_pdf = true
skia_enable_tools = is_skia_standalone