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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 111833006: Avoiding multiple text/string parsing while creating TextRun (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@FontOptPatch1
Patch Set: Fixing review comments for rebasing files Created 6 years, 12 months 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 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'text/TextBoundaries.cpp', 814 'text/TextBoundaries.cpp',
815 'text/TextBoundaries.h', 815 'text/TextBoundaries.h',
816 'text/TextBreakIterator.cpp', 816 'text/TextBreakIterator.cpp',
817 'text/TextBreakIterator.h', 817 'text/TextBreakIterator.h',
818 'text/TextBreakIteratorICU.cpp', 818 'text/TextBreakIteratorICU.cpp',
819 'text/TextBreakIteratorInternalICU.cpp', 819 'text/TextBreakIteratorInternalICU.cpp',
820 'text/TextBreakIteratorInternalICU.h', 820 'text/TextBreakIteratorInternalICU.h',
821 'text/TextCheckerClient.h', 821 'text/TextCheckerClient.h',
822 'text/TextChecking.h', 822 'text/TextChecking.h',
823 'text/TextDecoration.h', 823 'text/TextDecoration.h',
824 'text/TextPath.h',
824 'text/TextEncodingDetector.cpp', 825 'text/TextEncodingDetector.cpp',
825 'text/TextEncodingDetector.h', 826 'text/TextEncodingDetector.h',
826 'text/TextRun.cpp', 827 'text/TextRun.cpp',
827 'text/TextRun.h', 828 'text/TextRun.h',
828 'text/TextRunIterator.h', 829 'text/TextRunIterator.h',
829 'text/TextStream.cpp', 830 'text/TextStream.cpp',
830 'text/TextStream.h', 831 'text/TextStream.h',
831 'text/UnicodeBidi.h', 832 'text/UnicodeBidi.h',
832 'text/UnicodeRange.cpp', 833 'text/UnicodeRange.cpp',
833 'text/UnicodeRange.h', 834 'text/UnicodeRange.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 'text/BidiResolverTest.cpp', 904 'text/BidiResolverTest.cpp',
904 'text/DateTimeFormatTest.cpp', 905 'text/DateTimeFormatTest.cpp',
905 'text/UnicodeUtilitiesTest.cpp', 906 'text/UnicodeUtilitiesTest.cpp',
906 'weborigin/DatabaseIdentifierTest.cpp', 907 'weborigin/DatabaseIdentifierTest.cpp',
907 'weborigin/KURLTest.cpp', 908 'weborigin/KURLTest.cpp',
908 'weborigin/OriginAccessEntryTest.cpp', 909 'weborigin/OriginAccessEntryTest.cpp',
909 'weborigin/SecurityOriginTest.cpp', 910 'weborigin/SecurityOriginTest.cpp',
910 ], 911 ],
911 }, 912 },
912 } 913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698