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

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

Issue 2032943002: Avoid one temporary copy on web fonts decoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'fonts/SmallCapsIterator.h', 437 'fonts/SmallCapsIterator.h',
438 'fonts/SymbolsIterator.cpp', 438 'fonts/SymbolsIterator.cpp',
439 'fonts/SymbolsIterator.h', 439 'fonts/SymbolsIterator.h',
440 'fonts/TextBlob.h', 440 'fonts/TextBlob.h',
441 'fonts/UnicodeRangeSet.cpp', 441 'fonts/UnicodeRangeSet.cpp',
442 'fonts/UnicodeRangeSet.h', 442 'fonts/UnicodeRangeSet.h',
443 'fonts/UTF16TextIterator.cpp', 443 'fonts/UTF16TextIterator.cpp',
444 'fonts/UTF16TextIterator.h', 444 'fonts/UTF16TextIterator.h',
445 'fonts/VDMXParser.cpp', 445 'fonts/VDMXParser.cpp',
446 'fonts/VDMXParser.h', 446 'fonts/VDMXParser.h',
447 'fonts/WebFontDecoder.h',
448 'fonts/WebFontDecoder.cpp',
447 'fonts/android/FontCacheAndroid.cpp', 449 'fonts/android/FontCacheAndroid.cpp',
448 'fonts/linux/FontCacheLinux.cpp', 450 'fonts/linux/FontCacheLinux.cpp',
449 'fonts/linux/FontPlatformDataLinux.cpp', 451 'fonts/linux/FontPlatformDataLinux.cpp',
450 'fonts/linux/FontRenderStyle.cpp', 452 'fonts/linux/FontRenderStyle.cpp',
451 'fonts/linux/FontRenderStyle.h', 453 'fonts/linux/FontRenderStyle.h',
452 'fonts/mac/FontFamilyMatcherMac.h', 454 'fonts/mac/FontFamilyMatcherMac.h',
453 'fonts/mac/FontFamilyMatcherMac.mm', 455 'fonts/mac/FontFamilyMatcherMac.mm',
454 'fonts/mac/FontCacheMac.mm', 456 'fonts/mac/FontCacheMac.mm',
455 'fonts/mac/FontPlatformDataMac.mm', 457 'fonts/mac/FontPlatformDataMac.mm',
456 'fonts/opentype/OpenTypeCapsSupport.h', 458 'fonts/opentype/OpenTypeCapsSupport.h',
457 'fonts/opentype/OpenTypeCapsSupport.cpp', 459 'fonts/opentype/OpenTypeCapsSupport.cpp',
458 'fonts/opentype/OpenTypeCapsSupportMPL.cpp', 460 'fonts/opentype/OpenTypeCapsSupportMPL.cpp',
459 'fonts/opentype/OpenTypeSanitizer.cpp',
460 'fonts/opentype/OpenTypeSanitizer.h',
461 'fonts/opentype/OpenTypeTypes.h', 461 'fonts/opentype/OpenTypeTypes.h',
462 'fonts/opentype/OpenTypeVerticalData.cpp', 462 'fonts/opentype/OpenTypeVerticalData.cpp',
463 'fonts/opentype/OpenTypeVerticalData.h', 463 'fonts/opentype/OpenTypeVerticalData.h',
464 'fonts/shaping/CachingWordShapeIterator.h', 464 'fonts/shaping/CachingWordShapeIterator.h',
465 'fonts/shaping/CachingWordShaper.cpp', 465 'fonts/shaping/CachingWordShaper.cpp',
466 'fonts/shaping/CachingWordShaper.h', 466 'fonts/shaping/CachingWordShaper.h',
467 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.cpp', 467 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.cpp',
468 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.h', 468 'fonts/shaping/CaseMappingHarfBuzzBufferFiller.h',
469 'fonts/shaping/HarfBuzzFace.cpp', 469 'fonts/shaping/HarfBuzzFace.cpp',
470 'fonts/shaping/HarfBuzzFace.h', 470 'fonts/shaping/HarfBuzzFace.h',
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 ['use_default_render_theme==1', 1331 ['use_default_render_theme==1',
1332 { 1332 {
1333 'platform_test_files': [ 1333 'platform_test_files': [
1334 'scroll/ScrollbarThemeAuraTest.cpp', 1334 'scroll/ScrollbarThemeAuraTest.cpp',
1335 ], 1335 ],
1336 } 1336 }
1337 ], 1337 ],
1338 ], 1338 ],
1339 }, 1339 },
1340 } 1340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698