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

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

Issue 316343004: Add unittest for OpenTypeSanitizer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: PLATFORM_EXPORT for tests 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
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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'TestingPlatformSupport.cpp', 889 'TestingPlatformSupport.cpp',
890 'TestingPlatformSupport.h', 890 'TestingPlatformSupport.h',
891 'animation/TimingFunctionTest.cpp', 891 'animation/TimingFunctionTest.cpp',
892 'animation/UnitBezierTest.cpp', 892 'animation/UnitBezierTest.cpp',
893 'clipboard/ClipboardUtilitiesTest.cpp', 893 'clipboard/ClipboardUtilitiesTest.cpp',
894 'fonts/FontCacheTest.cpp', 894 'fonts/FontCacheTest.cpp',
895 'fonts/FontDescriptionTest.cpp', 895 'fonts/FontDescriptionTest.cpp',
896 'fonts/FontTest.cpp', 896 'fonts/FontTest.cpp',
897 'fonts/GlyphPageTreeNodeTest.cpp', 897 'fonts/GlyphPageTreeNodeTest.cpp',
898 'fonts/android/FontCacheAndroidTest.cpp', 898 'fonts/android/FontCacheAndroidTest.cpp',
899 'fonts/opentype/OpenTypeSanitizerTest.cpp',
899 'geometry/FloatPolygonTest.cpp', 900 'geometry/FloatPolygonTest.cpp',
900 'geometry/FloatRoundedRectTest.cpp', 901 'geometry/FloatRoundedRectTest.cpp',
901 'geometry/RegionTest.cpp', 902 'geometry/RegionTest.cpp',
902 'geometry/RoundedRectTest.cpp', 903 'geometry/RoundedRectTest.cpp',
903 'graphics/GraphicsContextTest.cpp', 904 'graphics/GraphicsContextTest.cpp',
904 'graphics/ThreadSafeDataTransportTest.cpp', 905 'graphics/ThreadSafeDataTransportTest.cpp',
905 'graphics/filters/FilterOperationsTest.cpp', 906 'graphics/filters/FilterOperationsTest.cpp',
906 'graphics/filters/ImageFilterBuilderTest.cpp', 907 'graphics/filters/ImageFilterBuilderTest.cpp',
907 'graphics/gpu/DrawingBufferTest.cpp', 908 'graphics/gpu/DrawingBufferTest.cpp',
908 'graphics/test/MockDiscardablePixelRef.h', 909 'graphics/test/MockDiscardablePixelRef.h',
(...skipping 25 matching lines...) Expand all
934 'graphics/ImageLayerChromiumTest.cpp', 935 'graphics/ImageLayerChromiumTest.cpp',
935 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 936 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
936 'graphics/test/MockImageDecoder.h', 937 'graphics/test/MockImageDecoder.h',
937 'graphics/test/MockWebGraphicsContext3D.h', 938 'graphics/test/MockWebGraphicsContext3D.h',
938 'image-decoders/gif/GIFImageDecoderTest.cpp', 939 'image-decoders/gif/GIFImageDecoderTest.cpp',
939 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 940 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
940 'image-decoders/webp/WEBPImageDecoderTest.cpp', 941 'image-decoders/webp/WEBPImageDecoderTest.cpp',
941 ], 942 ],
942 }, 943 },
943 } 944 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698