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

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

Issue 2576223002: NEON-ize RGBA to RGB code (Closed)
Patch Set: Updating comments 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 025b799b8763e3d40507bebe43db58f26e437b02..27c3d7469da2ad832bcd0caeec2b07804c9e540c 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",
@@ -1753,6 +1754,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