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

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

Issue 879533003: Remove Mac native font type members from FontPlatformData (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Canvas text metrics test does not need rebaselining after improvement landed, toNSFont in WebSubstringUtil.mm Created 5 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
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCustomPlatformData.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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'fonts/CustomFontData.h', 351 'fonts/CustomFontData.h',
352 'fonts/FixedPitchFontType.h', 352 'fonts/FixedPitchFontType.h',
353 'fonts/Font.cpp', 353 'fonts/Font.cpp',
354 'fonts/Font.h', 354 'fonts/Font.h',
355 'fonts/FontBaseline.h', 355 'fonts/FontBaseline.h',
356 'fonts/FontCache.cpp', 356 'fonts/FontCache.cpp',
357 'fonts/FontCache.h', 357 'fonts/FontCache.h',
358 'fonts/FontCacheClient.h', 358 'fonts/FontCacheClient.h',
359 'fonts/FontCacheKey.h', 359 'fonts/FontCacheKey.h',
360 'fonts/FontCustomPlatformData.h', 360 'fonts/FontCustomPlatformData.h',
361 'fonts/FontCustomPlatformData.cpp',
361 'fonts/FontData.cpp', 362 'fonts/FontData.cpp',
362 'fonts/FontData.h', 363 'fonts/FontData.h',
363 'fonts/FontDataCache.cpp', 364 'fonts/FontDataCache.cpp',
364 'fonts/FontDataCache.h', 365 'fonts/FontDataCache.h',
365 'fonts/FontDescription.cpp', 366 'fonts/FontDescription.cpp',
366 'fonts/FontFaceCreationParams.h', 367 'fonts/FontFaceCreationParams.h',
367 'fonts/FontFallbackList.cpp', 368 'fonts/FontFallbackList.cpp',
368 'fonts/FontFallbackList.h', 369 'fonts/FontFallbackList.h',
369 'fonts/FontFamily.cpp', 370 'fonts/FontFamily.cpp',
370 'fonts/FontFamily.h', 371 'fonts/FontFamily.h',
(...skipping 17 matching lines...) Expand all
388 'fonts/TextBlob.h', 389 'fonts/TextBlob.h',
389 'fonts/VDMXParser.cpp', 390 'fonts/VDMXParser.cpp',
390 'fonts/VDMXParser.h', 391 'fonts/VDMXParser.h',
391 'fonts/WidthCache.h', 392 'fonts/WidthCache.h',
392 'fonts/android/FontCacheAndroid.cpp', 393 'fonts/android/FontCacheAndroid.cpp',
393 'fonts/linux/FontCacheLinux.cpp', 394 'fonts/linux/FontCacheLinux.cpp',
394 'fonts/linux/FontPlatformDataLinux.cpp', 395 'fonts/linux/FontPlatformDataLinux.cpp',
395 'fonts/mac/FontFamilyMatcherMac.h', 396 'fonts/mac/FontFamilyMatcherMac.h',
396 'fonts/mac/FontFamilyMatcherMac.mm', 397 'fonts/mac/FontFamilyMatcherMac.mm',
397 'fonts/mac/FontCacheMac.mm', 398 'fonts/mac/FontCacheMac.mm',
398 'fonts/mac/FontCustomPlatformDataMac.cpp',
399 'fonts/mac/FontPlatformDataMac.mm', 399 'fonts/mac/FontPlatformDataMac.mm',
400 'fonts/mac/MemoryActivatedFont.h',
401 'fonts/mac/MemoryActivatedFont.mm',
402 'fonts/opentype/OpenTypeSanitizer.cpp', 400 'fonts/opentype/OpenTypeSanitizer.cpp',
403 'fonts/opentype/OpenTypeSanitizer.h', 401 'fonts/opentype/OpenTypeSanitizer.h',
404 'fonts/opentype/OpenTypeTypes.h', 402 'fonts/opentype/OpenTypeTypes.h',
405 'fonts/opentype/OpenTypeVerticalData.cpp', 403 'fonts/opentype/OpenTypeVerticalData.cpp',
406 'fonts/opentype/OpenTypeVerticalData.h', 404 'fonts/opentype/OpenTypeVerticalData.h',
407 'fonts/shaping/HarfBuzzFace.cpp', 405 'fonts/shaping/HarfBuzzFace.cpp',
408 'fonts/shaping/HarfBuzzFace.h', 406 'fonts/shaping/HarfBuzzFace.h',
409 'fonts/shaping/HarfBuzzShaper.cpp', 407 'fonts/shaping/HarfBuzzShaper.cpp',
410 'fonts/shaping/HarfBuzzShaper.h', 408 'fonts/shaping/HarfBuzzShaper.h',
411 'fonts/shaping/Shaper.cpp', 409 'fonts/shaping/Shaper.cpp',
412 'fonts/shaping/Shaper.h', 410 'fonts/shaping/Shaper.h',
413 'fonts/shaping/SimpleShaper.cpp', 411 'fonts/shaping/SimpleShaper.cpp',
414 'fonts/shaping/SimpleShaper.h', 412 'fonts/shaping/SimpleShaper.h',
415 'fonts/skia/FontCacheSkia.cpp', 413 'fonts/skia/FontCacheSkia.cpp',
416 'fonts/skia/FontCustomPlatformDataSkia.cpp',
417 'fonts/win/FontCacheSkiaWin.cpp', 414 'fonts/win/FontCacheSkiaWin.cpp',
418 'fonts/win/FontFallbackWin.cpp', 415 'fonts/win/FontFallbackWin.cpp',
419 'fonts/win/FontFallbackWin.h', 416 'fonts/win/FontFallbackWin.h',
420 'fonts/win/FontPlatformDataWin.cpp', 417 'fonts/win/FontPlatformDataWin.cpp',
421 'geometry/DoublePoint.cpp', 418 'geometry/DoublePoint.cpp',
422 'geometry/DoublePoint.h', 419 'geometry/DoublePoint.h',
423 'geometry/DoubleSize.cpp', 420 'geometry/DoubleSize.cpp',
424 'geometry/DoubleSize.h', 421 'geometry/DoubleSize.h',
425 'geometry/FloatRectOutsets.h', 422 'geometry/FloatRectOutsets.h',
426 'geometry/FloatPoint.cpp', 423 'geometry/FloatPoint.cpp',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1000 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1004 ], 1001 ],
1005 'platform_unittest_support_files': [ 1002 'platform_unittest_support_files': [
1006 'testing/URLTestHelpers.cpp', 1003 'testing/URLTestHelpers.cpp',
1007 'testing/URLTestHelpers.h', 1004 'testing/URLTestHelpers.h',
1008 'testing/UnitTestHelpers.cpp', 1005 'testing/UnitTestHelpers.cpp',
1009 'testing/UnitTestHelpers.h', 1006 'testing/UnitTestHelpers.h',
1010 ], 1007 ],
1011 }, 1008 },
1012 } 1009 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCustomPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698