| 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 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1832 "geometry/FloatRectTest.cpp", | 1832 "geometry/FloatRectTest.cpp", |
| 1833 "geometry/FloatRoundedRectTest.cpp", | 1833 "geometry/FloatRoundedRectTest.cpp", |
| 1834 "geometry/FloatSizeTest.cpp", | 1834 "geometry/FloatSizeTest.cpp", |
| 1835 "geometry/GeometryTestHelpers.cpp", | 1835 "geometry/GeometryTestHelpers.cpp", |
| 1836 "geometry/GeometryTestHelpers.h", | 1836 "geometry/GeometryTestHelpers.h", |
| 1837 "geometry/IntRectTest.cpp", | 1837 "geometry/IntRectTest.cpp", |
| 1838 "geometry/LayoutRectOutsetsTest.cpp", | 1838 "geometry/LayoutRectOutsetsTest.cpp", |
| 1839 "geometry/LayoutRectTest.cpp", | 1839 "geometry/LayoutRectTest.cpp", |
| 1840 "geometry/RegionTest.cpp", | 1840 "geometry/RegionTest.cpp", |
| 1841 "graphics/BitmapImageTest.cpp", | 1841 "graphics/BitmapImageTest.cpp", |
| 1842 "graphics/CompositorElementIdTest.cpp", |
| 1842 "graphics/CompositorMutableStateTest.cpp", | 1843 "graphics/CompositorMutableStateTest.cpp", |
| 1843 "graphics/CompositorMutatorClientTest.cpp", | 1844 "graphics/CompositorMutatorClientTest.cpp", |
| 1844 "graphics/ContiguousContainerTest.cpp", | 1845 "graphics/ContiguousContainerTest.cpp", |
| 1845 "graphics/DeferredImageDecoderTestWoPlatform.cpp", | 1846 "graphics/DeferredImageDecoderTestWoPlatform.cpp", |
| 1846 "graphics/GraphicsContextTest.cpp", | 1847 "graphics/GraphicsContextTest.cpp", |
| 1847 "graphics/PaintInvalidationReasonTest.cpp", | 1848 "graphics/PaintInvalidationReasonTest.cpp", |
| 1848 "graphics/RecordingImageBufferSurfaceTest.cpp", | 1849 "graphics/RecordingImageBufferSurfaceTest.cpp", |
| 1849 "graphics/compositing/PaintArtifactCompositorTest.cpp", | 1850 "graphics/compositing/PaintArtifactCompositorTest.cpp", |
| 1850 "graphics/filters/ImageFilterBuilderTest.cpp", | 1851 "graphics/filters/ImageFilterBuilderTest.cpp", |
| 1851 "graphics/gpu/DrawingBufferTest.cpp", | 1852 "graphics/gpu/DrawingBufferTest.cpp", |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2233 "//third_party/WebKit/Source:config", | 2234 "//third_party/WebKit/Source:config", |
| 2234 "//third_party/WebKit/Source:inside_blink", | 2235 "//third_party/WebKit/Source:inside_blink", |
| 2235 ] | 2236 ] |
| 2236 | 2237 |
| 2237 deps = [ | 2238 deps = [ |
| 2238 ":test_support", | 2239 ":test_support", |
| 2239 "//testing/gmock", | 2240 "//testing/gmock", |
| 2240 "//testing/gtest", | 2241 "//testing/gtest", |
| 2241 ] | 2242 ] |
| 2242 } | 2243 } |
| OLD | NEW |