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

Unified Diff: third_party/libpng/BUILD.gn

Issue 2771903002: libpng: Optimize RGBA png_do_expand_palette
Patch Set: Correct potentially uninitialized loop variable Created 3 years, 9 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 | « no previous file | third_party/libpng/arm/arm_palette.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/BUILD.gn
diff --git a/third_party/libpng/BUILD.gn b/third_party/libpng/BUILD.gn
index 88a28cfaec2214bdb0e792b298273d5c8cea80f1..31d83bd5490cd2f2157fed6e11f5833bfe326936 100644
--- a/third_party/libpng/BUILD.gn
+++ b/third_party/libpng/BUILD.gn
@@ -72,6 +72,7 @@ source_set("libpng_sources") {
} else if ((current_cpu == "arm" || current_cpu == "arm64") && arm_use_neon) {
sources += [
"arm/arm_init.c",
+ "arm/arm_palette.c",
"arm/filter_neon_intrinsics.c",
]
defines += [
« no previous file with comments | « no previous file | third_party/libpng/arm/arm_palette.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698