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 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1616 "PODFreeListArenaTest.cpp", | 1616 "PODFreeListArenaTest.cpp", |
1617 "PODIntervalTreeTest.cpp", | 1617 "PODIntervalTreeTest.cpp", |
1618 "PODRedBlackTreeTest.cpp", | 1618 "PODRedBlackTreeTest.cpp", |
1619 "ScopedOrientationChangeIndicatorTest.cpp", | 1619 "ScopedOrientationChangeIndicatorTest.cpp", |
1620 "SharedBufferTest.cpp", | 1620 "SharedBufferTest.cpp", |
1621 "TimerTest.cpp", | 1621 "TimerTest.cpp", |
1622 "UUIDTest.cpp", | 1622 "UUIDTest.cpp", |
1623 "UserGestureIndicatorTest.cpp", | 1623 "UserGestureIndicatorTest.cpp", |
1624 "WebIconSizesParserTest.cpp", | 1624 "WebIconSizesParserTest.cpp", |
1625 "WebScreenInfoTest.cpp", | 1625 "WebScreenInfoTest.cpp", |
| 1626 "WebTaskRunnerTest.cpp", |
1626 "WebVectorTest.cpp", | 1627 "WebVectorTest.cpp", |
1627 "animation/AnimationTranslationUtilTest.cpp", | 1628 "animation/AnimationTranslationUtilTest.cpp", |
1628 "animation/CompositorAnimationHostTest.cpp", | 1629 "animation/CompositorAnimationHostTest.cpp", |
1629 "animation/CompositorAnimationPlayerTest.cpp", | 1630 "animation/CompositorAnimationPlayerTest.cpp", |
1630 "animation/CompositorAnimationTest.cpp", | 1631 "animation/CompositorAnimationTest.cpp", |
1631 "animation/CompositorAnimationTimelineTest.cpp", | 1632 "animation/CompositorAnimationTimelineTest.cpp", |
1632 "animation/CompositorFloatAnimationCurveTest.cpp", | 1633 "animation/CompositorFloatAnimationCurveTest.cpp", |
1633 "animation/TimingFunctionTest.cpp", | 1634 "animation/TimingFunctionTest.cpp", |
1634 "blob/BlobDataTest.cpp", | 1635 "blob/BlobDataTest.cpp", |
1635 "clipboard/ClipboardUtilitiesTest.cpp", | 1636 "clipboard/ClipboardUtilitiesTest.cpp", |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1974 "//third_party/WebKit/Source:inside_blink", | 1975 "//third_party/WebKit/Source:inside_blink", |
1975 ] | 1976 ] |
1976 | 1977 |
1977 deps = [ | 1978 deps = [ |
1978 ":test_support", | 1979 ":test_support", |
1979 "//cc/surfaces:surface_id", | 1980 "//cc/surfaces:surface_id", |
1980 "//testing/gmock", | 1981 "//testing/gmock", |
1981 "//testing/gtest", | 1982 "//testing/gtest", |
1982 ] | 1983 ] |
1983 } | 1984 } |
OLD | NEW |