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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2576223002: NEON-ize RGBA to RGB code (Closed)
Patch Set: Copyright, fix Windows build. Created 4 years 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 0a49563d984404c75492e19d278609d8a5bb3f21..03fca992de92a52c3368eac326f6d12103214623 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1079,6 +1079,7 @@ component("platform") {
"image-encoders/JPEGImageEncoder.h",
"image-encoders/PNGImageEncoder.cpp",
"image-encoders/PNGImageEncoder.h",
+ "image-encoders/RGBAtoRGB.h",
"image-encoders/WEBPImageEncoder.cpp",
"image-encoders/WEBPImageEncoder.h",
"json/JSONParser.cpp",
@@ -1751,6 +1752,7 @@ test("blink_platform_unittests") {
"image-decoders/jpeg/JPEGImageDecoderTest.cpp",
"image-decoders/png/PNGImageDecoderTest.cpp",
"image-decoders/webp/WEBPImageDecoderTest.cpp",
+ "image-encoders/JPEGImageEncoderTest.cpp",
"json/JSONParserTest.cpp",
"json/JSONValuesTest.cpp",
"mac/VersionUtilMacTest.mm",

Powered by Google App Engine
This is Rietveld 408576698