aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-11-19 14:46:36 -0500
committerGravatar Brian Salomon <bsalomon@google.com>2017-11-19 19:47:32 +0000
commitf9ec4707ee13db1cb76b368762ad551fe0cd3555 (patch)
tree8d6165c13e4ac46c5839d30c53e7ed0214449d98 /public.bzl
parentcbcb0a12ad0068b820c28178e8aa141166febd1f (diff)
Exclude tools/gpu/atlastext from public.bzl
Change-Id: I6506519860d48417d525c48e1e60a4eb6e5070d9 Reviewed-on: https://skia-review.googlesource.com/73560 Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index dfc163b187..7d2ee5d1be 100644
--- a/public.bzl
+++ b/public.bzl
@@ -473,6 +473,7 @@ DM_SRCS_ALL = struct(
"tests/skia_test.cpp", # Old main.
"tests/SkpSkGrTest.cpp", # Alternate main.
"tests/SVGDeviceTest.cpp",
+ "tools/gpu/atlastext/*",
"tools/gpu/gl/angle/*",
"tools/gpu/gl/egl/*",
"tools/gpu/gl/glx/*",