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