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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 "image-decoders/png/PNGImageReader.cpp", 1075 "image-decoders/png/PNGImageReader.cpp",
1076 "image-decoders/png/PNGImageReader.h", 1076 "image-decoders/png/PNGImageReader.h",
1077 "image-decoders/webp/WEBPImageDecoder.cpp", 1077 "image-decoders/webp/WEBPImageDecoder.cpp",
1078 "image-decoders/webp/WEBPImageDecoder.h", 1078 "image-decoders/webp/WEBPImageDecoder.h",
1079 "image-encoders/ImageEncoderUtils.cpp", 1079 "image-encoders/ImageEncoderUtils.cpp",
1080 "image-encoders/ImageEncoderUtils.h", 1080 "image-encoders/ImageEncoderUtils.h",
1081 "image-encoders/JPEGImageEncoder.cpp", 1081 "image-encoders/JPEGImageEncoder.cpp",
1082 "image-encoders/JPEGImageEncoder.h", 1082 "image-encoders/JPEGImageEncoder.h",
1083 "image-encoders/PNGImageEncoder.cpp", 1083 "image-encoders/PNGImageEncoder.cpp",
1084 "image-encoders/PNGImageEncoder.h", 1084 "image-encoders/PNGImageEncoder.h",
1085 "image-encoders/RGBAtoRGB.h",
1085 "image-encoders/WEBPImageEncoder.cpp", 1086 "image-encoders/WEBPImageEncoder.cpp",
1086 "image-encoders/WEBPImageEncoder.h", 1087 "image-encoders/WEBPImageEncoder.h",
1087 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", 1088 "instrumentation/tracing/MemoryCacheDumpProvider.cpp",
1088 "instrumentation/tracing/MemoryCacheDumpProvider.h", 1089 "instrumentation/tracing/MemoryCacheDumpProvider.h",
1089 "instrumentation/tracing/TraceEvent.h", 1090 "instrumentation/tracing/TraceEvent.h",
1090 "instrumentation/tracing/TracedValue.cpp", 1091 "instrumentation/tracing/TracedValue.cpp",
1091 "instrumentation/tracing/TracedValue.h", 1092 "instrumentation/tracing/TracedValue.h",
1092 "instrumentation/tracing/web_memory_allocator_dump.cc", 1093 "instrumentation/tracing/web_memory_allocator_dump.cc",
1093 "instrumentation/tracing/web_memory_allocator_dump.h", 1094 "instrumentation/tracing/web_memory_allocator_dump.h",
1094 "instrumentation/tracing/web_process_memory_dump.cc", 1095 "instrumentation/tracing/web_process_memory_dump.cc",
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 "image-decoders/FastSharedBufferReaderTest.cpp", 1762 "image-decoders/FastSharedBufferReaderTest.cpp",
1762 "image-decoders/ImageDecoderTest.cpp", 1763 "image-decoders/ImageDecoderTest.cpp",
1763 "image-decoders/ImageDecoderTestHelpers.cpp", 1764 "image-decoders/ImageDecoderTestHelpers.cpp",
1764 "image-decoders/ImageDecoderTestHelpers.h", 1765 "image-decoders/ImageDecoderTestHelpers.h",
1765 "image-decoders/bmp/BMPImageDecoderTest.cpp", 1766 "image-decoders/bmp/BMPImageDecoderTest.cpp",
1766 "image-decoders/gif/GIFImageDecoderTest.cpp", 1767 "image-decoders/gif/GIFImageDecoderTest.cpp",
1767 "image-decoders/ico/ICOImageDecoderTest.cpp", 1768 "image-decoders/ico/ICOImageDecoderTest.cpp",
1768 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", 1769 "image-decoders/jpeg/JPEGImageDecoderTest.cpp",
1769 "image-decoders/png/PNGImageDecoderTest.cpp", 1770 "image-decoders/png/PNGImageDecoderTest.cpp",
1770 "image-decoders/webp/WEBPImageDecoderTest.cpp", 1771 "image-decoders/webp/WEBPImageDecoderTest.cpp",
1772 "image-encoders/JPEGImageEncoderTest.cpp",
1771 "instrumentation/tracing/TracedValueTest.cpp", 1773 "instrumentation/tracing/TracedValueTest.cpp",
1772 "instrumentation/tracing/web_process_memory_dump_test.cc", 1774 "instrumentation/tracing/web_process_memory_dump_test.cc",
1773 "json/JSONParserTest.cpp", 1775 "json/JSONParserTest.cpp",
1774 "json/JSONValuesTest.cpp", 1776 "json/JSONValuesTest.cpp",
1775 "mac/VersionUtilMacTest.mm", 1777 "mac/VersionUtilMacTest.mm",
1776 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1778 "mojo/CommonCustomTypesStructTraitsTest.cpp",
1777 "mojo/GeometryStructTraitsTest.cpp", 1779 "mojo/GeometryStructTraitsTest.cpp",
1778 "mojo/KURLSecurityOriginTest.cpp", 1780 "mojo/KURLSecurityOriginTest.cpp",
1779 "network/EncodedFormDataTest.cpp", 1781 "network/EncodedFormDataTest.cpp",
1780 "network/HTTPParsersTest.cpp", 1782 "network/HTTPParsersTest.cpp",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2101 "//third_party/WebKit/Source:config", 2103 "//third_party/WebKit/Source:config",
2102 "//third_party/WebKit/Source:inside_blink", 2104 "//third_party/WebKit/Source:inside_blink",
2103 ] 2105 ]
2104 2106
2105 deps = [ 2107 deps = [
2106 ":test_support", 2108 ":test_support",
2107 "//testing/gmock", 2109 "//testing/gmock",
2108 "//testing/gtest", 2110 "//testing/gtest",
2109 ] 2111 ]
2110 } 2112 }
OLDNEW
« 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