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

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

Issue 2576223002: NEON-ize RGBA to RGB code (Closed)
Patch Set: Moved perf test to another issue Created 3 years, 11 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/WebKit/Source/platform/image-encoders/JPEGImageEncoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d7edb9e3f1dba0040290c368c60bce52e1d94c83..767e994316b8c9c5f50037455d7f3cabccd95bab 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1082,6 +1082,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",
@@ -1768,6 +1769,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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698