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

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

Issue 209383011: Remove SkiaFontWin as it is no longer used (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/harfbuzz/FontHarfBuzz.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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'fonts/skia/FontCustomPlatformDataSkia.cpp', 400 'fonts/skia/FontCustomPlatformDataSkia.cpp',
401 'fonts/skia/FontPlatformDataSkia.cpp', 401 'fonts/skia/FontPlatformDataSkia.cpp',
402 'fonts/skia/GlyphPageTreeNodeSkia.cpp', 402 'fonts/skia/GlyphPageTreeNodeSkia.cpp',
403 'fonts/skia/SimpleFontDataSkia.cpp', 403 'fonts/skia/SimpleFontDataSkia.cpp',
404 'fonts/win/FontCacheSkiaWin.cpp', 404 'fonts/win/FontCacheSkiaWin.cpp',
405 'fonts/win/FontFallbackWin.cpp', 405 'fonts/win/FontFallbackWin.cpp',
406 'fonts/win/FontFallbackWin.h', 406 'fonts/win/FontFallbackWin.h',
407 'fonts/win/FontPlatformDataWin.cpp', 407 'fonts/win/FontPlatformDataWin.cpp',
408 'fonts/win/FontPlatformDataWin.h', 408 'fonts/win/FontPlatformDataWin.h',
409 'fonts/win/FontWin.cpp', 409 'fonts/win/FontWin.cpp',
410 'fonts/win/SkiaFontWin.cpp',
411 'fonts/win/SkiaFontWin.h',
412 'fonts/win/UniscribeHelper.cpp', 410 'fonts/win/UniscribeHelper.cpp',
413 'fonts/win/UniscribeHelper.h', 411 'fonts/win/UniscribeHelper.h',
414 'fonts/win/UniscribeHelperTextRun.cpp', 412 'fonts/win/UniscribeHelperTextRun.cpp',
415 'fonts/win/UniscribeHelperTextRun.h', 413 'fonts/win/UniscribeHelperTextRun.h',
416 'geometry/FloatBoxExtent.h', 414 'geometry/FloatBoxExtent.h',
417 'geometry/FloatPolygon.cpp', 415 'geometry/FloatPolygon.cpp',
418 'geometry/FloatPolygon.h', 416 'geometry/FloatPolygon.h',
419 'geometry/FloatPoint.cpp', 417 'geometry/FloatPoint.cpp',
420 'geometry/FloatPoint.h', 418 'geometry/FloatPoint.h',
421 'geometry/FloatPoint3D.cpp', 419 'geometry/FloatPoint3D.cpp',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'graphics/ImageDecodingStoreTest.cpp', 920 'graphics/ImageDecodingStoreTest.cpp',
923 'graphics/ImageFrameGeneratorTest.cpp', 921 'graphics/ImageFrameGeneratorTest.cpp',
924 'graphics/gpu/DrawingBufferTest.cpp', 922 'graphics/gpu/DrawingBufferTest.cpp',
925 'graphics/test/MockImageDecoder.h', 923 'graphics/test/MockImageDecoder.h',
926 'graphics/test/MockWebGraphicsContext3D.h', 924 'graphics/test/MockWebGraphicsContext3D.h',
927 'image-decoders/gif/GIFImageDecoderTest.cpp', 925 'image-decoders/gif/GIFImageDecoderTest.cpp',
928 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 926 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
929 ], 927 ],
930 }, 928 },
931 } 929 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698