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

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

Issue 622883002: Merge FontPlatformDataSkia with FontPlatformData (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase w/HEAD 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/FontPlatformData.cpp » ('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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
409 'fonts/skia/FontCustomPlatformDataSkia.cpp', 409 'fonts/skia/FontCustomPlatformDataSkia.cpp',
410 'fonts/skia/FontPlatformDataSkia.cpp',
411 'fonts/win/FontCacheSkiaWin.cpp', 410 'fonts/win/FontCacheSkiaWin.cpp',
412 'fonts/win/FontFallbackWin.cpp', 411 'fonts/win/FontFallbackWin.cpp',
413 'fonts/win/FontFallbackWin.h', 412 'fonts/win/FontFallbackWin.h',
414 'fonts/win/FontPlatformDataWin.cpp', 413 'fonts/win/FontPlatformDataWin.cpp',
415 'geometry/DoublePoint.h', 414 'geometry/DoublePoint.h',
416 'geometry/DoubleSize.cpp', 415 'geometry/DoubleSize.cpp',
417 'geometry/DoubleSize.h', 416 'geometry/DoubleSize.h',
418 'geometry/FloatBoxExtent.h', 417 'geometry/FloatBoxExtent.h',
419 'geometry/FloatPolygon.cpp', 418 'geometry/FloatPolygon.cpp',
420 'geometry/FloatPolygon.h', 419 'geometry/FloatPolygon.h',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 'graphics/ImageFrameGeneratorTest.cpp', 960 'graphics/ImageFrameGeneratorTest.cpp',
962 'graphics/ImageLayerChromiumTest.cpp', 961 'graphics/ImageLayerChromiumTest.cpp',
963 'graphics/test/MockImageDecoder.h', 962 'graphics/test/MockImageDecoder.h',
964 'graphics/test/MockWebGraphicsContext3D.h', 963 'graphics/test/MockWebGraphicsContext3D.h',
965 'image-decoders/gif/GIFImageDecoderTest.cpp', 964 'image-decoders/gif/GIFImageDecoderTest.cpp',
966 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
967 'image-decoders/webp/WEBPImageDecoderTest.cpp', 966 'image-decoders/webp/WEBPImageDecoderTest.cpp',
968 ], 967 ],
969 }, 968 },
970 } 969 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/FontPlatformData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698