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

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

Issue 2548863002: Add tests for PNGImageDecoder. (Closed)
Patch Set: Remove testProgressiveDecodingChangesFrameBuffer and make const-correct. 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 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1739 "graphics/paint/PaintChunkerTest.cpp", 1739 "graphics/paint/PaintChunkerTest.cpp",
1740 "graphics/paint/PaintControllerTest.cpp", 1740 "graphics/paint/PaintControllerTest.cpp",
1741 "image-decoders/FastSharedBufferReaderTest.cpp", 1741 "image-decoders/FastSharedBufferReaderTest.cpp",
1742 "image-decoders/ImageDecoderTest.cpp", 1742 "image-decoders/ImageDecoderTest.cpp",
1743 "image-decoders/ImageDecoderTestHelpers.cpp", 1743 "image-decoders/ImageDecoderTestHelpers.cpp",
1744 "image-decoders/ImageDecoderTestHelpers.h", 1744 "image-decoders/ImageDecoderTestHelpers.h",
1745 "image-decoders/bmp/BMPImageDecoderTest.cpp", 1745 "image-decoders/bmp/BMPImageDecoderTest.cpp",
1746 "image-decoders/gif/GIFImageDecoderTest.cpp", 1746 "image-decoders/gif/GIFImageDecoderTest.cpp",
1747 "image-decoders/ico/ICOImageDecoderTest.cpp", 1747 "image-decoders/ico/ICOImageDecoderTest.cpp",
1748 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", 1748 "image-decoders/jpeg/JPEGImageDecoderTest.cpp",
1749 "image-decoders/png/PNGImageDecoderTest.cpp",
1749 "image-decoders/webp/WEBPImageDecoderTest.cpp", 1750 "image-decoders/webp/WEBPImageDecoderTest.cpp",
1750 "json/JSONParserTest.cpp", 1751 "json/JSONParserTest.cpp",
1751 "json/JSONValuesTest.cpp", 1752 "json/JSONValuesTest.cpp",
1752 "mac/VersionUtilMacTest.mm", 1753 "mac/VersionUtilMacTest.mm",
1753 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1754 "mojo/CommonCustomTypesStructTraitsTest.cpp",
1754 "mojo/GeometryStructTraitsTest.cpp", 1755 "mojo/GeometryStructTraitsTest.cpp",
1755 "mojo/KURLSecurityOriginTest.cpp", 1756 "mojo/KURLSecurityOriginTest.cpp",
1756 "network/EncodedFormDataTest.cpp", 1757 "network/EncodedFormDataTest.cpp",
1757 "network/HTTPParsersTest.cpp", 1758 "network/HTTPParsersTest.cpp",
1758 "network/LinkHeaderTest.cpp", 1759 "network/LinkHeaderTest.cpp",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 "//third_party/WebKit/Source:inside_blink", 2066 "//third_party/WebKit/Source:inside_blink",
2066 ] 2067 ]
2067 2068
2068 deps = [ 2069 deps = [
2069 ":test_support", 2070 ":test_support",
2070 "//cc/surfaces:surface_id", 2071 "//cc/surfaces:surface_id",
2071 "//testing/gmock", 2072 "//testing/gmock",
2072 "//testing/gtest", 2073 "//testing/gtest",
2073 ] 2074 ]
2074 } 2075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698