aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-02-20 17:47:18 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-20 23:18:58 +0000
commitedee1ae9e3b87983ed0ff0ea55b3c49892901260 (patch)
tree8eb808eecc90c8b432fa4673861e391aaab9df7c /BUILD.gn
parent8e1c4e672553ecae2745168514240705f3516773 (diff)
Write SkRegion fuzzer
BUG=688987 Change-Id: I2ad1c53ea01185a77b662d2d86b0c6d36fcb63c7 Reviewed-on: https://skia-review.googlesource.com/8499 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5d022e0afc..4834836de9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -154,6 +154,9 @@ config("skia_private") {
if (skia_enable_discrete_gpu) {
defines += [ "SK_ENABLE_DISCRETE_GPU" ]
}
+ if (is_fuzzing) {
+ defines += [ "IS_FUZZING" ]
+ }
}
# Any code that's linked into Skia-the-library should use this config via += skia_library_configs.