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

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

Issue 175253002: Switch to HarfBuzz on Mac and remove CoreText shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ChromiumAATTest font based test added, header inclusion order fixed Created 6 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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'fonts/harfbuzz/FontHarfBuzz.cpp', 370 'fonts/harfbuzz/FontHarfBuzz.cpp',
371 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp', 371 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp',
372 'fonts/harfbuzz/FontPlatformDataHarfBuzz.h', 372 'fonts/harfbuzz/FontPlatformDataHarfBuzz.h',
373 'fonts/harfbuzz/HarfBuzzFace.cpp', 373 'fonts/harfbuzz/HarfBuzzFace.cpp',
374 'fonts/harfbuzz/HarfBuzzFace.h', 374 'fonts/harfbuzz/HarfBuzzFace.h',
375 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp', 375 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp',
376 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', 376 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp',
377 'fonts/harfbuzz/HarfBuzzShaper.cpp', 377 'fonts/harfbuzz/HarfBuzzShaper.cpp',
378 'fonts/harfbuzz/HarfBuzzShaper.h', 378 'fonts/harfbuzz/HarfBuzzShaper.h',
379 'fonts/linux/FontCacheLinux.cpp', 379 'fonts/linux/FontCacheLinux.cpp',
380 'fonts/mac/ComplexTextController.cpp',
381 'fonts/mac/ComplexTextController.h',
382 'fonts/mac/ComplexTextControllerCoreText.mm',
383 'fonts/mac/FontCacheMac.mm', 380 'fonts/mac/FontCacheMac.mm',
384 'fonts/mac/FontComplexTextMac.cpp', 381 'fonts/mac/FontComplexTextMac.cpp',
385 'fonts/mac/FontCustomPlatformDataMac.cpp', 382 'fonts/mac/FontCustomPlatformDataMac.cpp',
386 'fonts/mac/FontMac.cpp', 383 'fonts/mac/FontMac.cpp',
387 'fonts/mac/GlyphPageTreeNodeMac.cpp', 384 'fonts/mac/GlyphPageTreeNodeMac.cpp',
388 'fonts/mac/MemoryActivatedFont.h', 385 'fonts/mac/MemoryActivatedFont.h',
389 'fonts/mac/MemoryActivatedFont.mm', 386 'fonts/mac/MemoryActivatedFont.mm',
390 'fonts/mac/SimpleFontDataCoreText.cpp', 387 'fonts/mac/SimpleFontDataCoreText.cpp',
391 'fonts/mac/SimpleFontDataMac.mm', 388 'fonts/mac/SimpleFontDataMac.mm',
392 'fonts/opentype/OpenTypeSanitizer.cpp', 389 'fonts/opentype/OpenTypeSanitizer.cpp',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'graphics/ImageDecodingStoreTest.cpp', 918 'graphics/ImageDecodingStoreTest.cpp',
922 'graphics/ImageFrameGeneratorTest.cpp', 919 'graphics/ImageFrameGeneratorTest.cpp',
923 'graphics/gpu/DrawingBufferTest.cpp', 920 'graphics/gpu/DrawingBufferTest.cpp',
924 'graphics/test/MockImageDecoder.h', 921 'graphics/test/MockImageDecoder.h',
925 'graphics/test/MockWebGraphicsContext3D.h', 922 'graphics/test/MockWebGraphicsContext3D.h',
926 'image-decoders/gif/GIFImageDecoderTest.cpp', 923 'image-decoders/gif/GIFImageDecoderTest.cpp',
927 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 924 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
928 ], 925 ],
929 }, 926 },
930 } 927 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698