| 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 1840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1851 "graphics/DeferredImageDecoderTestWoPlatform.cpp", | 1851 "graphics/DeferredImageDecoderTestWoPlatform.cpp", |
| 1852 "graphics/GraphicsContextTest.cpp", | 1852 "graphics/GraphicsContextTest.cpp", |
| 1853 "graphics/PaintInvalidationReasonTest.cpp", | 1853 "graphics/PaintInvalidationReasonTest.cpp", |
| 1854 "graphics/RecordingImageBufferSurfaceTest.cpp", | 1854 "graphics/RecordingImageBufferSurfaceTest.cpp", |
| 1855 "graphics/compositing/PaintArtifactCompositorTest.cpp", | 1855 "graphics/compositing/PaintArtifactCompositorTest.cpp", |
| 1856 "graphics/filters/ImageFilterBuilderTest.cpp", | 1856 "graphics/filters/ImageFilterBuilderTest.cpp", |
| 1857 "graphics/gpu/DrawingBufferTest.cpp", | 1857 "graphics/gpu/DrawingBufferTest.cpp", |
| 1858 "graphics/gpu/SharedGpuContextTest.cpp", | 1858 "graphics/gpu/SharedGpuContextTest.cpp", |
| 1859 "graphics/gpu/WebGLImageConversionTest.cpp", | 1859 "graphics/gpu/WebGLImageConversionTest.cpp", |
| 1860 "graphics/paint/DisplayItemClientTest.cpp", | 1860 "graphics/paint/DisplayItemClientTest.cpp", |
| 1861 "graphics/paint/DisplayItemListTest.cpp", | |
| 1862 "graphics/paint/DisplayItemTest.cpp", | 1861 "graphics/paint/DisplayItemTest.cpp", |
| 1862 "graphics/paint/DrawingDisplayItemTest.cpp", |
| 1863 "graphics/paint/FloatClipRectTest.cpp", | 1863 "graphics/paint/FloatClipRectTest.cpp", |
| 1864 "graphics/paint/GeometryMapperTest.cpp", | 1864 "graphics/paint/GeometryMapperTest.cpp", |
| 1865 "graphics/paint/PaintChunkTest.cpp", | 1865 "graphics/paint/PaintChunkTest.cpp", |
| 1866 "graphics/paint/PaintChunkerTest.cpp", | 1866 "graphics/paint/PaintChunkerTest.cpp", |
| 1867 "graphics/paint/PaintControllerTest.cpp", | 1867 "graphics/paint/PaintControllerTest.cpp", |
| 1868 "graphics/paint/PropertyTreeStateTest.cpp", | 1868 "graphics/paint/PropertyTreeStateTest.cpp", |
| 1869 "image-decoders/FastSharedBufferReaderTest.cpp", | 1869 "image-decoders/FastSharedBufferReaderTest.cpp", |
| 1870 "image-decoders/ImageDecoderTest.cpp", | 1870 "image-decoders/ImageDecoderTest.cpp", |
| 1871 "image-decoders/ImageDecoderTestHelpers.cpp", | 1871 "image-decoders/ImageDecoderTestHelpers.cpp", |
| 1872 "image-decoders/ImageDecoderTestHelpers.h", | 1872 "image-decoders/ImageDecoderTestHelpers.h", |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2240 "//third_party/WebKit/Source:config", | 2240 "//third_party/WebKit/Source:config", |
| 2241 "//third_party/WebKit/Source:inside_blink", | 2241 "//third_party/WebKit/Source:inside_blink", |
| 2242 ] | 2242 ] |
| 2243 | 2243 |
| 2244 deps = [ | 2244 deps = [ |
| 2245 ":test_support", | 2245 ":test_support", |
| 2246 "//testing/gmock", | 2246 "//testing/gmock", |
| 2247 "//testing/gtest", | 2247 "//testing/gtest", |
| 2248 ] | 2248 ] |
| 2249 } | 2249 } |
| OLD | NEW |