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

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

Issue 1806653002: Shape unicode-range: font faces in only one iteration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update UnicodeRangeSetTests to RefPtrtr, rm copy constructor and test Created 4 years, 9 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'fonts/FontCache.cpp', 404 'fonts/FontCache.cpp',
405 'fonts/FontCache.h', 405 'fonts/FontCache.h',
406 'fonts/FontCacheClient.h', 406 'fonts/FontCacheClient.h',
407 'fonts/FontCacheKey.h', 407 'fonts/FontCacheKey.h',
408 'fonts/FontCacheMemoryDumpProvider.h', 408 'fonts/FontCacheMemoryDumpProvider.h',
409 'fonts/FontCacheMemoryDumpProvider.cpp', 409 'fonts/FontCacheMemoryDumpProvider.cpp',
410 'fonts/FontCustomPlatformData.h', 410 'fonts/FontCustomPlatformData.h',
411 'fonts/FontCustomPlatformData.cpp', 411 'fonts/FontCustomPlatformData.cpp',
412 'fonts/FontData.cpp', 412 'fonts/FontData.cpp',
413 'fonts/FontData.h', 413 'fonts/FontData.h',
414 'fonts/FontDataRange.h',
415 'fonts/FontDataCache.cpp', 414 'fonts/FontDataCache.cpp',
416 'fonts/FontDataCache.h', 415 'fonts/FontDataCache.h',
416 'fonts/FontDataForRangeSet.h',
417 'fonts/FontDescription.cpp', 417 'fonts/FontDescription.cpp',
418 'fonts/FontFaceCreationParams.h', 418 'fonts/FontFaceCreationParams.h',
419 'fonts/FontFallbackIterator.cpp', 419 'fonts/FontFallbackIterator.cpp',
420 'fonts/FontFallbackIterator.h', 420 'fonts/FontFallbackIterator.h',
421 'fonts/FontFallbackList.cpp', 421 'fonts/FontFallbackList.cpp',
422 'fonts/FontFallbackList.h', 422 'fonts/FontFallbackList.h',
423 'fonts/FontFallbackPriority.h', 423 'fonts/FontFallbackPriority.h',
424 'fonts/FontFallbackPriority.cpp', 424 'fonts/FontFallbackPriority.cpp',
425 'fonts/FontFamily.cpp', 425 'fonts/FontFamily.cpp',
426 'fonts/FontFamily.h', 426 'fonts/FontFamily.h',
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 ['OS!="mac"', 1287 ['OS!="mac"',
1288 { 1288 {
1289 'platform_test_files': [ 1289 'platform_test_files': [
1290 'scroll/ScrollAnimatorTest.cpp', 1290 'scroll/ScrollAnimatorTest.cpp',
1291 ], 1291 ],
1292 } 1292 }
1293 ], 1293 ],
1294 ], 1294 ],
1295 }, 1295 },
1296 } 1296 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698