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

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

Issue 183813005: Add font-stretch to FontDescription (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
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 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'PODArenaTest.cpp', 875 'PODArenaTest.cpp',
876 'PODFreeListArenaTest.cpp', 876 'PODFreeListArenaTest.cpp',
877 'PODIntervalTreeTest.cpp', 877 'PODIntervalTreeTest.cpp',
878 'PODRedBlackTreeTest.cpp', 878 'PODRedBlackTreeTest.cpp',
879 'PurgeableVectorTest.cpp', 879 'PurgeableVectorTest.cpp',
880 'SharedBufferTest.cpp', 880 'SharedBufferTest.cpp',
881 'TestingPlatformSupport.cpp', 881 'TestingPlatformSupport.cpp',
882 'TestingPlatformSupport.h', 882 'TestingPlatformSupport.h',
883 'animation/UnitBezierTest.cpp', 883 'animation/UnitBezierTest.cpp',
884 'clipboard/ClipboardUtilitiesTest.cpp', 884 'clipboard/ClipboardUtilitiesTest.cpp',
885 'fonts/FontDescriptionTest.cpp',
885 'fonts/FontTest.cpp', 886 'fonts/FontTest.cpp',
886 'geometry/FloatPolygonTest.cpp', 887 'geometry/FloatPolygonTest.cpp',
887 'geometry/FloatRoundedRectTest.cpp', 888 'geometry/FloatRoundedRectTest.cpp',
888 'geometry/RegionTest.cpp', 889 'geometry/RegionTest.cpp',
889 'geometry/RoundedRectTest.cpp', 890 'geometry/RoundedRectTest.cpp',
890 'graphics/ThreadSafeDataTransportTest.cpp', 891 'graphics/ThreadSafeDataTransportTest.cpp',
891 'graphics/test/MockDiscardablePixelRef.h', 892 'graphics/test/MockDiscardablePixelRef.h',
892 'image-decoders/ImageDecoderTest.cpp', 893 'image-decoders/ImageDecoderTest.cpp',
893 'testing/ArenaTestHelpers.h', 894 'testing/ArenaTestHelpers.h',
894 'testing/TreeTestHelpers.cpp', 895 'testing/TreeTestHelpers.cpp',
(...skipping 13 matching lines...) Expand all
908 'animation/TimingFunctionTestHelper.cpp', 909 'animation/TimingFunctionTestHelper.cpp',
909 'animation/TimingFunctionTestHelper.h', 910 'animation/TimingFunctionTestHelper.h',
910 'animation/TimingFunctionTestHelperTest.cpp', 911 'animation/TimingFunctionTestHelperTest.cpp',
911 'graphics/DeferredImageDecoderTest.cpp', 912 'graphics/DeferredImageDecoderTest.cpp',
912 'graphics/ImageDecodingStoreTest.cpp', 913 'graphics/ImageDecodingStoreTest.cpp',
913 'graphics/ImageFrameGeneratorTest.cpp', 914 'graphics/ImageFrameGeneratorTest.cpp',
914 'graphics/test/MockImageDecoder.h', 915 'graphics/test/MockImageDecoder.h',
915 ], 916 ],
916 }, 917 },
917 } 918 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/FontDescription.h » ('j') | Source/platform/fonts/FontTraitsMask.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698