aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2017-02-10 11:15:17 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-16 20:03:46 +0000
commit3bf12c60e265b09f282c9cc0fea1219b0b1b1088 (patch)
tree6ccf9d1183837ec9c7aa8b6b240a0be5e102e648 /public.bzl
parentd519d484949161df6d4b2ecadc282427cab532cf (diff)
Remove third_party/ktx from Skia.
Change-Id: I3a1f68b0528f8789af5ccc0704b0a68fe14f52d3 Reviewed-on: https://skia-review.googlesource.com/8319 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl3
1 files changed, 0 insertions, 3 deletions
diff --git a/public.bzl b/public.bzl
index 839bf661d1..a69b760a35 100644
--- a/public.bzl
+++ b/public.bzl
@@ -86,8 +86,6 @@ BASE_SRCS_ALL = struct(
"third_party/etc1/*.h",
"third_party/gif/*.cpp",
"third_party/gif/*.h",
- "third_party/ktx/*.cpp",
- "third_party/ktx/*.h",
],
# Note: PRIVATE_HDRS_INCLUDE_LIST is excluded from BASE_SRCS_ALL here
# because they are required to appear in srcs for some rules but hdrs for
@@ -392,7 +390,6 @@ INCLUDES = [
"src/utils",
"third_party/etc1",
"third_party/gif",
- "third_party/ktx",
]
################################################################################