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

Side by Side 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 unified diff | Download patch
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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 "image-decoders/png/PNGImageReader.cpp", 1072 "image-decoders/png/PNGImageReader.cpp",
1073 "image-decoders/png/PNGImageReader.h", 1073 "image-decoders/png/PNGImageReader.h",
1074 "image-decoders/webp/WEBPImageDecoder.cpp", 1074 "image-decoders/webp/WEBPImageDecoder.cpp",
1075 "image-decoders/webp/WEBPImageDecoder.h", 1075 "image-decoders/webp/WEBPImageDecoder.h",
1076 "image-encoders/ImageEncoderUtils.cpp", 1076 "image-encoders/ImageEncoderUtils.cpp",
1077 "image-encoders/ImageEncoderUtils.h", 1077 "image-encoders/ImageEncoderUtils.h",
1078 "image-encoders/JPEGImageEncoder.cpp", 1078 "image-encoders/JPEGImageEncoder.cpp",
1079 "image-encoders/JPEGImageEncoder.h", 1079 "image-encoders/JPEGImageEncoder.h",
1080 "image-encoders/PNGImageEncoder.cpp", 1080 "image-encoders/PNGImageEncoder.cpp",
1081 "image-encoders/PNGImageEncoder.h", 1081 "image-encoders/PNGImageEncoder.h",
1082 "image-encoders/RGBAtoRGB.h",
1082 "image-encoders/WEBPImageEncoder.cpp", 1083 "image-encoders/WEBPImageEncoder.cpp",
1083 "image-encoders/WEBPImageEncoder.h", 1084 "image-encoders/WEBPImageEncoder.h",
1084 "json/JSONParser.cpp", 1085 "json/JSONParser.cpp",
1085 "json/JSONParser.h", 1086 "json/JSONParser.h",
1086 "json/JSONValues.cpp", 1087 "json/JSONValues.cpp",
1087 "json/JSONValues.h", 1088 "json/JSONValues.h",
1088 "mac/BlockExceptions.h", 1089 "mac/BlockExceptions.h",
1089 "mac/BlockExceptions.mm", 1090 "mac/BlockExceptions.mm",
1090 "mac/ColorMac.h", 1091 "mac/ColorMac.h",
1091 "mac/ColorMac.mm", 1092 "mac/ColorMac.mm",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 "image-decoders/FastSharedBufferReaderTest.cpp", 1747 "image-decoders/FastSharedBufferReaderTest.cpp",
1747 "image-decoders/ImageDecoderTest.cpp", 1748 "image-decoders/ImageDecoderTest.cpp",
1748 "image-decoders/ImageDecoderTestHelpers.cpp", 1749 "image-decoders/ImageDecoderTestHelpers.cpp",
1749 "image-decoders/ImageDecoderTestHelpers.h", 1750 "image-decoders/ImageDecoderTestHelpers.h",
1750 "image-decoders/bmp/BMPImageDecoderTest.cpp", 1751 "image-decoders/bmp/BMPImageDecoderTest.cpp",
1751 "image-decoders/gif/GIFImageDecoderTest.cpp", 1752 "image-decoders/gif/GIFImageDecoderTest.cpp",
1752 "image-decoders/ico/ICOImageDecoderTest.cpp", 1753 "image-decoders/ico/ICOImageDecoderTest.cpp",
1753 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", 1754 "image-decoders/jpeg/JPEGImageDecoderTest.cpp",
1754 "image-decoders/png/PNGImageDecoderTest.cpp", 1755 "image-decoders/png/PNGImageDecoderTest.cpp",
1755 "image-decoders/webp/WEBPImageDecoderTest.cpp", 1756 "image-decoders/webp/WEBPImageDecoderTest.cpp",
1757 "image-encoders/JPEGImageEncoderTest.cpp",
1756 "json/JSONParserTest.cpp", 1758 "json/JSONParserTest.cpp",
1757 "json/JSONValuesTest.cpp", 1759 "json/JSONValuesTest.cpp",
1758 "mac/VersionUtilMacTest.mm", 1760 "mac/VersionUtilMacTest.mm",
1759 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1761 "mojo/CommonCustomTypesStructTraitsTest.cpp",
1760 "mojo/GeometryStructTraitsTest.cpp", 1762 "mojo/GeometryStructTraitsTest.cpp",
1761 "mojo/KURLSecurityOriginTest.cpp", 1763 "mojo/KURLSecurityOriginTest.cpp",
1762 "network/EncodedFormDataTest.cpp", 1764 "network/EncodedFormDataTest.cpp",
1763 "network/HTTPParsersTest.cpp", 1765 "network/HTTPParsersTest.cpp",
1764 "network/LinkHeaderTest.cpp", 1766 "network/LinkHeaderTest.cpp",
1765 "network/NetworkUtilsTest.cpp", 1767 "network/NetworkUtilsTest.cpp",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 "//third_party/WebKit/Source:inside_blink", 2074 "//third_party/WebKit/Source:inside_blink",
2073 ] 2075 ]
2074 2076
2075 deps = [ 2077 deps = [
2076 ":test_support", 2078 ":test_support",
2077 "//cc/surfaces:surface_id", 2079 "//cc/surfaces:surface_id",
2078 "//testing/gmock", 2080 "//testing/gmock",
2079 "//testing/gtest", 2081 "//testing/gtest",
2080 ] 2082 ]
2081 } 2083 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698