aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-07-10 14:47:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-10 19:31:48 +0000
commita3659deab4d60c6927924023b706fbd902c771cb (patch)
treedfc03dc7495fe3c99846f30b7d821e5e194e0241 /public.bzl
parentd8ddf1bbb4a9752d842c4c55a560b9e8947a4463 (diff)
No-Try: true Change-Id: I738c6f79d9ad3af09010e64cee28129e503672a4 Reviewed-on: https://skia-review.googlesource.com/22071 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl2
1 files changed, 2 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index 18db8130b9..e01424eccb 100644
--- a/public.bzl
+++ b/public.bzl
@@ -660,6 +660,8 @@ DEFINES_ALL = [
"SK_USE_FREETYPE_EMBOLDEN",
# Turn on a few Google3-specific build fixes.
"GOOGLE3",
+ # Required for building dm.
+ "GR_TEST_UTILS",
# Staging flags for API changes
# Should remove after we update golden images
"SK_WEBP_ENCODER_USE_DEFAULT_METHOD",