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

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

Issue 343303003: Add a unit test for WebCore::GlyphBuffer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | Source/platform/fonts/GlyphBufferTest.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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'PurgeableVectorTest.cpp', 888 'PurgeableVectorTest.cpp',
889 'SharedBufferTest.cpp', 889 'SharedBufferTest.cpp',
890 'TestingPlatformSupport.cpp', 890 'TestingPlatformSupport.cpp',
891 'TestingPlatformSupport.h', 891 'TestingPlatformSupport.h',
892 'animation/TimingFunctionTest.cpp', 892 'animation/TimingFunctionTest.cpp',
893 'animation/UnitBezierTest.cpp', 893 'animation/UnitBezierTest.cpp',
894 'clipboard/ClipboardUtilitiesTest.cpp', 894 'clipboard/ClipboardUtilitiesTest.cpp',
895 'fonts/FontCacheTest.cpp', 895 'fonts/FontCacheTest.cpp',
896 'fonts/FontDescriptionTest.cpp', 896 'fonts/FontDescriptionTest.cpp',
897 'fonts/FontTest.cpp', 897 'fonts/FontTest.cpp',
898 'fonts/GlyphBufferTest.cpp',
898 'fonts/GlyphPageTreeNodeTest.cpp', 899 'fonts/GlyphPageTreeNodeTest.cpp',
899 'fonts/android/FontCacheAndroidTest.cpp', 900 'fonts/android/FontCacheAndroidTest.cpp',
900 'geometry/FloatBoxTest.cpp', 901 'geometry/FloatBoxTest.cpp',
901 'geometry/FloatBoxTestHelpers.cpp', 902 'geometry/FloatBoxTestHelpers.cpp',
902 'geometry/FloatPolygonTest.cpp', 903 'geometry/FloatPolygonTest.cpp',
903 'geometry/FloatRoundedRectTest.cpp', 904 'geometry/FloatRoundedRectTest.cpp',
904 'geometry/RegionTest.cpp', 905 'geometry/RegionTest.cpp',
905 'geometry/RoundedRectTest.cpp', 906 'geometry/RoundedRectTest.cpp',
906 'graphics/GraphicsContextTest.cpp', 907 'graphics/GraphicsContextTest.cpp',
907 'graphics/ThreadSafeDataTransportTest.cpp', 908 'graphics/ThreadSafeDataTransportTest.cpp',
(...skipping 30 matching lines...) Expand all
938 'graphics/ImageLayerChromiumTest.cpp', 939 'graphics/ImageLayerChromiumTest.cpp',
939 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 940 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
940 'graphics/test/MockImageDecoder.h', 941 'graphics/test/MockImageDecoder.h',
941 'graphics/test/MockWebGraphicsContext3D.h', 942 'graphics/test/MockWebGraphicsContext3D.h',
942 'image-decoders/gif/GIFImageDecoderTest.cpp', 943 'image-decoders/gif/GIFImageDecoderTest.cpp',
943 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 944 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
944 'image-decoders/webp/WEBPImageDecoderTest.cpp', 945 'image-decoders/webp/WEBPImageDecoderTest.cpp',
945 ], 946 ],
946 }, 947 },
947 } 948 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/GlyphBufferTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698