| 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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 972 "graphics/paint/PaintArtifact.cpp", | 972 "graphics/paint/PaintArtifact.cpp", |
| 973 "graphics/paint/PaintArtifact.h", | 973 "graphics/paint/PaintArtifact.h", |
| 974 "graphics/paint/PaintArtifactToSkCanvas.cpp", | 974 "graphics/paint/PaintArtifactToSkCanvas.cpp", |
| 975 "graphics/paint/PaintArtifactToSkCanvas.h", | 975 "graphics/paint/PaintArtifactToSkCanvas.h", |
| 976 "graphics/paint/PaintChunk.h", | 976 "graphics/paint/PaintChunk.h", |
| 977 "graphics/paint/PaintChunkProperties.h", | 977 "graphics/paint/PaintChunkProperties.h", |
| 978 "graphics/paint/PaintChunker.cpp", | 978 "graphics/paint/PaintChunker.cpp", |
| 979 "graphics/paint/PaintChunker.h", | 979 "graphics/paint/PaintChunker.h", |
| 980 "graphics/paint/PaintController.cpp", | 980 "graphics/paint/PaintController.cpp", |
| 981 "graphics/paint/PaintController.h", | 981 "graphics/paint/PaintController.h", |
| 982 "graphics/paint/PaintInvalidationTracking.cpp", |
| 983 "graphics/paint/PaintInvalidationTracking.h", |
| 982 "graphics/paint/ScopedPaintChunkProperties.h", | 984 "graphics/paint/ScopedPaintChunkProperties.h", |
| 983 "graphics/paint/ScrollDisplayItem.cpp", | 985 "graphics/paint/ScrollDisplayItem.cpp", |
| 984 "graphics/paint/ScrollDisplayItem.h", | 986 "graphics/paint/ScrollDisplayItem.h", |
| 985 "graphics/paint/ScrollPaintPropertyNode.h", | 987 "graphics/paint/ScrollPaintPropertyNode.h", |
| 986 "graphics/paint/SkPictureBuilder.cpp", | 988 "graphics/paint/SkPictureBuilder.cpp", |
| 987 "graphics/paint/SkPictureBuilder.h", | 989 "graphics/paint/SkPictureBuilder.h", |
| 988 "graphics/paint/SubsequenceDisplayItem.h", | 990 "graphics/paint/SubsequenceDisplayItem.h", |
| 989 "graphics/paint/SubsequenceRecorder.cpp", | 991 "graphics/paint/SubsequenceRecorder.cpp", |
| 990 "graphics/paint/SubsequenceRecorder.h", | 992 "graphics/paint/SubsequenceRecorder.h", |
| 991 "graphics/paint/Transform3DDisplayItem.cpp", | 993 "graphics/paint/Transform3DDisplayItem.cpp", |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1941 "//third_party/WebKit/Source:inside_blink", | 1943 "//third_party/WebKit/Source:inside_blink", |
| 1942 ] | 1944 ] |
| 1943 | 1945 |
| 1944 deps = [ | 1946 deps = [ |
| 1945 ":test_support", | 1947 ":test_support", |
| 1946 "//cc/surfaces:surface_id", | 1948 "//cc/surfaces:surface_id", |
| 1947 "//testing/gmock", | 1949 "//testing/gmock", |
| 1948 "//testing/gtest", | 1950 "//testing/gtest", |
| 1949 ] | 1951 ] |
| 1950 } | 1952 } |
| OLD | NEW |