Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: public.bzl

Issue 2033063003: Check libpng directly into third_party/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: public.bzl Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cmake/CMakeLists.txt ('k') | third_party/libpng/ANNOUNCE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index f84abc0e6c9abca39049585ac77661f1fadd3d2c..bca4b789a2ebeef64244e5151bf9e3ce9c4656c5 100644
--- a/public.bzl
+++ b/public.bzl
@@ -79,6 +79,9 @@ BASE_SRCS_ALL = struct(
"third_party/etc1/*.h",
"third_party/ktx/*.cpp",
"third_party/ktx/*.h",
+
+ "third_party/libpng/*.c",
+ "third_party/libpng/*.h",
msarett 2016/06/02 17:10:36 Not sure, but you might possibly want to set PNG_A
],
exclude = PRIVATE_HDRS_LIST + [
# Exclude platform-dependent files.
@@ -383,6 +386,7 @@ INCLUDES = [
"src/utils",
"third_party/etc1",
"third_party/ktx",
+ "third_party/libpng",
]
################################################################################
« no previous file with comments | « cmake/CMakeLists.txt ('k') | third_party/libpng/ANNOUNCE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698