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

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

Issue 179723005: Remove GDI font rendering code for windows (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/AlternateFontFamily.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 '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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'fonts/opentype/OpenTypeVerticalData.cpp', 395 'fonts/opentype/OpenTypeVerticalData.cpp',
396 'fonts/opentype/OpenTypeVerticalData.h', 396 'fonts/opentype/OpenTypeVerticalData.h',
397 'fonts/skia/FontCacheSkia.cpp', 397 'fonts/skia/FontCacheSkia.cpp',
398 'fonts/skia/FontCacheSkiaWin.cpp', 398 'fonts/skia/FontCacheSkiaWin.cpp',
399 'fonts/skia/FontCustomPlatformDataSkia.cpp', 399 'fonts/skia/FontCustomPlatformDataSkia.cpp',
400 'fonts/skia/FontPlatformDataSkia.cpp', 400 'fonts/skia/FontPlatformDataSkia.cpp',
401 'fonts/skia/GlyphPageTreeNodeSkia.cpp', 401 'fonts/skia/GlyphPageTreeNodeSkia.cpp',
402 'fonts/skia/SimpleFontDataSkia.cpp', 402 'fonts/skia/SimpleFontDataSkia.cpp',
403 'fonts/skia/SkiaFontWin.cpp', 403 'fonts/skia/SkiaFontWin.cpp',
404 'fonts/skia/SkiaFontWin.h', 404 'fonts/skia/SkiaFontWin.h',
405 'fonts/win/FontCacheWin.cpp',
406 'fonts/win/FontCustomPlatformDataWin.cpp',
407 'fonts/win/FontFallbackWin.cpp', 405 'fonts/win/FontFallbackWin.cpp',
408 'fonts/win/FontFallbackWin.h', 406 'fonts/win/FontFallbackWin.h',
409 'fonts/win/FontPlatformDataWin.cpp', 407 'fonts/win/FontPlatformDataWin.cpp',
410 'fonts/win/FontPlatformDataWin.h', 408 'fonts/win/FontPlatformDataWin.h',
411 'fonts/win/FontWin.cpp', 409 'fonts/win/FontWin.cpp',
412 'fonts/win/GlyphPageTreeNodeWin.cpp',
413 'fonts/win/SimpleFontDataWin.cpp',
414 'fonts/win/UniscribeHelper.cpp', 410 'fonts/win/UniscribeHelper.cpp',
415 'fonts/win/UniscribeHelper.h', 411 'fonts/win/UniscribeHelper.h',
416 'fonts/win/UniscribeHelperTextRun.cpp', 412 'fonts/win/UniscribeHelperTextRun.cpp',
417 'fonts/win/UniscribeHelperTextRun.h', 413 'fonts/win/UniscribeHelperTextRun.h',
418 'geometry/FloatPolygon.cpp', 414 'geometry/FloatPolygon.cpp',
419 'geometry/FloatPolygon.h', 415 'geometry/FloatPolygon.h',
420 'geometry/FloatPoint.cpp', 416 'geometry/FloatPoint.cpp',
421 'geometry/FloatPoint.h', 417 'geometry/FloatPoint.h',
422 'geometry/FloatPoint3D.cpp', 418 'geometry/FloatPoint3D.cpp',
423 'geometry/FloatPoint3D.h', 419 'geometry/FloatPoint3D.h',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'animation/TimingFunctionTestHelper.cpp', 903 'animation/TimingFunctionTestHelper.cpp',
908 'animation/TimingFunctionTestHelper.h', 904 'animation/TimingFunctionTestHelper.h',
909 'animation/TimingFunctionTestHelperTest.cpp', 905 'animation/TimingFunctionTestHelperTest.cpp',
910 'graphics/DeferredImageDecoderTest.cpp', 906 'graphics/DeferredImageDecoderTest.cpp',
911 'graphics/ImageDecodingStoreTest.cpp', 907 'graphics/ImageDecodingStoreTest.cpp',
912 'graphics/ImageFrameGeneratorTest.cpp', 908 'graphics/ImageFrameGeneratorTest.cpp',
913 'graphics/test/MockImageDecoder.h', 909 'graphics/test/MockImageDecoder.h',
914 ], 910 ],
915 }, 911 },
916 } 912 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/AlternateFontFamily.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698