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

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: Removing MemoryActivatedFont Created 5 years, 10 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'fonts/CustomFontData.h', 344 'fonts/CustomFontData.h',
345 'fonts/FixedPitchFontType.h', 345 'fonts/FixedPitchFontType.h',
346 'fonts/Font.cpp', 346 'fonts/Font.cpp',
347 'fonts/Font.h', 347 'fonts/Font.h',
348 'fonts/FontBaseline.h', 348 'fonts/FontBaseline.h',
349 'fonts/FontCache.cpp', 349 'fonts/FontCache.cpp',
350 'fonts/FontCache.h', 350 'fonts/FontCache.h',
351 'fonts/FontCacheClient.h', 351 'fonts/FontCacheClient.h',
352 'fonts/FontCacheKey.h', 352 'fonts/FontCacheKey.h',
353 'fonts/FontCustomPlatformData.h', 353 'fonts/FontCustomPlatformData.h',
354 'fonts/FontCustomPlatformData.cpp',
354 'fonts/FontData.cpp', 355 'fonts/FontData.cpp',
355 'fonts/FontData.h', 356 'fonts/FontData.h',
356 'fonts/FontDataCache.cpp', 357 'fonts/FontDataCache.cpp',
357 'fonts/FontDataCache.h', 358 'fonts/FontDataCache.h',
358 'fonts/FontDescription.cpp', 359 'fonts/FontDescription.cpp',
359 'fonts/FontFaceCreationParams.h', 360 'fonts/FontFaceCreationParams.h',
360 'fonts/FontFallbackList.cpp', 361 'fonts/FontFallbackList.cpp',
361 'fonts/FontFallbackList.h', 362 'fonts/FontFallbackList.h',
362 'fonts/FontFamily.cpp', 363 'fonts/FontFamily.cpp',
363 'fonts/FontFamily.h', 364 'fonts/FontFamily.h',
(...skipping 17 matching lines...) Expand all
381 'fonts/TextBlob.h', 382 'fonts/TextBlob.h',
382 'fonts/VDMXParser.cpp', 383 'fonts/VDMXParser.cpp',
383 'fonts/VDMXParser.h', 384 'fonts/VDMXParser.h',
384 'fonts/WidthCache.h', 385 'fonts/WidthCache.h',
385 'fonts/android/FontCacheAndroid.cpp', 386 'fonts/android/FontCacheAndroid.cpp',
386 'fonts/linux/FontCacheLinux.cpp', 387 'fonts/linux/FontCacheLinux.cpp',
387 'fonts/linux/FontPlatformDataLinux.cpp', 388 'fonts/linux/FontPlatformDataLinux.cpp',
388 'fonts/mac/FontFamilyMatcherMac.h', 389 'fonts/mac/FontFamilyMatcherMac.h',
389 'fonts/mac/FontFamilyMatcherMac.mm', 390 'fonts/mac/FontFamilyMatcherMac.mm',
390 'fonts/mac/FontCacheMac.mm', 391 'fonts/mac/FontCacheMac.mm',
391 'fonts/mac/FontCustomPlatformDataMac.cpp',
392 'fonts/mac/FontPlatformDataMac.mm', 392 'fonts/mac/FontPlatformDataMac.mm',
393 'fonts/mac/MemoryActivatedFont.h',
394 'fonts/mac/MemoryActivatedFont.mm',
395 'fonts/opentype/OpenTypeSanitizer.cpp', 393 'fonts/opentype/OpenTypeSanitizer.cpp',
396 'fonts/opentype/OpenTypeSanitizer.h', 394 'fonts/opentype/OpenTypeSanitizer.h',
397 'fonts/opentype/OpenTypeTypes.h', 395 'fonts/opentype/OpenTypeTypes.h',
398 'fonts/opentype/OpenTypeVerticalData.cpp', 396 'fonts/opentype/OpenTypeVerticalData.cpp',
399 'fonts/opentype/OpenTypeVerticalData.h', 397 'fonts/opentype/OpenTypeVerticalData.h',
400 'fonts/shaping/HarfBuzzFace.cpp', 398 'fonts/shaping/HarfBuzzFace.cpp',
401 'fonts/shaping/HarfBuzzFace.h', 399 'fonts/shaping/HarfBuzzFace.h',
402 'fonts/shaping/HarfBuzzShaper.cpp', 400 'fonts/shaping/HarfBuzzShaper.cpp',
403 'fonts/shaping/HarfBuzzShaper.h', 401 'fonts/shaping/HarfBuzzShaper.h',
404 'fonts/shaping/SimpleShaper.cpp', 402 'fonts/shaping/SimpleShaper.cpp',
405 'fonts/shaping/SimpleShaper.h', 403 'fonts/shaping/SimpleShaper.h',
406 'fonts/skia/FontCacheSkia.cpp', 404 'fonts/skia/FontCacheSkia.cpp',
407 'fonts/skia/FontCustomPlatformDataSkia.cpp',
408 'fonts/win/FontCacheSkiaWin.cpp', 405 'fonts/win/FontCacheSkiaWin.cpp',
409 'fonts/win/FontFallbackWin.cpp', 406 'fonts/win/FontFallbackWin.cpp',
410 'fonts/win/FontFallbackWin.h', 407 'fonts/win/FontFallbackWin.h',
411 'fonts/win/FontPlatformDataWin.cpp', 408 'fonts/win/FontPlatformDataWin.cpp',
412 'geometry/DoublePoint.cpp', 409 'geometry/DoublePoint.cpp',
413 'geometry/DoublePoint.h', 410 'geometry/DoublePoint.h',
414 'geometry/DoubleSize.cpp', 411 'geometry/DoubleSize.cpp',
415 'geometry/DoubleSize.h', 412 'geometry/DoubleSize.h',
416 'geometry/FloatRectOutsets.h', 413 'geometry/FloatRectOutsets.h',
417 'geometry/FloatPoint.cpp', 414 'geometry/FloatPoint.cpp',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'graphics/ImageFrameGeneratorTest.cpp', 977 'graphics/ImageFrameGeneratorTest.cpp',
981 'graphics/ImageLayerChromiumTest.cpp', 978 'graphics/ImageLayerChromiumTest.cpp',
982 'graphics/test/MockImageDecoder.h', 979 'graphics/test/MockImageDecoder.h',
983 'graphics/test/MockWebGraphicsContext3D.h', 980 'graphics/test/MockWebGraphicsContext3D.h',
984 'image-decoders/gif/GIFImageDecoderTest.cpp', 981 'image-decoders/gif/GIFImageDecoderTest.cpp',
985 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 982 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
986 'image-decoders/webp/WEBPImageDecoderTest.cpp', 983 'image-decoders/webp/WEBPImageDecoderTest.cpp',
987 ], 984 ],
988 }, 985 },
989 } 986 }
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