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 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1691 "animation/AnimationTranslationUtilTest.cpp", | 1691 "animation/AnimationTranslationUtilTest.cpp", |
1692 "animation/CompositorAnimationHostTest.cpp", | 1692 "animation/CompositorAnimationHostTest.cpp", |
1693 "animation/CompositorAnimationPlayerTest.cpp", | 1693 "animation/CompositorAnimationPlayerTest.cpp", |
1694 "animation/CompositorAnimationTest.cpp", | 1694 "animation/CompositorAnimationTest.cpp", |
1695 "animation/CompositorAnimationTimelineTest.cpp", | 1695 "animation/CompositorAnimationTimelineTest.cpp", |
1696 "animation/CompositorFloatAnimationCurveTest.cpp", | 1696 "animation/CompositorFloatAnimationCurveTest.cpp", |
1697 "animation/TimingFunctionTest.cpp", | 1697 "animation/TimingFunctionTest.cpp", |
1698 "blob/BlobDataTest.cpp", | 1698 "blob/BlobDataTest.cpp", |
1699 "clipboard/ClipboardUtilitiesTest.cpp", | 1699 "clipboard/ClipboardUtilitiesTest.cpp", |
1700 "exported/FilePathConversionTest.cpp", | 1700 "exported/FilePathConversionTest.cpp", |
| 1701 "exported/WebStringTest.cpp", |
1701 "feature_policy/FeaturePolicyTest.cpp", | 1702 "feature_policy/FeaturePolicyTest.cpp", |
1702 "fonts/AcceptLanguagesResolverTest.cpp", | 1703 "fonts/AcceptLanguagesResolverTest.cpp", |
1703 "fonts/FontCacheTest.cpp", | 1704 "fonts/FontCacheTest.cpp", |
1704 "fonts/FontDescriptionTest.cpp", | 1705 "fonts/FontDescriptionTest.cpp", |
1705 "fonts/FontPlatformDataTest.cpp", | 1706 "fonts/FontPlatformDataTest.cpp", |
1706 "fonts/FontTest.cpp", | 1707 "fonts/FontTest.cpp", |
1707 "fonts/GenericFontFamilySettingsTest.cpp", | 1708 "fonts/GenericFontFamilySettingsTest.cpp", |
1708 "fonts/GlyphBufferTest.cpp", | 1709 "fonts/GlyphBufferTest.cpp", |
1709 "fonts/OrientationIteratorTest.cpp", | 1710 "fonts/OrientationIteratorTest.cpp", |
1710 "fonts/ScriptRunIteratorTest.cpp", | 1711 "fonts/ScriptRunIteratorTest.cpp", |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2096 "//third_party/WebKit/Source:config", | 2097 "//third_party/WebKit/Source:config", |
2097 "//third_party/WebKit/Source:inside_blink", | 2098 "//third_party/WebKit/Source:inside_blink", |
2098 ] | 2099 ] |
2099 | 2100 |
2100 deps = [ | 2101 deps = [ |
2101 ":test_support", | 2102 ":test_support", |
2102 "//testing/gmock", | 2103 "//testing/gmock", |
2103 "//testing/gtest", | 2104 "//testing/gtest", |
2104 ] | 2105 ] |
2105 } | 2106 } |
OLD | NEW |