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

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

Issue 1561633002: Relocate ShapeResult's GlyphBuffer helpers to ShapeResultBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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 | « no previous file | third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.cpp » ('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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'fonts/shaping/CachingWordShaper.h', 431 'fonts/shaping/CachingWordShaper.h',
432 'fonts/shaping/HarfBuzzFace.cpp', 432 'fonts/shaping/HarfBuzzFace.cpp',
433 'fonts/shaping/HarfBuzzFace.h', 433 'fonts/shaping/HarfBuzzFace.h',
434 'fonts/shaping/HarfBuzzShaper.cpp', 434 'fonts/shaping/HarfBuzzShaper.cpp',
435 'fonts/shaping/HarfBuzzShaper.h', 435 'fonts/shaping/HarfBuzzShaper.h',
436 'fonts/shaping/RunSegmenter.h', 436 'fonts/shaping/RunSegmenter.h',
437 'fonts/shaping/RunSegmenter.cpp', 437 'fonts/shaping/RunSegmenter.cpp',
438 'fonts/shaping/ShapeCache.h', 438 'fonts/shaping/ShapeCache.h',
439 'fonts/shaping/ShapeResult.cpp', 439 'fonts/shaping/ShapeResult.cpp',
440 'fonts/shaping/ShapeResult.h', 440 'fonts/shaping/ShapeResult.h',
441 'fonts/shaping/ShapeResultBuffer.cpp',
442 'fonts/shaping/ShapeResultBuffer.h',
441 'fonts/shaping/ShapeResultInlineHeaders.h', 443 'fonts/shaping/ShapeResultInlineHeaders.h',
442 'fonts/shaping/ShapeResultTestInfo.cpp', 444 'fonts/shaping/ShapeResultTestInfo.cpp',
443 'fonts/shaping/ShapeResultTestInfo.h', 445 'fonts/shaping/ShapeResultTestInfo.h',
444 'fonts/shaping/Shaper.cpp', 446 'fonts/shaping/Shaper.cpp',
445 'fonts/shaping/Shaper.h', 447 'fonts/shaping/Shaper.h',
446 'fonts/shaping/SimpleShaper.cpp', 448 'fonts/shaping/SimpleShaper.cpp',
447 'fonts/shaping/SimpleShaper.h', 449 'fonts/shaping/SimpleShaper.h',
448 'fonts/skia/FontCacheSkia.cpp', 450 'fonts/skia/FontCacheSkia.cpp',
449 'fonts/win/FontCacheSkiaWin.cpp', 451 'fonts/win/FontCacheSkiaWin.cpp',
450 'fonts/win/FontFallbackWin.cpp', 452 'fonts/win/FontFallbackWin.cpp',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 ['OS!="mac"', 1127 ['OS!="mac"',
1126 { 1128 {
1127 'platform_test_files': [ 1129 'platform_test_files': [
1128 'scroll/ScrollAnimatorTest.cpp', 1130 'scroll/ScrollAnimatorTest.cpp',
1129 ], 1131 ],
1130 } 1132 }
1131 ], 1133 ],
1132 ], 1134 ],
1133 }, 1135 },
1134 } 1136 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698