| 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "fonts/FontFallbackList.h", | 586 "fonts/FontFallbackList.h", |
| 587 "fonts/FontFallbackPriority.cpp", | 587 "fonts/FontFallbackPriority.cpp", |
| 588 "fonts/FontFallbackPriority.h", | 588 "fonts/FontFallbackPriority.h", |
| 589 "fonts/FontFamily.cpp", | 589 "fonts/FontFamily.cpp", |
| 590 "fonts/FontFamily.h", | 590 "fonts/FontFamily.h", |
| 591 "fonts/FontPlatformData.cpp", | 591 "fonts/FontPlatformData.cpp", |
| 592 "fonts/FontPlatformData.h", | 592 "fonts/FontPlatformData.h", |
| 593 "fonts/FontVariantNumeric.h", | 593 "fonts/FontVariantNumeric.h", |
| 594 "fonts/GenericFontFamilySettings.cpp", | 594 "fonts/GenericFontFamilySettings.cpp", |
| 595 "fonts/GenericFontFamilySettings.h", | 595 "fonts/GenericFontFamilySettings.h", |
| 596 "fonts/GlyphBuffer.h", | |
| 597 "fonts/GlyphMetricsMap.h", | 596 "fonts/GlyphMetricsMap.h", |
| 598 "fonts/OrientationIterator.cpp", | 597 "fonts/OrientationIterator.cpp", |
| 599 "fonts/OrientationIterator.h", | 598 "fonts/OrientationIterator.h", |
| 600 "fonts/ScriptRunIterator.cpp", | 599 "fonts/ScriptRunIterator.cpp", |
| 601 "fonts/ScriptRunIterator.h", | 600 "fonts/ScriptRunIterator.h", |
| 602 "fonts/SegmentedFontData.cpp", | 601 "fonts/SegmentedFontData.cpp", |
| 603 "fonts/SegmentedFontData.h", | 602 "fonts/SegmentedFontData.h", |
| 604 "fonts/SimpleFontData.cpp", | 603 "fonts/SimpleFontData.cpp", |
| 605 "fonts/SimpleFontData.h", | 604 "fonts/SimpleFontData.h", |
| 606 "fonts/SmallCapsIterator.cpp", | 605 "fonts/SmallCapsIterator.cpp", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 "fonts/shaping/CaseMappingHarfBuzzBufferFiller.h", | 639 "fonts/shaping/CaseMappingHarfBuzzBufferFiller.h", |
| 641 "fonts/shaping/HarfBuzzFace.cpp", | 640 "fonts/shaping/HarfBuzzFace.cpp", |
| 642 "fonts/shaping/HarfBuzzFace.h", | 641 "fonts/shaping/HarfBuzzFace.h", |
| 643 "fonts/shaping/HarfBuzzShaper.cpp", | 642 "fonts/shaping/HarfBuzzShaper.cpp", |
| 644 "fonts/shaping/HarfBuzzShaper.h", | 643 "fonts/shaping/HarfBuzzShaper.h", |
| 645 "fonts/shaping/RunSegmenter.cpp", | 644 "fonts/shaping/RunSegmenter.cpp", |
| 646 "fonts/shaping/RunSegmenter.h", | 645 "fonts/shaping/RunSegmenter.h", |
| 647 "fonts/shaping/ShapeCache.h", | 646 "fonts/shaping/ShapeCache.h", |
| 648 "fonts/shaping/ShapeResult.cpp", | 647 "fonts/shaping/ShapeResult.cpp", |
| 649 "fonts/shaping/ShapeResult.h", | 648 "fonts/shaping/ShapeResult.h", |
| 649 "fonts/shaping/ShapeResultBloberizer.cpp", |
| 650 "fonts/shaping/ShapeResultBloberizer.h", |
| 650 "fonts/shaping/ShapeResultBuffer.cpp", | 651 "fonts/shaping/ShapeResultBuffer.cpp", |
| 651 "fonts/shaping/ShapeResultBuffer.h", | 652 "fonts/shaping/ShapeResultBuffer.h", |
| 652 "fonts/shaping/ShapeResultInlineHeaders.h", | 653 "fonts/shaping/ShapeResultInlineHeaders.h", |
| 653 "fonts/shaping/ShapeResultSpacing.cpp", | 654 "fonts/shaping/ShapeResultSpacing.cpp", |
| 654 "fonts/shaping/ShapeResultSpacing.h", | 655 "fonts/shaping/ShapeResultSpacing.h", |
| 655 "fonts/shaping/ShapeResultTestInfo.cpp", | 656 "fonts/shaping/ShapeResultTestInfo.cpp", |
| 656 "fonts/shaping/ShapeResultTestInfo.h", | 657 "fonts/shaping/ShapeResultTestInfo.h", |
| 657 "fonts/skia/FontCacheSkia.cpp", | 658 "fonts/skia/FontCacheSkia.cpp", |
| 658 "fonts/skia/SkiaTextMetrics.cpp", | 659 "fonts/skia/SkiaTextMetrics.cpp", |
| 659 "fonts/skia/SkiaTextMetrics.h", | 660 "fonts/skia/SkiaTextMetrics.h", |
| (...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1668 "blob/BlobDataTest.cpp", | 1669 "blob/BlobDataTest.cpp", |
| 1669 "exported/FilePathConversionTest.cpp", | 1670 "exported/FilePathConversionTest.cpp", |
| 1670 "exported/WebStringTest.cpp", | 1671 "exported/WebStringTest.cpp", |
| 1671 "feature_policy/FeaturePolicyTest.cpp", | 1672 "feature_policy/FeaturePolicyTest.cpp", |
| 1672 "fonts/AcceptLanguagesResolverTest.cpp", | 1673 "fonts/AcceptLanguagesResolverTest.cpp", |
| 1673 "fonts/FontCacheTest.cpp", | 1674 "fonts/FontCacheTest.cpp", |
| 1674 "fonts/FontDescriptionTest.cpp", | 1675 "fonts/FontDescriptionTest.cpp", |
| 1675 "fonts/FontPlatformDataTest.cpp", | 1676 "fonts/FontPlatformDataTest.cpp", |
| 1676 "fonts/FontTest.cpp", | 1677 "fonts/FontTest.cpp", |
| 1677 "fonts/GenericFontFamilySettingsTest.cpp", | 1678 "fonts/GenericFontFamilySettingsTest.cpp", |
| 1678 "fonts/GlyphBufferTest.cpp", | |
| 1679 "fonts/OrientationIteratorTest.cpp", | 1679 "fonts/OrientationIteratorTest.cpp", |
| 1680 "fonts/ScriptRunIteratorTest.cpp", | 1680 "fonts/ScriptRunIteratorTest.cpp", |
| 1681 "fonts/SmallCapsIteratorTest.cpp", | 1681 "fonts/SmallCapsIteratorTest.cpp", |
| 1682 "fonts/SymbolsIteratorTest.cpp", | 1682 "fonts/SymbolsIteratorTest.cpp", |
| 1683 "fonts/UnicodeRangeSetTest.cpp", | 1683 "fonts/UnicodeRangeSetTest.cpp", |
| 1684 "fonts/android/FontCacheAndroidTest.cpp", | 1684 "fonts/android/FontCacheAndroidTest.cpp", |
| 1685 "fonts/mac/FontFamilyMatcherMacTest.mm", | 1685 "fonts/mac/FontFamilyMatcherMacTest.mm", |
| 1686 "fonts/opentype/FontSettingsTest.cpp", | 1686 "fonts/opentype/FontSettingsTest.cpp", |
| 1687 "fonts/opentype/OpenTypeVerticalDataTest.cpp", | 1687 "fonts/opentype/OpenTypeVerticalDataTest.cpp", |
| 1688 "fonts/shaping/CachingWordShaperTest.cpp", | 1688 "fonts/shaping/CachingWordShaperTest.cpp", |
| 1689 "fonts/shaping/HarfBuzzShaperTest.cpp", | 1689 "fonts/shaping/HarfBuzzShaperTest.cpp", |
| 1690 "fonts/shaping/RunSegmenterTest.cpp", | 1690 "fonts/shaping/RunSegmenterTest.cpp", |
| 1691 "fonts/shaping/ShapeResultBloberizerTest.cpp", |
| 1691 "geometry/DoubleRectTest.cpp", | 1692 "geometry/DoubleRectTest.cpp", |
| 1692 "geometry/FloatBoxTest.cpp", | 1693 "geometry/FloatBoxTest.cpp", |
| 1693 "geometry/FloatBoxTestHelpers.cpp", | 1694 "geometry/FloatBoxTestHelpers.cpp", |
| 1694 "geometry/FloatPointTest.cpp", | 1695 "geometry/FloatPointTest.cpp", |
| 1695 "geometry/FloatPolygonTest.cpp", | 1696 "geometry/FloatPolygonTest.cpp", |
| 1696 "geometry/FloatQuadTest.cpp", | 1697 "geometry/FloatQuadTest.cpp", |
| 1697 "geometry/FloatRectTest.cpp", | 1698 "geometry/FloatRectTest.cpp", |
| 1698 "geometry/FloatRoundedRectTest.cpp", | 1699 "geometry/FloatRoundedRectTest.cpp", |
| 1699 "geometry/FloatSizeTest.cpp", | 1700 "geometry/FloatSizeTest.cpp", |
| 1700 "geometry/GeometryTestHelpers.cpp", | 1701 "geometry/GeometryTestHelpers.cpp", |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2087 "//third_party/WebKit/Source:config", | 2088 "//third_party/WebKit/Source:config", |
| 2088 "//third_party/WebKit/Source:inside_blink", | 2089 "//third_party/WebKit/Source:inside_blink", |
| 2089 ] | 2090 ] |
| 2090 | 2091 |
| 2091 deps = [ | 2092 deps = [ |
| 2092 ":test_support", | 2093 ":test_support", |
| 2093 "//testing/gmock", | 2094 "//testing/gmock", |
| 2094 "//testing/gtest", | 2095 "//testing/gtest", |
| 2095 ] | 2096 ] |
| 2096 } | 2097 } |
| OLD | NEW |