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

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

Issue 116423007: Moving Text Simple/Complex Path prefix from Font.cpp to new File (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing merge issues Created 6 years, 11 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
« no previous file with comments | « Source/core/rendering/svg/SVGTextMetricsBuilder.cpp ('k') | Source/platform/fonts/Font.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'text/TextBoundaries.cpp', 823 'text/TextBoundaries.cpp',
824 'text/TextBoundaries.h', 824 'text/TextBoundaries.h',
825 'text/TextBreakIterator.cpp', 825 'text/TextBreakIterator.cpp',
826 'text/TextBreakIterator.h', 826 'text/TextBreakIterator.h',
827 'text/TextBreakIteratorICU.cpp', 827 'text/TextBreakIteratorICU.cpp',
828 'text/TextBreakIteratorInternalICU.cpp', 828 'text/TextBreakIteratorInternalICU.cpp',
829 'text/TextBreakIteratorInternalICU.h', 829 'text/TextBreakIteratorInternalICU.h',
830 'text/TextCheckerClient.h', 830 'text/TextCheckerClient.h',
831 'text/TextChecking.h', 831 'text/TextChecking.h',
832 'text/TextDecoration.h', 832 'text/TextDecoration.h',
833 'text/TextPath.h',
833 'text/TextEncodingDetector.cpp', 834 'text/TextEncodingDetector.cpp',
834 'text/TextEncodingDetector.h', 835 'text/TextEncodingDetector.h',
835 'text/TextRun.cpp', 836 'text/TextRun.cpp',
836 'text/TextRun.h', 837 'text/TextRun.h',
837 'text/TextRunIterator.h', 838 'text/TextRunIterator.h',
838 'text/TextStream.cpp', 839 'text/TextStream.cpp',
839 'text/TextStream.h', 840 'text/TextStream.h',
840 'text/UnicodeBidi.h', 841 'text/UnicodeBidi.h',
841 'text/UnicodeRange.cpp', 842 'text/UnicodeRange.cpp',
842 'text/UnicodeRange.h', 843 'text/UnicodeRange.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'animation/TimingFunctionTestHelper.cpp', 923 'animation/TimingFunctionTestHelper.cpp',
923 'animation/TimingFunctionTestHelper.h', 924 'animation/TimingFunctionTestHelper.h',
924 'animation/TimingFunctionTestHelperTest.cpp', 925 'animation/TimingFunctionTestHelperTest.cpp',
925 'graphics/DeferredImageDecoderTest.cpp', 926 'graphics/DeferredImageDecoderTest.cpp',
926 'graphics/ImageDecodingStoreTest.cpp', 927 'graphics/ImageDecodingStoreTest.cpp',
927 'graphics/ImageFrameGeneratorTest.cpp', 928 'graphics/ImageFrameGeneratorTest.cpp',
928 'graphics/test/MockImageDecoder.h', 929 'graphics/test/MockImageDecoder.h',
929 ], 930 ],
930 }, 931 },
931 } 932 }
OLDNEW
« no previous file with comments | « Source/core/rendering/svg/SVGTextMetricsBuilder.cpp ('k') | Source/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698