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

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: Fighting trunk TestExpectation changes Created 6 years, 2 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/platform/blink_platform.gyp ('k') | Source/platform/fonts/Font.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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'fonts/SimpleShaper.h', 385 'fonts/SimpleShaper.h',
386 'fonts/TextBlob.h', 386 'fonts/TextBlob.h',
387 'fonts/VDMXParser.cpp', 387 'fonts/VDMXParser.cpp',
388 'fonts/VDMXParser.h', 388 'fonts/VDMXParser.h',
389 'fonts/WidthCache.h', 389 'fonts/WidthCache.h',
390 'fonts/android/FontCacheAndroid.cpp', 390 'fonts/android/FontCacheAndroid.cpp',
391 'fonts/cocoa/FontPlatformDataCocoa.mm', 391 'fonts/cocoa/FontPlatformDataCocoa.mm',
392 'fonts/harfbuzz/FontHarfBuzz.cpp', 392 'fonts/harfbuzz/FontHarfBuzz.cpp',
393 'fonts/harfbuzz/HarfBuzzFace.cpp', 393 'fonts/harfbuzz/HarfBuzzFace.cpp',
394 'fonts/harfbuzz/HarfBuzzFace.h', 394 'fonts/harfbuzz/HarfBuzzFace.h',
395 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp', 395 'fonts/harfbuzz/HarfBuzzFaceCoreText.mm',
396 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', 396 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp',
397 'fonts/harfbuzz/HarfBuzzShaper.cpp', 397 'fonts/harfbuzz/HarfBuzzShaper.cpp',
398 'fonts/harfbuzz/HarfBuzzShaper.h', 398 'fonts/harfbuzz/HarfBuzzShaper.h',
399 'fonts/linux/FontCacheLinux.cpp', 399 'fonts/linux/FontCacheLinux.cpp',
400 'fonts/linux/FontPlatformDataLinux.cpp', 400 'fonts/linux/FontPlatformDataLinux.cpp',
401 'fonts/mac/ComplexTextController.cpp',
402 'fonts/mac/ComplexTextController.h',
403 'fonts/mac/ComplexTextControllerCoreText.mm',
404 'fonts/mac/FontCacheMac.mm', 401 'fonts/mac/FontCacheMac.mm',
405 'fonts/mac/FontComplexTextMac.cpp',
406 'fonts/mac/FontCustomPlatformDataMac.cpp', 402 'fonts/mac/FontCustomPlatformDataMac.cpp',
407 'fonts/mac/FontMac.cpp',
408 'fonts/mac/MemoryActivatedFont.h', 403 'fonts/mac/MemoryActivatedFont.h',
409 'fonts/mac/MemoryActivatedFont.mm', 404 'fonts/mac/MemoryActivatedFont.mm',
410 'fonts/mac/SimpleFontDataCoreText.cpp',
411 'fonts/mac/SimpleFontDataMac.mm',
412 'fonts/opentype/OpenTypeSanitizer.cpp', 405 'fonts/opentype/OpenTypeSanitizer.cpp',
413 'fonts/opentype/OpenTypeSanitizer.h', 406 'fonts/opentype/OpenTypeSanitizer.h',
414 'fonts/opentype/OpenTypeTypes.h', 407 'fonts/opentype/OpenTypeTypes.h',
415 'fonts/opentype/OpenTypeUtilities.cpp', 408 'fonts/opentype/OpenTypeUtilities.cpp',
416 'fonts/opentype/OpenTypeUtilities.h', 409 'fonts/opentype/OpenTypeUtilities.h',
417 'fonts/opentype/OpenTypeVerticalData.cpp', 410 'fonts/opentype/OpenTypeVerticalData.cpp',
418 'fonts/opentype/OpenTypeVerticalData.h', 411 'fonts/opentype/OpenTypeVerticalData.h',
419 'fonts/skia/FontCacheSkia.cpp', 412 'fonts/skia/FontCacheSkia.cpp',
420 'fonts/skia/FontCustomPlatformDataSkia.cpp', 413 'fonts/skia/FontCustomPlatformDataSkia.cpp',
421 'fonts/skia/FontPlatformDataSkia.cpp', 414 'fonts/skia/FontPlatformDataSkia.cpp',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 'graphics/ImageFrameGeneratorTest.cpp', 955 'graphics/ImageFrameGeneratorTest.cpp',
963 'graphics/ImageLayerChromiumTest.cpp', 956 'graphics/ImageLayerChromiumTest.cpp',
964 'graphics/test/MockImageDecoder.h', 957 'graphics/test/MockImageDecoder.h',
965 'graphics/test/MockWebGraphicsContext3D.h', 958 'graphics/test/MockWebGraphicsContext3D.h',
966 'image-decoders/gif/GIFImageDecoderTest.cpp', 959 'image-decoders/gif/GIFImageDecoderTest.cpp',
967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 960 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
968 'image-decoders/webp/WEBPImageDecoderTest.cpp', 961 'image-decoders/webp/WEBPImageDecoderTest.cpp',
969 ], 962 ],
970 }, 963 },
971 } 964 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698