aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-11-19 13:20:13 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-19 18:55:18 +0000
commitcbcb0a12ad0068b820c28178e8aa141166febd1f (patch)
tree120917b5961b8a043894b95811eec1f8f6379b25 /public.bzl
parentb07b06e14819c7bfb9da87dd754aca1239045af4 (diff)
Revert "Revert "Add Atlas Text interface for rendering SDF glyphs.""
This reverts commit 9c2202ffc22b4293b48a4edeafa1b5d2bab8bb83. Bug: skia: Change-Id: I482ddf74f8e40d3d0908c840ba5c6ff981ccefbd Reviewed-on: https://skia-review.googlesource.com/73345 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index f455981485..dfc163b187 100644
--- a/public.bzl
+++ b/public.bzl
@@ -255,6 +255,9 @@ BASE_SRCS_ALL = struct(
# Only used to regenerate the lexer
"src/sksl/lex/*",
+
+ # Atlas text
+ "src/atlastext/*",
],
)