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

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

Issue 1847853004: Move Character.h from platform/fonts to platform/text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 8 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'exported/WebURLRequestPrivate.h', 381 'exported/WebURLRequestPrivate.h',
382 'exported/WebURLResponse.cpp', 382 'exported/WebURLResponse.cpp',
383 'exported/WebURLResponsePrivate.h', 383 'exported/WebURLResponsePrivate.h',
384 'exported/WrappedResourceRequest.h', 384 'exported/WrappedResourceRequest.h',
385 'exported/WrappedResourceResponse.h', 385 'exported/WrappedResourceResponse.h',
386 'exported/linux/WebFontRenderStyle.cpp', 386 'exported/linux/WebFontRenderStyle.cpp',
387 'fonts/AcceptLanguagesResolver.cpp', 387 'fonts/AcceptLanguagesResolver.cpp',
388 'fonts/AcceptLanguagesResolver.h', 388 'fonts/AcceptLanguagesResolver.h',
389 'fonts/AlternateFontFamily.h', 389 'fonts/AlternateFontFamily.h',
390 'fonts/CharacterRange.h', 390 'fonts/CharacterRange.h',
391 'fonts/Character.cpp',
392 'fonts/Character.h',
393 'fonts/CharacterEmoji.cpp',
394 'fonts/CustomFontData.h', 391 'fonts/CustomFontData.h',
395 'fonts/Font.cpp', 392 'fonts/Font.cpp',
396 'fonts/Font.h', 393 'fonts/Font.h',
397 'fonts/FontBaseline.h', 394 'fonts/FontBaseline.h',
398 'fonts/FontCache.cpp', 395 'fonts/FontCache.cpp',
399 'fonts/FontCache.h', 396 'fonts/FontCache.h',
400 'fonts/FontCacheClient.h', 397 'fonts/FontCacheClient.h',
401 'fonts/FontCacheKey.h', 398 'fonts/FontCacheKey.h',
402 'fonts/FontCacheMemoryDumpProvider.h', 399 'fonts/FontCacheMemoryDumpProvider.h',
403 'fonts/FontCacheMemoryDumpProvider.cpp', 400 'fonts/FontCacheMemoryDumpProvider.cpp',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 'speech/PlatformSpeechSynthesizer.cpp', 946 'speech/PlatformSpeechSynthesizer.cpp',
950 'speech/PlatformSpeechSynthesizer.h', 947 'speech/PlatformSpeechSynthesizer.h',
951 'text/BidiCharacterRun.cpp', 948 'text/BidiCharacterRun.cpp',
952 'text/BidiCharacterRun.h', 949 'text/BidiCharacterRun.h',
953 'text/BidiContext.cpp', 950 'text/BidiContext.cpp',
954 'text/BidiContext.h', 951 'text/BidiContext.h',
955 'text/BidiResolver.h', 952 'text/BidiResolver.h',
956 'text/BidiRunList.h', 953 'text/BidiRunList.h',
957 'text/BidiTextRun.cpp', 954 'text/BidiTextRun.cpp',
958 'text/BidiTextRun.h', 955 'text/BidiTextRun.h',
956 'text/Character.cpp',
957 'text/Character.h',
958 'text/CharacterEmoji.cpp',
959 'text/CompressibleString.cpp', 959 'text/CompressibleString.cpp',
960 'text/CompressibleString.h', 960 'text/CompressibleString.h',
961 'text/DateTimeFormat.cpp', 961 'text/DateTimeFormat.cpp',
962 'text/DateTimeFormat.h', 962 'text/DateTimeFormat.h',
963 'text/DecodeEscapeSequences.h', 963 'text/DecodeEscapeSequences.h',
964 'text/LineEnding.cpp', 964 'text/LineEnding.cpp',
965 'text/LineEnding.h', 965 'text/LineEnding.h',
966 'text/LocaleICU.cpp', 966 'text/LocaleICU.cpp',
967 'text/LocaleICU.h', 967 'text/LocaleICU.h',
968 'text/LocaleMac.h', 968 'text/LocaleMac.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 'animation/AnimationTranslationUtilTest.cpp', 1132 'animation/AnimationTranslationUtilTest.cpp',
1133 'animation/CompositorAnimationPlayerTest.cpp', 1133 'animation/CompositorAnimationPlayerTest.cpp',
1134 'animation/CompositorAnimationTest.cpp', 1134 'animation/CompositorAnimationTest.cpp',
1135 'animation/CompositorAnimationTimelineTest.cpp', 1135 'animation/CompositorAnimationTimelineTest.cpp',
1136 'animation/CompositorFloatAnimationCurveTest.cpp', 1136 'animation/CompositorFloatAnimationCurveTest.cpp',
1137 'animation/TimingFunctionTest.cpp', 1137 'animation/TimingFunctionTest.cpp',
1138 'blob/BlobDataTest.cpp', 1138 'blob/BlobDataTest.cpp',
1139 'clipboard/ClipboardUtilitiesTest.cpp', 1139 'clipboard/ClipboardUtilitiesTest.cpp',
1140 'exported/FilePathConversionTest.cpp', 1140 'exported/FilePathConversionTest.cpp',
1141 'fonts/AcceptLanguagesResolverTest.cpp', 1141 'fonts/AcceptLanguagesResolverTest.cpp',
1142 'fonts/CharacterTest.cpp',
1143 'fonts/FontCacheTest.cpp', 1142 'fonts/FontCacheTest.cpp',
1144 'fonts/FontDescriptionTest.cpp', 1143 'fonts/FontDescriptionTest.cpp',
1145 'fonts/FontPlatformDataTest.cpp', 1144 'fonts/FontPlatformDataTest.cpp',
1146 'fonts/GlyphBufferTest.cpp', 1145 'fonts/GlyphBufferTest.cpp',
1147 'fonts/GlyphPageTreeNodeTest.cpp', 1146 'fonts/GlyphPageTreeNodeTest.cpp',
1148 'fonts/OrientationIteratorTest.cpp', 1147 'fonts/OrientationIteratorTest.cpp',
1149 'fonts/ScriptRunIteratorTest.cpp', 1148 'fonts/ScriptRunIteratorTest.cpp',
1150 'fonts/SmallCapsIteratorTest.cpp', 1149 'fonts/SmallCapsIteratorTest.cpp',
1151 'fonts/SymbolsIteratorTest.cpp', 1150 'fonts/SymbolsIteratorTest.cpp',
1152 'fonts/UnicodeRangeSetTest.cpp', 1151 'fonts/UnicodeRangeSetTest.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 'mac/VersionUtilMacTest.mm', 1195 'mac/VersionUtilMacTest.mm',
1197 'network/EncodedFormDataTest.cpp', 1196 'network/EncodedFormDataTest.cpp',
1198 'network/HTTPParsersTest.cpp', 1197 'network/HTTPParsersTest.cpp',
1199 'network/ResourceRequestTest.cpp', 1198 'network/ResourceRequestTest.cpp',
1200 'scheduler/CancellableTaskFactoryTest.cpp', 1199 'scheduler/CancellableTaskFactoryTest.cpp',
1201 'scroll/ScrollableAreaTest.cpp', 1200 'scroll/ScrollableAreaTest.cpp',
1202 'testing/ArenaTestHelpers.h', 1201 'testing/ArenaTestHelpers.h',
1203 'testing/TreeTestHelpers.cpp', 1202 'testing/TreeTestHelpers.cpp',
1204 'testing/TreeTestHelpers.h', 1203 'testing/TreeTestHelpers.h',
1205 'text/BidiResolverTest.cpp', 1204 'text/BidiResolverTest.cpp',
1205 'text/CharacterTest.cpp',
1206 'text/DateTimeFormatTest.cpp', 1206 'text/DateTimeFormatTest.cpp',
1207 'text/LocaleToScriptMappingTest.cpp', 1207 'text/LocaleToScriptMappingTest.cpp',
1208 'text/SegmentedStringTest.cpp', 1208 'text/SegmentedStringTest.cpp',
1209 'text/TextBreakIteratorTest.cpp', 1209 'text/TextBreakIteratorTest.cpp',
1210 'text/UnicodeUtilitiesTest.cpp', 1210 'text/UnicodeUtilitiesTest.cpp',
1211 'threading/BackgroundTaskRunnerTest.cpp', 1211 'threading/BackgroundTaskRunnerTest.cpp',
1212 'transforms/TransformOperationsTest.cpp', 1212 'transforms/TransformOperationsTest.cpp',
1213 'transforms/TransformTestHelper.h', 1213 'transforms/TransformTestHelper.h',
1214 'transforms/TransformationMatrixTest.cpp', 1214 'transforms/TransformationMatrixTest.cpp',
1215 'transforms/RotationTest.cpp', 1215 'transforms/RotationTest.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 ['OS!="mac"', 1296 ['OS!="mac"',
1297 { 1297 {
1298 'platform_test_files': [ 1298 'platform_test_files': [
1299 'scroll/ScrollAnimatorTest.cpp', 1299 'scroll/ScrollAnimatorTest.cpp',
1300 ], 1300 ],
1301 } 1301 }
1302 ], 1302 ],
1303 ], 1303 ],
1304 }, 1304 },
1305 } 1305 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/fonts/Character.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698