aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@chromium.org>2016-06-08 14:32:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-08 14:32:00 -0700
commitfaa9036ff160b0c738168f03a6ec03982ad36257 (patch)
treef2415ff64f4faf0bde35b3ef7286c186635ea635 /public.bzl
parent066df7ca911b65d416783f3bec6f4f1662948ad5 (diff)
Stop trying to build files that are not there
The bzl version of Skia does not have these files. Don't try to build them. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2045263003 Review-Url: https://codereview.chromium.org/2045263003
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl4
1 files changed, 0 insertions, 4 deletions
diff --git a/public.bzl b/public.bzl
index bca4b789a2..f84abc0e6c 100644
--- a/public.bzl
+++ b/public.bzl
@@ -79,9 +79,6 @@ BASE_SRCS_ALL = struct(
"third_party/etc1/*.h",
"third_party/ktx/*.cpp",
"third_party/ktx/*.h",
-
- "third_party/libpng/*.c",
- "third_party/libpng/*.h",
],
exclude = PRIVATE_HDRS_LIST + [
# Exclude platform-dependent files.
@@ -386,7 +383,6 @@ INCLUDES = [
"src/utils",
"third_party/etc1",
"third_party/ktx",
- "third_party/libpng",
]
################################################################################