| 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 "graphics/paint/DrawingRecorder.h", | 962 "graphics/paint/DrawingRecorder.h", |
| 963 "graphics/paint/EffectPaintPropertyNode.h", | 963 "graphics/paint/EffectPaintPropertyNode.h", |
| 964 "graphics/paint/FilterDisplayItem.cpp", | 964 "graphics/paint/FilterDisplayItem.cpp", |
| 965 "graphics/paint/FilterDisplayItem.h", | 965 "graphics/paint/FilterDisplayItem.h", |
| 966 "graphics/paint/FloatClipDisplayItem.cpp", | 966 "graphics/paint/FloatClipDisplayItem.cpp", |
| 967 "graphics/paint/FloatClipDisplayItem.h", | 967 "graphics/paint/FloatClipDisplayItem.h", |
| 968 "graphics/paint/ForeignLayerDisplayItem.cpp", | 968 "graphics/paint/ForeignLayerDisplayItem.cpp", |
| 969 "graphics/paint/ForeignLayerDisplayItem.h", | 969 "graphics/paint/ForeignLayerDisplayItem.h", |
| 970 "graphics/paint/GeometryMapper.cpp", | 970 "graphics/paint/GeometryMapper.cpp", |
| 971 "graphics/paint/GeometryMapper.h", | 971 "graphics/paint/GeometryMapper.h", |
| 972 "graphics/paint/GeometryPropertyTreeState.h", | |
| 973 "graphics/paint/PaintArtifact.cpp", | 972 "graphics/paint/PaintArtifact.cpp", |
| 974 "graphics/paint/PaintArtifact.h", | 973 "graphics/paint/PaintArtifact.h", |
| 975 "graphics/paint/PaintArtifactToSkCanvas.cpp", | 974 "graphics/paint/PaintArtifactToSkCanvas.cpp", |
| 976 "graphics/paint/PaintArtifactToSkCanvas.h", | 975 "graphics/paint/PaintArtifactToSkCanvas.h", |
| 977 "graphics/paint/PaintChunk.h", | 976 "graphics/paint/PaintChunk.h", |
| 978 "graphics/paint/PaintChunkProperties.h", | 977 "graphics/paint/PaintChunkProperties.h", |
| 979 "graphics/paint/PaintChunker.cpp", | 978 "graphics/paint/PaintChunker.cpp", |
| 980 "graphics/paint/PaintChunker.h", | 979 "graphics/paint/PaintChunker.h", |
| 981 "graphics/paint/PaintController.cpp", | 980 "graphics/paint/PaintController.cpp", |
| 982 "graphics/paint/PaintController.h", | 981 "graphics/paint/PaintController.h", |
| 982 "graphics/paint/PropertyTreeState.h", |
| 983 "graphics/paint/RasterInvalidationTracking.cpp", | 983 "graphics/paint/RasterInvalidationTracking.cpp", |
| 984 "graphics/paint/RasterInvalidationTracking.h", | 984 "graphics/paint/RasterInvalidationTracking.h", |
| 985 "graphics/paint/ScopedPaintChunkProperties.h", | 985 "graphics/paint/ScopedPaintChunkProperties.h", |
| 986 "graphics/paint/ScrollDisplayItem.cpp", | 986 "graphics/paint/ScrollDisplayItem.cpp", |
| 987 "graphics/paint/ScrollDisplayItem.h", | 987 "graphics/paint/ScrollDisplayItem.h", |
| 988 "graphics/paint/ScrollPaintPropertyNode.h", | 988 "graphics/paint/ScrollPaintPropertyNode.h", |
| 989 "graphics/paint/SkPictureBuilder.cpp", | 989 "graphics/paint/SkPictureBuilder.cpp", |
| 990 "graphics/paint/SkPictureBuilder.h", | 990 "graphics/paint/SkPictureBuilder.h", |
| 991 "graphics/paint/SubsequenceDisplayItem.h", | 991 "graphics/paint/SubsequenceDisplayItem.h", |
| 992 "graphics/paint/SubsequenceRecorder.cpp", | 992 "graphics/paint/SubsequenceRecorder.cpp", |
| (...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1944 "//third_party/WebKit/Source:inside_blink", | 1944 "//third_party/WebKit/Source:inside_blink", |
| 1945 ] | 1945 ] |
| 1946 | 1946 |
| 1947 deps = [ | 1947 deps = [ |
| 1948 ":test_support", | 1948 ":test_support", |
| 1949 "//cc/surfaces:surface_id", | 1949 "//cc/surfaces:surface_id", |
| 1950 "//testing/gmock", | 1950 "//testing/gmock", |
| 1951 "//testing/gtest", | 1951 "//testing/gtest", |
| 1952 ] | 1952 ] |
| 1953 } | 1953 } |
| OLD | NEW |