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

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

Issue 307243002: Fix font family based fallback font selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Windows link fix. Created 6 years, 6 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/css/CSSSegmentedFontFace.cpp ('k') | Source/platform/fonts/FontCache.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 '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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'fonts/FontCache.cpp', 339 'fonts/FontCache.cpp',
340 'fonts/FontCache.h', 340 'fonts/FontCache.h',
341 'fonts/FontCacheClient.h', 341 'fonts/FontCacheClient.h',
342 'fonts/FontCacheKey.h', 342 'fonts/FontCacheKey.h',
343 'fonts/FontCustomPlatformData.h', 343 'fonts/FontCustomPlatformData.h',
344 'fonts/FontData.cpp', 344 'fonts/FontData.cpp',
345 'fonts/FontData.h', 345 'fonts/FontData.h',
346 'fonts/FontDataCache.cpp', 346 'fonts/FontDataCache.cpp',
347 'fonts/FontDataCache.h', 347 'fonts/FontDataCache.h',
348 'fonts/FontDescription.cpp', 348 'fonts/FontDescription.cpp',
349 'fonts/FontFaceCreationParams.h',
349 'fonts/FontFallbackList.cpp', 350 'fonts/FontFallbackList.cpp',
350 'fonts/FontFallbackList.h', 351 'fonts/FontFallbackList.h',
351 'fonts/FontFamily.cpp', 352 'fonts/FontFamily.cpp',
352 'fonts/FontFamily.h', 353 'fonts/FontFamily.h',
353 'fonts/FontFeatureSettings.cpp', 354 'fonts/FontFeatureSettings.cpp',
354 'fonts/FontFeatureSettings.h', 355 'fonts/FontFeatureSettings.h',
355 'fonts/FontPlatformData.cpp', 356 'fonts/FontPlatformData.cpp',
356 'fonts/FontPlatformData.h', 357 'fonts/FontPlatformData.h',
357 'fonts/FontPlatformFeatures.h', 358 'fonts/FontPlatformFeatures.h',
358 'fonts/FontRenderStyle.h', 359 'fonts/FontRenderStyle.h',
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'graphics/ImageLayerChromiumTest.cpp', 938 'graphics/ImageLayerChromiumTest.cpp',
938 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 939 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
939 'graphics/test/MockImageDecoder.h', 940 'graphics/test/MockImageDecoder.h',
940 'graphics/test/MockWebGraphicsContext3D.h', 941 'graphics/test/MockWebGraphicsContext3D.h',
941 'image-decoders/gif/GIFImageDecoderTest.cpp', 942 'image-decoders/gif/GIFImageDecoderTest.cpp',
942 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 943 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
943 'image-decoders/webp/WEBPImageDecoderTest.cpp', 944 'image-decoders/webp/WEBPImageDecoderTest.cpp',
944 ], 945 ],
945 }, 946 },
946 } 947 }
OLDNEW
« no previous file with comments | « Source/core/css/CSSSegmentedFontFace.cpp ('k') | Source/platform/fonts/FontCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698