| 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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 "graphics/paint/PaintChunk.h", | 1071 "graphics/paint/PaintChunk.h", |
| 1072 "graphics/paint/PaintChunkProperties.h", | 1072 "graphics/paint/PaintChunkProperties.h", |
| 1073 "graphics/paint/PaintChunker.cpp", | 1073 "graphics/paint/PaintChunker.cpp", |
| 1074 "graphics/paint/PaintChunker.h", | 1074 "graphics/paint/PaintChunker.h", |
| 1075 "graphics/paint/PaintController.cpp", | 1075 "graphics/paint/PaintController.cpp", |
| 1076 "graphics/paint/PaintController.h", | 1076 "graphics/paint/PaintController.h", |
| 1077 "graphics/paint/PropertyTreeState.h", | 1077 "graphics/paint/PropertyTreeState.h", |
| 1078 "graphics/paint/ScopedPaintChunkProperties.h", | 1078 "graphics/paint/ScopedPaintChunkProperties.h", |
| 1079 "graphics/paint/ScrollDisplayItem.cpp", | 1079 "graphics/paint/ScrollDisplayItem.cpp", |
| 1080 "graphics/paint/ScrollDisplayItem.h", | 1080 "graphics/paint/ScrollDisplayItem.h", |
| 1081 "graphics/paint/ScrollPaintPropertyNode.h", |
| 1081 "graphics/paint/SkPictureBuilder.cpp", | 1082 "graphics/paint/SkPictureBuilder.cpp", |
| 1082 "graphics/paint/SkPictureBuilder.h", | 1083 "graphics/paint/SkPictureBuilder.h", |
| 1083 "graphics/paint/SubsequenceDisplayItem.h", | 1084 "graphics/paint/SubsequenceDisplayItem.h", |
| 1084 "graphics/paint/SubsequenceRecorder.cpp", | 1085 "graphics/paint/SubsequenceRecorder.cpp", |
| 1085 "graphics/paint/SubsequenceRecorder.h", | 1086 "graphics/paint/SubsequenceRecorder.h", |
| 1086 "graphics/paint/Transform3DDisplayItem.cpp", | 1087 "graphics/paint/Transform3DDisplayItem.cpp", |
| 1087 "graphics/paint/Transform3DDisplayItem.h", | 1088 "graphics/paint/Transform3DDisplayItem.h", |
| 1088 "graphics/paint/TransformDisplayItem.cpp", | 1089 "graphics/paint/TransformDisplayItem.cpp", |
| 1089 "graphics/paint/TransformDisplayItem.h", | 1090 "graphics/paint/TransformDisplayItem.h", |
| 1090 "graphics/paint/TransformPaintPropertyNode.h", | 1091 "graphics/paint/TransformPaintPropertyNode.h", |
| (...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2074 "//third_party/WebKit/Source:inside_blink", | 2075 "//third_party/WebKit/Source:inside_blink", |
| 2075 ] | 2076 ] |
| 2076 | 2077 |
| 2077 deps = [ | 2078 deps = [ |
| 2078 ":test_support", | 2079 ":test_support", |
| 2079 "//cc/surfaces:surface_id", | 2080 "//cc/surfaces:surface_id", |
| 2080 "//testing/gmock", | 2081 "//testing/gmock", |
| 2081 "//testing/gtest", | 2082 "//testing/gtest", |
| 2082 ] | 2083 ] |
| 2083 } | 2084 } |
| OLD | NEW |