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