| 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/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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 "graphics/paint/EffectPaintPropertyNode.h", | 965 "graphics/paint/EffectPaintPropertyNode.h", |
| 966 "graphics/paint/FilterDisplayItem.cpp", | 966 "graphics/paint/FilterDisplayItem.cpp", |
| 967 "graphics/paint/FilterDisplayItem.h", | 967 "graphics/paint/FilterDisplayItem.h", |
| 968 "graphics/paint/FloatClipDisplayItem.cpp", | 968 "graphics/paint/FloatClipDisplayItem.cpp", |
| 969 "graphics/paint/FloatClipDisplayItem.h", | 969 "graphics/paint/FloatClipDisplayItem.h", |
| 970 "graphics/paint/FloatClipRect.h", | 970 "graphics/paint/FloatClipRect.h", |
| 971 "graphics/paint/ForeignLayerDisplayItem.cpp", | 971 "graphics/paint/ForeignLayerDisplayItem.cpp", |
| 972 "graphics/paint/ForeignLayerDisplayItem.h", | 972 "graphics/paint/ForeignLayerDisplayItem.h", |
| 973 "graphics/paint/GeometryMapper.cpp", | 973 "graphics/paint/GeometryMapper.cpp", |
| 974 "graphics/paint/GeometryMapper.h", | 974 "graphics/paint/GeometryMapper.h", |
| 975 "graphics/paint/GeometryMapperClipCache.cpp", | |
| 976 "graphics/paint/GeometryMapperClipCache.h", | |
| 977 "graphics/paint/GeometryMapperTransformCache.cpp", | |
| 978 "graphics/paint/GeometryMapperTransformCache.h", | |
| 979 "graphics/paint/PaintArtifact.cpp", | 975 "graphics/paint/PaintArtifact.cpp", |
| 980 "graphics/paint/PaintArtifact.h", | 976 "graphics/paint/PaintArtifact.h", |
| 981 "graphics/paint/PaintCanvas.h", | 977 "graphics/paint/PaintCanvas.h", |
| 982 "graphics/paint/PaintChunk.h", | 978 "graphics/paint/PaintChunk.h", |
| 983 "graphics/paint/PaintChunkProperties.h", | 979 "graphics/paint/PaintChunkProperties.h", |
| 984 "graphics/paint/PaintChunker.cpp", | 980 "graphics/paint/PaintChunker.cpp", |
| 985 "graphics/paint/PaintChunker.h", | 981 "graphics/paint/PaintChunker.h", |
| 986 "graphics/paint/PaintController.cpp", | 982 "graphics/paint/PaintController.cpp", |
| 987 "graphics/paint/PaintController.h", | 983 "graphics/paint/PaintController.h", |
| 988 "graphics/paint/PaintFlags.h", | 984 "graphics/paint/PaintFlags.h", |
| (...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2081 "//third_party/WebKit/Source:config", | 2077 "//third_party/WebKit/Source:config", |
| 2082 "//third_party/WebKit/Source:inside_blink", | 2078 "//third_party/WebKit/Source:inside_blink", |
| 2083 ] | 2079 ] |
| 2084 | 2080 |
| 2085 deps = [ | 2081 deps = [ |
| 2086 ":test_support", | 2082 ":test_support", |
| 2087 "//testing/gmock", | 2083 "//testing/gmock", |
| 2088 "//testing/gtest", | 2084 "//testing/gtest", |
| 2089 ] | 2085 ] |
| 2090 } | 2086 } |
| OLD | NEW |