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

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

Issue 623833002: Rename FontPlatformDataCocoa and remove fonts/cocoa directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | Source/platform/fonts/cocoa/FontPlatformDataCocoa.mm » ('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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'fonts/SegmentedFontData.h', 380 'fonts/SegmentedFontData.h',
381 'fonts/SimpleFontData.cpp', 381 'fonts/SimpleFontData.cpp',
382 'fonts/SimpleFontData.h', 382 'fonts/SimpleFontData.h',
383 'fonts/SimpleShaper.cpp', 383 'fonts/SimpleShaper.cpp',
384 'fonts/SimpleShaper.h', 384 'fonts/SimpleShaper.h',
385 'fonts/TextBlob.h', 385 'fonts/TextBlob.h',
386 'fonts/VDMXParser.cpp', 386 'fonts/VDMXParser.cpp',
387 'fonts/VDMXParser.h', 387 'fonts/VDMXParser.h',
388 'fonts/WidthCache.h', 388 'fonts/WidthCache.h',
389 'fonts/android/FontCacheAndroid.cpp', 389 'fonts/android/FontCacheAndroid.cpp',
390 'fonts/cocoa/FontPlatformDataCocoa.mm',
391 'fonts/harfbuzz/HarfBuzzFace.cpp', 390 'fonts/harfbuzz/HarfBuzzFace.cpp',
392 'fonts/harfbuzz/HarfBuzzFace.h', 391 'fonts/harfbuzz/HarfBuzzFace.h',
393 'fonts/harfbuzz/HarfBuzzShaper.cpp', 392 'fonts/harfbuzz/HarfBuzzShaper.cpp',
394 'fonts/harfbuzz/HarfBuzzShaper.h', 393 'fonts/harfbuzz/HarfBuzzShaper.h',
395 'fonts/linux/FontCacheLinux.cpp', 394 'fonts/linux/FontCacheLinux.cpp',
396 'fonts/linux/FontPlatformDataLinux.cpp', 395 'fonts/linux/FontPlatformDataLinux.cpp',
397 'fonts/mac/FontCacheMac.mm', 396 'fonts/mac/FontCacheMac.mm',
398 'fonts/mac/FontCustomPlatformDataMac.cpp', 397 'fonts/mac/FontCustomPlatformDataMac.cpp',
398 'fonts/mac/FontPlatformDataMac.mm',
399 'fonts/mac/MemoryActivatedFont.h', 399 'fonts/mac/MemoryActivatedFont.h',
400 'fonts/mac/MemoryActivatedFont.mm', 400 'fonts/mac/MemoryActivatedFont.mm',
401 'fonts/opentype/OpenTypeSanitizer.cpp', 401 'fonts/opentype/OpenTypeSanitizer.cpp',
402 'fonts/opentype/OpenTypeSanitizer.h', 402 'fonts/opentype/OpenTypeSanitizer.h',
403 'fonts/opentype/OpenTypeTypes.h', 403 'fonts/opentype/OpenTypeTypes.h',
404 'fonts/opentype/OpenTypeUtilities.cpp', 404 'fonts/opentype/OpenTypeUtilities.cpp',
405 'fonts/opentype/OpenTypeUtilities.h', 405 'fonts/opentype/OpenTypeUtilities.h',
406 'fonts/opentype/OpenTypeVerticalData.cpp', 406 'fonts/opentype/OpenTypeVerticalData.cpp',
407 'fonts/opentype/OpenTypeVerticalData.h', 407 'fonts/opentype/OpenTypeVerticalData.h',
408 'fonts/skia/FontCacheSkia.cpp', 408 'fonts/skia/FontCacheSkia.cpp',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 'graphics/ImageFrameGeneratorTest.cpp', 961 'graphics/ImageFrameGeneratorTest.cpp',
962 'graphics/ImageLayerChromiumTest.cpp', 962 'graphics/ImageLayerChromiumTest.cpp',
963 'graphics/test/MockImageDecoder.h', 963 'graphics/test/MockImageDecoder.h',
964 'graphics/test/MockWebGraphicsContext3D.h', 964 'graphics/test/MockWebGraphicsContext3D.h',
965 'image-decoders/gif/GIFImageDecoderTest.cpp', 965 'image-decoders/gif/GIFImageDecoderTest.cpp',
966 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 966 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
967 'image-decoders/webp/WEBPImageDecoderTest.cpp', 967 'image-decoders/webp/WEBPImageDecoderTest.cpp',
968 ], 968 ],
969 }, 969 },
970 } 970 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/cocoa/FontPlatformDataCocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698