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

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

Issue 240003002: Add unit test for GlyphPageTreeNode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 6 years, 8 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/GlyphPage.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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'fonts/harfbuzz/HarfBuzzShaper.h', 381 'fonts/harfbuzz/HarfBuzzShaper.h',
382 'fonts/linux/FontCacheLinux.cpp', 382 'fonts/linux/FontCacheLinux.cpp',
383 'fonts/linux/FontPlatformDataLinuxHarfBuzz.cpp', 383 'fonts/linux/FontPlatformDataLinuxHarfBuzz.cpp',
384 'fonts/mac/ComplexTextController.cpp', 384 'fonts/mac/ComplexTextController.cpp',
385 'fonts/mac/ComplexTextController.h', 385 'fonts/mac/ComplexTextController.h',
386 'fonts/mac/ComplexTextControllerCoreText.mm', 386 'fonts/mac/ComplexTextControllerCoreText.mm',
387 'fonts/mac/FontCacheMac.mm', 387 'fonts/mac/FontCacheMac.mm',
388 'fonts/mac/FontComplexTextMac.cpp', 388 'fonts/mac/FontComplexTextMac.cpp',
389 'fonts/mac/FontCustomPlatformDataMac.cpp', 389 'fonts/mac/FontCustomPlatformDataMac.cpp',
390 'fonts/mac/FontMac.cpp', 390 'fonts/mac/FontMac.cpp',
391 'fonts/mac/GlyphPageTreeNodeMac.cpp',
392 'fonts/mac/MemoryActivatedFont.h', 391 'fonts/mac/MemoryActivatedFont.h',
393 'fonts/mac/MemoryActivatedFont.mm', 392 'fonts/mac/MemoryActivatedFont.mm',
394 'fonts/mac/SimpleFontDataCoreText.cpp', 393 'fonts/mac/SimpleFontDataCoreText.cpp',
395 'fonts/mac/SimpleFontDataMac.mm', 394 'fonts/mac/SimpleFontDataMac.mm',
396 'fonts/opentype/OpenTypeSanitizer.cpp', 395 'fonts/opentype/OpenTypeSanitizer.cpp',
397 'fonts/opentype/OpenTypeSanitizer.h', 396 'fonts/opentype/OpenTypeSanitizer.h',
398 'fonts/opentype/OpenTypeTypes.h', 397 'fonts/opentype/OpenTypeTypes.h',
399 'fonts/opentype/OpenTypeUtilities.cpp', 398 'fonts/opentype/OpenTypeUtilities.cpp',
400 'fonts/opentype/OpenTypeUtilities.h', 399 'fonts/opentype/OpenTypeUtilities.h',
401 'fonts/opentype/OpenTypeVerticalData.cpp', 400 'fonts/opentype/OpenTypeVerticalData.cpp',
402 'fonts/opentype/OpenTypeVerticalData.h', 401 'fonts/opentype/OpenTypeVerticalData.h',
403 'fonts/skia/FontCacheSkia.cpp', 402 'fonts/skia/FontCacheSkia.cpp',
404 'fonts/skia/FontCustomPlatformDataSkia.cpp', 403 'fonts/skia/FontCustomPlatformDataSkia.cpp',
405 'fonts/skia/FontPlatformDataSkia.cpp', 404 'fonts/skia/FontPlatformDataSkia.cpp',
406 'fonts/skia/GlyphPageTreeNodeSkia.cpp',
407 'fonts/skia/SimpleFontDataSkia.cpp', 405 'fonts/skia/SimpleFontDataSkia.cpp',
408 'fonts/win/FontCacheSkiaWin.cpp', 406 'fonts/win/FontCacheSkiaWin.cpp',
409 'fonts/win/FontFallbackWin.cpp', 407 'fonts/win/FontFallbackWin.cpp',
410 'fonts/win/FontFallbackWin.h', 408 'fonts/win/FontFallbackWin.h',
411 'fonts/win/FontPlatformDataWin.cpp', 409 'fonts/win/FontPlatformDataWin.cpp',
412 'geometry/FloatBoxExtent.h', 410 'geometry/FloatBoxExtent.h',
413 'geometry/FloatPolygon.cpp', 411 'geometry/FloatPolygon.cpp',
414 'geometry/FloatPolygon.h', 412 'geometry/FloatPolygon.h',
415 'geometry/FloatPoint.cpp', 413 'geometry/FloatPoint.cpp',
416 'geometry/FloatPoint.h', 414 'geometry/FloatPoint.h',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'PurgeableVectorTest.cpp', 882 'PurgeableVectorTest.cpp',
885 'SharedBufferTest.cpp', 883 'SharedBufferTest.cpp',
886 'TestingPlatformSupport.cpp', 884 'TestingPlatformSupport.cpp',
887 'TestingPlatformSupport.h', 885 'TestingPlatformSupport.h',
888 'animation/TimingFunctionTest.cpp', 886 'animation/TimingFunctionTest.cpp',
889 'animation/UnitBezierTest.cpp', 887 'animation/UnitBezierTest.cpp',
890 'clipboard/ClipboardUtilitiesTest.cpp', 888 'clipboard/ClipboardUtilitiesTest.cpp',
891 'fonts/FontCacheTest.cpp', 889 'fonts/FontCacheTest.cpp',
892 'fonts/FontDescriptionTest.cpp', 890 'fonts/FontDescriptionTest.cpp',
893 'fonts/FontTest.cpp', 891 'fonts/FontTest.cpp',
892 'fonts/GlyphPageTreeNodeTest.cpp',
894 'fonts/android/FontCacheAndroidTest.cpp', 893 'fonts/android/FontCacheAndroidTest.cpp',
895 'geometry/FloatPolygonTest.cpp', 894 'geometry/FloatPolygonTest.cpp',
896 'geometry/FloatRoundedRectTest.cpp', 895 'geometry/FloatRoundedRectTest.cpp',
897 'geometry/RegionTest.cpp', 896 'geometry/RegionTest.cpp',
898 'geometry/RoundedRectTest.cpp', 897 'geometry/RoundedRectTest.cpp',
899 'graphics/GraphicsContextTest.cpp', 898 'graphics/GraphicsContextTest.cpp',
900 'graphics/ThreadSafeDataTransportTest.cpp', 899 'graphics/ThreadSafeDataTransportTest.cpp',
901 'graphics/filters/FilterOperationsTest.cpp', 900 'graphics/filters/FilterOperationsTest.cpp',
902 'graphics/filters/ImageFilterBuilderTest.cpp', 901 'graphics/filters/ImageFilterBuilderTest.cpp',
903 'graphics/gpu/DrawingBufferTest.cpp', 902 'graphics/gpu/DrawingBufferTest.cpp',
(...skipping 26 matching lines...) Expand all
930 'graphics/ImageLayerChromiumTest.cpp', 929 'graphics/ImageLayerChromiumTest.cpp',
931 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 930 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
932 'graphics/test/MockImageDecoder.h', 931 'graphics/test/MockImageDecoder.h',
933 'graphics/test/MockWebGraphicsContext3D.h', 932 'graphics/test/MockWebGraphicsContext3D.h',
934 'image-decoders/gif/GIFImageDecoderTest.cpp', 933 'image-decoders/gif/GIFImageDecoderTest.cpp',
935 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 934 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
936 'image-decoders/webp/WEBPImageDecoderTest.cpp', 935 'image-decoders/webp/WEBPImageDecoderTest.cpp',
937 ], 936 ],
938 }, 937 },
939 } 938 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/GlyphPage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698