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

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

Issue 2576223002: NEON-ize RGBA to RGB code (Closed)
Patch Set: Rebased (solved conflict in BUILD.GN) 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 d45fa60f61b735f57de7498d307ca52ad149ee75..a35fda401808a66961b0cf144c8ec2181d80019c 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",
"instrumentation/tracing/MemoryCacheDumpProvider.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",
"instrumentation/tracing/TracedValueTest.cpp",
"instrumentation/tracing/web_process_memory_dump_test.cc",
"json/JSONParserTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698