OLD | NEW |
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/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
973 "graphics/paint/DrawingRecorder.h", | 973 "graphics/paint/DrawingRecorder.h", |
974 "graphics/paint/EffectPaintPropertyNode.h", | 974 "graphics/paint/EffectPaintPropertyNode.h", |
975 "graphics/paint/FilterDisplayItem.cpp", | 975 "graphics/paint/FilterDisplayItem.cpp", |
976 "graphics/paint/FilterDisplayItem.h", | 976 "graphics/paint/FilterDisplayItem.h", |
977 "graphics/paint/FloatClipDisplayItem.cpp", | 977 "graphics/paint/FloatClipDisplayItem.cpp", |
978 "graphics/paint/FloatClipDisplayItem.h", | 978 "graphics/paint/FloatClipDisplayItem.h", |
979 "graphics/paint/ForeignLayerDisplayItem.cpp", | 979 "graphics/paint/ForeignLayerDisplayItem.cpp", |
980 "graphics/paint/ForeignLayerDisplayItem.h", | 980 "graphics/paint/ForeignLayerDisplayItem.h", |
981 "graphics/paint/GeometryMapper.cpp", | 981 "graphics/paint/GeometryMapper.cpp", |
982 "graphics/paint/GeometryMapper.h", | 982 "graphics/paint/GeometryMapper.h", |
| 983 "graphics/paint/GeometryPropertyTreeState.h", |
983 "graphics/paint/PaintArtifact.cpp", | 984 "graphics/paint/PaintArtifact.cpp", |
984 "graphics/paint/PaintArtifact.h", | 985 "graphics/paint/PaintArtifact.h", |
985 "graphics/paint/PaintArtifactToSkCanvas.cpp", | 986 "graphics/paint/PaintArtifactToSkCanvas.cpp", |
986 "graphics/paint/PaintArtifactToSkCanvas.h", | 987 "graphics/paint/PaintArtifactToSkCanvas.h", |
987 "graphics/paint/PaintChunk.h", | 988 "graphics/paint/PaintChunk.h", |
988 "graphics/paint/PaintChunkProperties.h", | 989 "graphics/paint/PaintChunkProperties.h", |
989 "graphics/paint/PaintChunker.cpp", | 990 "graphics/paint/PaintChunker.cpp", |
990 "graphics/paint/PaintChunker.h", | 991 "graphics/paint/PaintChunker.h", |
991 "graphics/paint/PaintController.cpp", | 992 "graphics/paint/PaintController.cpp", |
992 "graphics/paint/PaintController.h", | 993 "graphics/paint/PaintController.h", |
993 "graphics/paint/PropertyTreeState.h", | |
994 "graphics/paint/ScopedPaintChunkProperties.h", | 994 "graphics/paint/ScopedPaintChunkProperties.h", |
995 "graphics/paint/ScrollDisplayItem.cpp", | 995 "graphics/paint/ScrollDisplayItem.cpp", |
996 "graphics/paint/ScrollDisplayItem.h", | 996 "graphics/paint/ScrollDisplayItem.h", |
997 "graphics/paint/ScrollPaintPropertyNode.h", | 997 "graphics/paint/ScrollPaintPropertyNode.h", |
998 "graphics/paint/SkPictureBuilder.cpp", | 998 "graphics/paint/SkPictureBuilder.cpp", |
999 "graphics/paint/SkPictureBuilder.h", | 999 "graphics/paint/SkPictureBuilder.h", |
1000 "graphics/paint/SubsequenceDisplayItem.h", | 1000 "graphics/paint/SubsequenceDisplayItem.h", |
1001 "graphics/paint/SubsequenceRecorder.cpp", | 1001 "graphics/paint/SubsequenceRecorder.cpp", |
1002 "graphics/paint/SubsequenceRecorder.h", | 1002 "graphics/paint/SubsequenceRecorder.h", |
1003 "graphics/paint/Transform3DDisplayItem.cpp", | 1003 "graphics/paint/Transform3DDisplayItem.cpp", |
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1669 "graphics/RecordingImageBufferSurfaceTest.cpp", | 1669 "graphics/RecordingImageBufferSurfaceTest.cpp", |
1670 "graphics/compositing/PaintArtifactCompositorTest.cpp", | 1670 "graphics/compositing/PaintArtifactCompositorTest.cpp", |
1671 "graphics/filters/FilterOperationsTest.cpp", | 1671 "graphics/filters/FilterOperationsTest.cpp", |
1672 "graphics/filters/ImageFilterBuilderTest.cpp", | 1672 "graphics/filters/ImageFilterBuilderTest.cpp", |
1673 "graphics/gpu/DrawingBufferTest.cpp", | 1673 "graphics/gpu/DrawingBufferTest.cpp", |
1674 "graphics/gpu/WebGLImageConversionTest.cpp", | 1674 "graphics/gpu/WebGLImageConversionTest.cpp", |
1675 "graphics/paint/DisplayItemClientTest.cpp", | 1675 "graphics/paint/DisplayItemClientTest.cpp", |
1676 "graphics/paint/DisplayItemListTest.cpp", | 1676 "graphics/paint/DisplayItemListTest.cpp", |
1677 "graphics/paint/DisplayItemTest.cpp", | 1677 "graphics/paint/DisplayItemTest.cpp", |
1678 "graphics/paint/GeometryMapperTest.cpp", | 1678 "graphics/paint/GeometryMapperTest.cpp", |
| 1679 "graphics/paint/GeometryPropertyTreeStateTest.cpp", |
1679 "graphics/paint/PaintArtifactToSkCanvasTest.cpp", | 1680 "graphics/paint/PaintArtifactToSkCanvasTest.cpp", |
1680 "graphics/paint/PaintChunkTest.cpp", | 1681 "graphics/paint/PaintChunkTest.cpp", |
1681 "graphics/paint/PaintChunkerTest.cpp", | 1682 "graphics/paint/PaintChunkerTest.cpp", |
1682 "graphics/paint/PaintControllerTest.cpp", | 1683 "graphics/paint/PaintControllerTest.cpp", |
1683 "graphics/paint/PropertyTreeStateTest.cpp", | |
1684 "image-decoders/FastSharedBufferReaderTest.cpp", | 1684 "image-decoders/FastSharedBufferReaderTest.cpp", |
1685 "image-decoders/ImageDecoderTest.cpp", | 1685 "image-decoders/ImageDecoderTest.cpp", |
1686 "image-decoders/ImageDecoderTestHelpers.cpp", | 1686 "image-decoders/ImageDecoderTestHelpers.cpp", |
1687 "image-decoders/ImageDecoderTestHelpers.h", | 1687 "image-decoders/ImageDecoderTestHelpers.h", |
1688 "image-decoders/bmp/BMPImageDecoderTest.cpp", | 1688 "image-decoders/bmp/BMPImageDecoderTest.cpp", |
1689 "image-decoders/gif/GIFImageDecoderTest.cpp", | 1689 "image-decoders/gif/GIFImageDecoderTest.cpp", |
1690 "image-decoders/ico/ICOImageDecoderTest.cpp", | 1690 "image-decoders/ico/ICOImageDecoderTest.cpp", |
1691 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", | 1691 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", |
1692 "image-decoders/webp/WEBPImageDecoderTest.cpp", | 1692 "image-decoders/webp/WEBPImageDecoderTest.cpp", |
1693 "json/JSONParserTest.cpp", | 1693 "json/JSONParserTest.cpp", |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1952 "//third_party/WebKit/Source:inside_blink", | 1952 "//third_party/WebKit/Source:inside_blink", |
1953 ] | 1953 ] |
1954 | 1954 |
1955 deps = [ | 1955 deps = [ |
1956 ":test_support", | 1956 ":test_support", |
1957 "//cc/surfaces:surface_id", | 1957 "//cc/surfaces:surface_id", |
1958 "//testing/gmock", | 1958 "//testing/gmock", |
1959 "//testing/gtest", | 1959 "//testing/gtest", |
1960 ] | 1960 ] |
1961 } | 1961 } |
OLD | NEW |