From 5bcef359b2d223a7c67e286850ecfd5c19d8b6c7 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Fri, 26 Jan 2018 22:41:26 +0000 Subject: Revert "remove third_party/etc1" This reverts commit 9d7a73527a6df7d3523e93a6a1f964df08b94510. Reason for revert: still used by Fiber in Google3 Original change's description: > remove third_party/etc1 > > Nothing seems to reference it. > > Change-Id: Ib009a7dc33d31439b11588758015a07485f56eaa > Reviewed-on: https://skia-review.googlesource.com/99861 > Reviewed-by: Mike Klein > Commit-Queue: Mike Klein TBR=mtklein@chromium.org,robertphillips@google.com Change-Id: I12b950931f0680576faefd1907a26afe22cf680f No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/100460 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- public.bzl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public.bzl') diff --git a/public.bzl b/public.bzl index d039497558..4eaecf8f78 100644 --- a/public.bzl +++ b/public.bzl @@ -208,6 +208,8 @@ BASE_SRCS_ALL = struct( "src/jumper/SkJumper_generated.S", # Third Party + "third_party/etc1/*.cpp", + "third_party/etc1/*.h", "third_party/gif/*.cpp", "third_party/gif/*.h", ], @@ -414,6 +416,7 @@ INCLUDES = [ "src/shaders", "src/sksl", "src/utils", + "third_party/etc1", "third_party/gif", ] -- cgit v1.2.3