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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 "exported/WebThreadSafeData.cpp", | 565 "exported/WebThreadSafeData.cpp", |
566 "exported/WebURL.cpp", | 566 "exported/WebURL.cpp", |
567 "exported/WebURLError.cpp", | 567 "exported/WebURLError.cpp", |
568 "exported/WebURLLoadTiming.cpp", | 568 "exported/WebURLLoadTiming.cpp", |
569 "exported/WebURLLoaderClient.cpp", | 569 "exported/WebURLLoaderClient.cpp", |
570 "exported/WebURLLoaderTestDelegate.cpp", | 570 "exported/WebURLLoaderTestDelegate.cpp", |
571 "exported/WebURLRequest.cpp", | 571 "exported/WebURLRequest.cpp", |
572 "exported/WebURLResponse.cpp", | 572 "exported/WebURLResponse.cpp", |
573 "exported/WrappedResourceRequest.h", | 573 "exported/WrappedResourceRequest.h", |
574 "exported/WrappedResourceResponse.h", | 574 "exported/WrappedResourceResponse.h", |
| 575 "feature_policy/FeaturePolicy.cpp", |
| 576 "feature_policy/FeaturePolicy.h", |
575 "fonts/AcceptLanguagesResolver.cpp", | 577 "fonts/AcceptLanguagesResolver.cpp", |
576 "fonts/AcceptLanguagesResolver.h", | 578 "fonts/AcceptLanguagesResolver.h", |
577 "fonts/AlternateFontFamily.h", | 579 "fonts/AlternateFontFamily.h", |
578 "fonts/CharacterRange.h", | 580 "fonts/CharacterRange.h", |
579 "fonts/CustomFontData.h", | 581 "fonts/CustomFontData.h", |
580 "fonts/Font.cpp", | 582 "fonts/Font.cpp", |
581 "fonts/Font.h", | 583 "fonts/Font.h", |
582 "fonts/FontBaseline.h", | 584 "fonts/FontBaseline.h", |
583 "fonts/FontCache.cpp", | 585 "fonts/FontCache.cpp", |
584 "fonts/FontCache.h", | 586 "fonts/FontCache.h", |
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1629 "animation/AnimationTranslationUtilTest.cpp", | 1631 "animation/AnimationTranslationUtilTest.cpp", |
1630 "animation/CompositorAnimationHostTest.cpp", | 1632 "animation/CompositorAnimationHostTest.cpp", |
1631 "animation/CompositorAnimationPlayerTest.cpp", | 1633 "animation/CompositorAnimationPlayerTest.cpp", |
1632 "animation/CompositorAnimationTest.cpp", | 1634 "animation/CompositorAnimationTest.cpp", |
1633 "animation/CompositorAnimationTimelineTest.cpp", | 1635 "animation/CompositorAnimationTimelineTest.cpp", |
1634 "animation/CompositorFloatAnimationCurveTest.cpp", | 1636 "animation/CompositorFloatAnimationCurveTest.cpp", |
1635 "animation/TimingFunctionTest.cpp", | 1637 "animation/TimingFunctionTest.cpp", |
1636 "blob/BlobDataTest.cpp", | 1638 "blob/BlobDataTest.cpp", |
1637 "clipboard/ClipboardUtilitiesTest.cpp", | 1639 "clipboard/ClipboardUtilitiesTest.cpp", |
1638 "exported/FilePathConversionTest.cpp", | 1640 "exported/FilePathConversionTest.cpp", |
| 1641 "feature_policy/FeaturePolicyTest.cpp", |
1639 "fonts/AcceptLanguagesResolverTest.cpp", | 1642 "fonts/AcceptLanguagesResolverTest.cpp", |
1640 "fonts/FontCacheTest.cpp", | 1643 "fonts/FontCacheTest.cpp", |
1641 "fonts/FontDescriptionTest.cpp", | 1644 "fonts/FontDescriptionTest.cpp", |
1642 "fonts/FontPlatformDataTest.cpp", | 1645 "fonts/FontPlatformDataTest.cpp", |
1643 "fonts/FontTest.cpp", | 1646 "fonts/FontTest.cpp", |
1644 "fonts/GlyphBufferTest.cpp", | 1647 "fonts/GlyphBufferTest.cpp", |
1645 "fonts/GlyphPageTreeNodeTest.cpp", | 1648 "fonts/GlyphPageTreeNodeTest.cpp", |
1646 "fonts/OrientationIteratorTest.cpp", | 1649 "fonts/OrientationIteratorTest.cpp", |
1647 "fonts/ScriptRunIteratorTest.cpp", | 1650 "fonts/ScriptRunIteratorTest.cpp", |
1648 "fonts/SmallCapsIteratorTest.cpp", | 1651 "fonts/SmallCapsIteratorTest.cpp", |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1978 "//third_party/WebKit/Source:inside_blink", | 1981 "//third_party/WebKit/Source:inside_blink", |
1979 ] | 1982 ] |
1980 | 1983 |
1981 deps = [ | 1984 deps = [ |
1982 ":test_support", | 1985 ":test_support", |
1983 "//cc/surfaces:surface_id", | 1986 "//cc/surfaces:surface_id", |
1984 "//testing/gmock", | 1987 "//testing/gmock", |
1985 "//testing/gtest", | 1988 "//testing/gtest", |
1986 ] | 1989 ] |
1987 } | 1990 } |
OLD | NEW |