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

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

Issue 212863008: Merge SimpleFontData.cpp and SimpleFontDataSkia.cpp (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/SimpleFontData.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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 410 'fonts/skia/FontPlatformDataSkia.cpp',
411 'fonts/skia/SimpleFontDataSkia.cpp',
412 'fonts/win/FontCacheSkiaWin.cpp', 411 'fonts/win/FontCacheSkiaWin.cpp',
413 'fonts/win/FontFallbackWin.cpp', 412 'fonts/win/FontFallbackWin.cpp',
414 'fonts/win/FontFallbackWin.h', 413 'fonts/win/FontFallbackWin.h',
415 'fonts/win/FontPlatformDataWin.cpp', 414 'fonts/win/FontPlatformDataWin.cpp',
416 'geometry/DoublePoint.h', 415 'geometry/DoublePoint.h',
417 'geometry/DoubleSize.cpp', 416 'geometry/DoubleSize.cpp',
418 'geometry/DoubleSize.h', 417 'geometry/DoubleSize.h',
419 'geometry/FloatBoxExtent.h', 418 'geometry/FloatBoxExtent.h',
420 'geometry/FloatPolygon.cpp', 419 'geometry/FloatPolygon.cpp',
421 'geometry/FloatPolygon.h', 420 'geometry/FloatPolygon.h',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 'graphics/ImageFrameGeneratorTest.cpp', 961 'graphics/ImageFrameGeneratorTest.cpp',
963 'graphics/ImageLayerChromiumTest.cpp', 962 'graphics/ImageLayerChromiumTest.cpp',
964 'graphics/test/MockImageDecoder.h', 963 'graphics/test/MockImageDecoder.h',
965 'graphics/test/MockWebGraphicsContext3D.h', 964 'graphics/test/MockWebGraphicsContext3D.h',
966 'image-decoders/gif/GIFImageDecoderTest.cpp', 965 'image-decoders/gif/GIFImageDecoderTest.cpp',
967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 966 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
968 'image-decoders/webp/WEBPImageDecoderTest.cpp', 967 'image-decoders/webp/WEBPImageDecoderTest.cpp',
969 ], 968 ],
970 }, 969 },
971 } 970 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698