Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(894)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 1479003002: Remove Simple Text Path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "fonts/FontFamily.h", 606 "fonts/FontFamily.h",
607 "fonts/FontFeatureSettings.cpp", 607 "fonts/FontFeatureSettings.cpp",
608 "fonts/FontFeatureSettings.h", 608 "fonts/FontFeatureSettings.h",
609 "fonts/FontPlatformData.cpp", 609 "fonts/FontPlatformData.cpp",
610 "fonts/FontPlatformData.h", 610 "fonts/FontPlatformData.h",
611 "fonts/FontVariantNumeric.h", 611 "fonts/FontVariantNumeric.h",
612 "fonts/GenericFontFamilySettings.cpp", 612 "fonts/GenericFontFamilySettings.cpp",
613 "fonts/GenericFontFamilySettings.h", 613 "fonts/GenericFontFamilySettings.h",
614 "fonts/GlyphBuffer.h", 614 "fonts/GlyphBuffer.h",
615 "fonts/GlyphMetricsMap.h", 615 "fonts/GlyphMetricsMap.h",
616 "fonts/GlyphPage.h",
617 "fonts/GlyphPageTreeNode.cpp",
618 "fonts/GlyphPageTreeNode.h",
619 "fonts/Latin1TextIterator.h", 616 "fonts/Latin1TextIterator.h",
620 "fonts/OrientationIterator.cpp", 617 "fonts/OrientationIterator.cpp",
621 "fonts/OrientationIterator.h", 618 "fonts/OrientationIterator.h",
622 "fonts/ScriptRunIterator.cpp", 619 "fonts/ScriptRunIterator.cpp",
623 "fonts/ScriptRunIterator.h", 620 "fonts/ScriptRunIterator.h",
624 "fonts/SegmentedFontData.cpp", 621 "fonts/SegmentedFontData.cpp",
625 "fonts/SegmentedFontData.h", 622 "fonts/SegmentedFontData.h",
626 "fonts/SimpleFontData.cpp", 623 "fonts/SimpleFontData.cpp",
627 "fonts/SimpleFontData.h", 624 "fonts/SimpleFontData.h",
628 "fonts/SmallCapsIterator.cpp", 625 "fonts/SmallCapsIterator.cpp",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 "fonts/shaping/ShapeResult.h", 666 "fonts/shaping/ShapeResult.h",
670 "fonts/shaping/ShapeResultBuffer.cpp", 667 "fonts/shaping/ShapeResultBuffer.cpp",
671 "fonts/shaping/ShapeResultBuffer.h", 668 "fonts/shaping/ShapeResultBuffer.h",
672 "fonts/shaping/ShapeResultInlineHeaders.h", 669 "fonts/shaping/ShapeResultInlineHeaders.h",
673 "fonts/shaping/ShapeResultSpacing.cpp", 670 "fonts/shaping/ShapeResultSpacing.cpp",
674 "fonts/shaping/ShapeResultSpacing.h", 671 "fonts/shaping/ShapeResultSpacing.h",
675 "fonts/shaping/ShapeResultTestInfo.cpp", 672 "fonts/shaping/ShapeResultTestInfo.cpp",
676 "fonts/shaping/ShapeResultTestInfo.h", 673 "fonts/shaping/ShapeResultTestInfo.h",
677 "fonts/shaping/Shaper.cpp", 674 "fonts/shaping/Shaper.cpp",
678 "fonts/shaping/Shaper.h", 675 "fonts/shaping/Shaper.h",
679 "fonts/shaping/SimpleShaper.cpp",
680 "fonts/shaping/SimpleShaper.h",
681 "fonts/skia/FontCacheSkia.cpp", 676 "fonts/skia/FontCacheSkia.cpp",
682 "fonts/skia/SkiaTextMetrics.cpp", 677 "fonts/skia/SkiaTextMetrics.cpp",
683 "fonts/skia/SkiaTextMetrics.h", 678 "fonts/skia/SkiaTextMetrics.h",
684 "fonts/win/FontCacheSkiaWin.cpp", 679 "fonts/win/FontCacheSkiaWin.cpp",
685 "fonts/win/FontFallbackWin.cpp", 680 "fonts/win/FontFallbackWin.cpp",
686 "fonts/win/FontFallbackWin.h", 681 "fonts/win/FontFallbackWin.h",
687 "fonts/win/FontPlatformDataWin.cpp", 682 "fonts/win/FontPlatformDataWin.cpp",
688 "geometry/DoublePoint.cpp", 683 "geometry/DoublePoint.cpp",
689 "geometry/DoublePoint.h", 684 "geometry/DoublePoint.h",
690 "geometry/DoubleRect.cpp", 685 "geometry/DoubleRect.cpp",
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 "text/TextBreakIterator.h", 1275 "text/TextBreakIterator.h",
1281 "text/TextBreakIteratorICU.cpp", 1276 "text/TextBreakIteratorICU.cpp",
1282 "text/TextBreakIteratorInternalICU.cpp", 1277 "text/TextBreakIteratorInternalICU.cpp",
1283 "text/TextBreakIteratorInternalICU.h", 1278 "text/TextBreakIteratorInternalICU.h",
1284 "text/TextCheckerClient.cpp", 1279 "text/TextCheckerClient.cpp",
1285 "text/TextCheckerClient.h", 1280 "text/TextCheckerClient.h",
1286 "text/TextChecking.h", 1281 "text/TextChecking.h",
1287 "text/TextDecoration.h", 1282 "text/TextDecoration.h",
1288 "text/TextEncodingDetector.cpp", 1283 "text/TextEncodingDetector.cpp",
1289 "text/TextEncodingDetector.h", 1284 "text/TextEncodingDetector.h",
1290 "text/TextPath.h",
1291 "text/TextRun.cpp", 1285 "text/TextRun.cpp",
1292 "text/TextRun.h", 1286 "text/TextRun.h",
1293 "text/TextRunIterator.h", 1287 "text/TextRunIterator.h",
1294 "text/TextStream.cpp", 1288 "text/TextStream.cpp",
1295 "text/TextStream.h", 1289 "text/TextStream.h",
1296 "text/UnicodeBidi.h", 1290 "text/UnicodeBidi.h",
1297 "text/UnicodeRange.cpp", 1291 "text/UnicodeRange.cpp",
1298 "text/UnicodeRange.h", 1292 "text/UnicodeRange.h",
1299 "text/UnicodeUtilities.cpp", 1293 "text/UnicodeUtilities.cpp",
1300 "text/UnicodeUtilities.h", 1294 "text/UnicodeUtilities.h",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 "animation/TimingFunctionTest.cpp", 1631 "animation/TimingFunctionTest.cpp",
1638 "blob/BlobDataTest.cpp", 1632 "blob/BlobDataTest.cpp",
1639 "clipboard/ClipboardUtilitiesTest.cpp", 1633 "clipboard/ClipboardUtilitiesTest.cpp",
1640 "exported/FilePathConversionTest.cpp", 1634 "exported/FilePathConversionTest.cpp",
1641 "fonts/AcceptLanguagesResolverTest.cpp", 1635 "fonts/AcceptLanguagesResolverTest.cpp",
1642 "fonts/FontCacheTest.cpp", 1636 "fonts/FontCacheTest.cpp",
1643 "fonts/FontDescriptionTest.cpp", 1637 "fonts/FontDescriptionTest.cpp",
1644 "fonts/FontPlatformDataTest.cpp", 1638 "fonts/FontPlatformDataTest.cpp",
1645 "fonts/FontTest.cpp", 1639 "fonts/FontTest.cpp",
1646 "fonts/GlyphBufferTest.cpp", 1640 "fonts/GlyphBufferTest.cpp",
1647 "fonts/GlyphPageTreeNodeTest.cpp",
1648 "fonts/OrientationIteratorTest.cpp", 1641 "fonts/OrientationIteratorTest.cpp",
1649 "fonts/ScriptRunIteratorTest.cpp", 1642 "fonts/ScriptRunIteratorTest.cpp",
1650 "fonts/SmallCapsIteratorTest.cpp", 1643 "fonts/SmallCapsIteratorTest.cpp",
1651 "fonts/SymbolsIteratorTest.cpp", 1644 "fonts/SymbolsIteratorTest.cpp",
1652 "fonts/UnicodeRangeSetTest.cpp", 1645 "fonts/UnicodeRangeSetTest.cpp",
1653 "fonts/android/FontCacheAndroidTest.cpp", 1646 "fonts/android/FontCacheAndroidTest.cpp",
1654 "fonts/mac/FontFamilyMatcherMacTest.mm", 1647 "fonts/mac/FontFamilyMatcherMacTest.mm",
1655 "fonts/opentype/OpenTypeVerticalDataTest.cpp", 1648 "fonts/opentype/OpenTypeVerticalDataTest.cpp",
1656 "fonts/shaping/CachingWordShaperTest.cpp", 1649 "fonts/shaping/CachingWordShaperTest.cpp",
1657 "fonts/shaping/HarfBuzzShaperTest.cpp", 1650 "fonts/shaping/HarfBuzzShaperTest.cpp",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 "//third_party/WebKit/Source:inside_blink", 1973 "//third_party/WebKit/Source:inside_blink",
1981 ] 1974 ]
1982 1975
1983 deps = [ 1976 deps = [
1984 ":test_support", 1977 ":test_support",
1985 "//cc/surfaces:surface_id", 1978 "//cc/surfaces:surface_id",
1986 "//testing/gmock", 1979 "//testing/gmock",
1987 "//testing/gtest", 1980 "//testing/gtest",
1988 ] 1981 ]
1989 } 1982 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp ('k') | third_party/WebKit/Source/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698