| 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 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 "graphics/GraphicsContextTest.cpp", | 1712 "graphics/GraphicsContextTest.cpp", |
| 1713 "graphics/RecordingImageBufferSurfaceTest.cpp", | 1713 "graphics/RecordingImageBufferSurfaceTest.cpp", |
| 1714 "graphics/compositing/PaintArtifactCompositorTest.cpp", | 1714 "graphics/compositing/PaintArtifactCompositorTest.cpp", |
| 1715 "graphics/filters/ImageFilterBuilderTest.cpp", | 1715 "graphics/filters/ImageFilterBuilderTest.cpp", |
| 1716 "graphics/gpu/DrawingBufferTest.cpp", | 1716 "graphics/gpu/DrawingBufferTest.cpp", |
| 1717 "graphics/gpu/SharedGpuContextTest.cpp", | 1717 "graphics/gpu/SharedGpuContextTest.cpp", |
| 1718 "graphics/gpu/WebGLImageConversionTest.cpp", | 1718 "graphics/gpu/WebGLImageConversionTest.cpp", |
| 1719 "graphics/paint/DisplayItemClientTest.cpp", | 1719 "graphics/paint/DisplayItemClientTest.cpp", |
| 1720 "graphics/paint/DisplayItemListTest.cpp", | 1720 "graphics/paint/DisplayItemListTest.cpp", |
| 1721 "graphics/paint/DisplayItemTest.cpp", | 1721 "graphics/paint/DisplayItemTest.cpp", |
| 1722 "graphics/paint/FloatClipRectTest.cpp", |
| 1722 "graphics/paint/GeometryMapperTest.cpp", | 1723 "graphics/paint/GeometryMapperTest.cpp", |
| 1723 "graphics/paint/PaintChunkTest.cpp", | 1724 "graphics/paint/PaintChunkTest.cpp", |
| 1724 "graphics/paint/PaintChunkerTest.cpp", | 1725 "graphics/paint/PaintChunkerTest.cpp", |
| 1725 "graphics/paint/PaintControllerTest.cpp", | 1726 "graphics/paint/PaintControllerTest.cpp", |
| 1726 "graphics/paint/PropertyTreeStateTest.cpp", | 1727 "graphics/paint/PropertyTreeStateTest.cpp", |
| 1727 "image-decoders/FastSharedBufferReaderTest.cpp", | 1728 "image-decoders/FastSharedBufferReaderTest.cpp", |
| 1728 "image-decoders/ImageDecoderTest.cpp", | 1729 "image-decoders/ImageDecoderTest.cpp", |
| 1729 "image-decoders/ImageDecoderTestHelpers.cpp", | 1730 "image-decoders/ImageDecoderTestHelpers.cpp", |
| 1730 "image-decoders/ImageDecoderTestHelpers.h", | 1731 "image-decoders/ImageDecoderTestHelpers.h", |
| 1731 "image-decoders/bmp/BMPImageDecoderTest.cpp", | 1732 "image-decoders/bmp/BMPImageDecoderTest.cpp", |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2069 "//third_party/WebKit/Source:config", | 2070 "//third_party/WebKit/Source:config", |
| 2070 "//third_party/WebKit/Source:inside_blink", | 2071 "//third_party/WebKit/Source:inside_blink", |
| 2071 ] | 2072 ] |
| 2072 | 2073 |
| 2073 deps = [ | 2074 deps = [ |
| 2074 ":test_support", | 2075 ":test_support", |
| 2075 "//testing/gmock", | 2076 "//testing/gmock", |
| 2076 "//testing/gtest", | 2077 "//testing/gtest", |
| 2077 ] | 2078 ] |
| 2078 } | 2079 } |
| OLD | NEW |