commit | f9ec4707ee13db1cb76b368762ad551fe0cd3555 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Sun Nov 19 14:46:36 2017 -0500 |
committer | Brian Salomon <bsalomon@google.com> | Sun Nov 19 19:47:32 2017 +0000 |
tree | 8d6165c13e4ac46c5839d30c53e7ed0214449d98 | |
parent | cbcb0a12ad0068b820c28178e8aa141166febd1f [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>
diff --git a/public.bzl b/public.bzl index dfc163b..7d2ee5d 100644 --- a/public.bzl +++ b/public.bzl
@@ -473,6 +473,7 @@ "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/*",