| 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 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 "graphics/paint/DrawingDisplayItem.cpp", | 998 "graphics/paint/DrawingDisplayItem.cpp", |
| 999 "graphics/paint/DrawingDisplayItem.h", | 999 "graphics/paint/DrawingDisplayItem.h", |
| 1000 "graphics/paint/DrawingRecorder.cpp", | 1000 "graphics/paint/DrawingRecorder.cpp", |
| 1001 "graphics/paint/DrawingRecorder.h", | 1001 "graphics/paint/DrawingRecorder.h", |
| 1002 "graphics/paint/EffectPaintPropertyNode.cpp", | 1002 "graphics/paint/EffectPaintPropertyNode.cpp", |
| 1003 "graphics/paint/EffectPaintPropertyNode.h", | 1003 "graphics/paint/EffectPaintPropertyNode.h", |
| 1004 "graphics/paint/FilterDisplayItem.cpp", | 1004 "graphics/paint/FilterDisplayItem.cpp", |
| 1005 "graphics/paint/FilterDisplayItem.h", | 1005 "graphics/paint/FilterDisplayItem.h", |
| 1006 "graphics/paint/FloatClipDisplayItem.cpp", | 1006 "graphics/paint/FloatClipDisplayItem.cpp", |
| 1007 "graphics/paint/FloatClipDisplayItem.h", | 1007 "graphics/paint/FloatClipDisplayItem.h", |
| 1008 "graphics/paint/FloatClipRect.h", |
| 1008 "graphics/paint/ForeignLayerDisplayItem.cpp", | 1009 "graphics/paint/ForeignLayerDisplayItem.cpp", |
| 1009 "graphics/paint/ForeignLayerDisplayItem.h", | 1010 "graphics/paint/ForeignLayerDisplayItem.h", |
| 1010 "graphics/paint/GeometryMapper.cpp", | 1011 "graphics/paint/GeometryMapper.cpp", |
| 1011 "graphics/paint/GeometryMapper.h", | 1012 "graphics/paint/GeometryMapper.h", |
| 1012 "graphics/paint/PaintArtifact.cpp", | 1013 "graphics/paint/PaintArtifact.cpp", |
| 1013 "graphics/paint/PaintArtifact.h", | 1014 "graphics/paint/PaintArtifact.h", |
| 1014 "graphics/paint/PaintCanvas.h", | 1015 "graphics/paint/PaintCanvas.h", |
| 1015 "graphics/paint/PaintChunk.h", | 1016 "graphics/paint/PaintChunk.h", |
| 1016 "graphics/paint/PaintChunkProperties.h", | 1017 "graphics/paint/PaintChunkProperties.h", |
| 1017 "graphics/paint/PaintChunker.cpp", | 1018 "graphics/paint/PaintChunker.cpp", |
| (...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 "//third_party/WebKit/Source:config", | 2115 "//third_party/WebKit/Source:config", |
| 2115 "//third_party/WebKit/Source:inside_blink", | 2116 "//third_party/WebKit/Source:inside_blink", |
| 2116 ] | 2117 ] |
| 2117 | 2118 |
| 2118 deps = [ | 2119 deps = [ |
| 2119 ":test_support", | 2120 ":test_support", |
| 2120 "//testing/gmock", | 2121 "//testing/gmock", |
| 2121 "//testing/gtest", | 2122 "//testing/gtest", |
| 2122 ] | 2123 ] |
| 2123 } | 2124 } |
| OLD | NEW |