aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-06-20 09:44:59 -0400
committerGravatar Mike Klein <mtklein@google.com>2018-06-20 13:46:19 +0000
commitb056e7f77f380d8f32490e164cbdbb642f6d76c9 (patch)
treeebe62fa05e147c8c1584d228bef9bfc33b55711f /public.bzl
parent7d918fde03d44011e7aac067227f88c4ba4cc3b8 (diff)
exclude src/compute in Google3
Change-Id: I665d21166143d89e575bed0f5b485a69967c1360 Reviewed-on: https://skia-review.googlesource.com/136065 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Klein <mtklein@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 66327b9523..e8fbf61cbe 100644
--- a/public.bzl
+++ b/public.bzl
@@ -270,6 +270,9 @@ BASE_SRCS_ALL = struct(
# Not time for skcms in Google3 yet.
"src/core/SkColorSpaceXform_skcms.cpp",
+
+ # Compute backend not yet even hooked into Skia.
+ "src/compute/**/*",
],
)