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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2576223002: NEON-ize RGBA to RGB code (Closed)
Patch Set: Copyright, fix Windows build. 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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 "image-decoders/FastSharedBufferReaderTest.cpp", 1745 "image-decoders/FastSharedBufferReaderTest.cpp",
1745 "image-decoders/ImageDecoderTest.cpp", 1746 "image-decoders/ImageDecoderTest.cpp",
1746 "image-decoders/ImageDecoderTestHelpers.cpp", 1747 "image-decoders/ImageDecoderTestHelpers.cpp",
1747 "image-decoders/ImageDecoderTestHelpers.h", 1748 "image-decoders/ImageDecoderTestHelpers.h",
1748 "image-decoders/bmp/BMPImageDecoderTest.cpp", 1749 "image-decoders/bmp/BMPImageDecoderTest.cpp",
1749 "image-decoders/gif/GIFImageDecoderTest.cpp", 1750 "image-decoders/gif/GIFImageDecoderTest.cpp",
1750 "image-decoders/ico/ICOImageDecoderTest.cpp", 1751 "image-decoders/ico/ICOImageDecoderTest.cpp",
1751 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", 1752 "image-decoders/jpeg/JPEGImageDecoderTest.cpp",
1752 "image-decoders/png/PNGImageDecoderTest.cpp", 1753 "image-decoders/png/PNGImageDecoderTest.cpp",
1753 "image-decoders/webp/WEBPImageDecoderTest.cpp", 1754 "image-decoders/webp/WEBPImageDecoderTest.cpp",
1755 "image-encoders/JPEGImageEncoderTest.cpp",
1754 "json/JSONParserTest.cpp", 1756 "json/JSONParserTest.cpp",
1755 "json/JSONValuesTest.cpp", 1757 "json/JSONValuesTest.cpp",
1756 "mac/VersionUtilMacTest.mm", 1758 "mac/VersionUtilMacTest.mm",
1757 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1759 "mojo/CommonCustomTypesStructTraitsTest.cpp",
1758 "mojo/GeometryStructTraitsTest.cpp", 1760 "mojo/GeometryStructTraitsTest.cpp",
1759 "mojo/KURLSecurityOriginTest.cpp", 1761 "mojo/KURLSecurityOriginTest.cpp",
1760 "network/EncodedFormDataTest.cpp", 1762 "network/EncodedFormDataTest.cpp",
1761 "network/HTTPParsersTest.cpp", 1763 "network/HTTPParsersTest.cpp",
1762 "network/LinkHeaderTest.cpp", 1764 "network/LinkHeaderTest.cpp",
1763 "network/NetworkUtilsTest.cpp", 1765 "network/NetworkUtilsTest.cpp",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
2069 "//third_party/WebKit/Source:inside_blink", 2071 "//third_party/WebKit/Source:inside_blink",
2070 ] 2072 ]
2071 2073
2072 deps = [ 2074 deps = [
2073 ":test_support", 2075 ":test_support",
2074 "//cc/surfaces:surface_id", 2076 "//cc/surfaces:surface_id",
2075 "//testing/gmock", 2077 "//testing/gmock",
2076 "//testing/gtest", 2078 "//testing/gtest",
2077 ] 2079 ]
2078 } 2080 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698