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

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: Fix compile error 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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 'text/SegmentedStringTest.cpp', 920 'text/SegmentedStringTest.cpp',
921 'text/UnicodeUtilitiesTest.cpp', 921 'text/UnicodeUtilitiesTest.cpp',
922 'weborigin/DatabaseIdentifierTest.cpp', 922 'weborigin/DatabaseIdentifierTest.cpp',
923 'weborigin/KURLTest.cpp', 923 'weborigin/KURLTest.cpp',
924 'weborigin/OriginAccessEntryTest.cpp', 924 'weborigin/OriginAccessEntryTest.cpp',
925 'weborigin/SecurityOriginTest.cpp', 925 'weborigin/SecurityOriginTest.cpp',
926 'weborigin/SecurityPolicyTest.cpp', 926 'weborigin/SecurityPolicyTest.cpp',
927 ], 927 ],
928 # NOTE: these are legacy unit tests, do not add more! 928 # NOTE: these are legacy unit tests, do not add more!
929 'platform_web_unittest_files': [ 929 'platform_web_unittest_files': [
930 'fonts/opentype/OpenTypeSanitizerTest.cpp',
930 'graphics/BitmapImageTest.cpp', 931 'graphics/BitmapImageTest.cpp',
931 'graphics/Canvas2DLayerBridgeTest.cpp', 932 'graphics/Canvas2DLayerBridgeTest.cpp',
932 'graphics/Canvas2DLayerManagerTest.cpp', 933 'graphics/Canvas2DLayerManagerTest.cpp',
933 'graphics/DeferredImageDecoderTest.cpp', 934 'graphics/DeferredImageDecoderTest.cpp',
934 'graphics/GraphicsLayerTest.cpp', 935 'graphics/GraphicsLayerTest.cpp',
935 'graphics/ImageDecodingStoreTest.cpp', 936 'graphics/ImageDecodingStoreTest.cpp',
936 'graphics/ImageFrameGeneratorTest.cpp', 937 'graphics/ImageFrameGeneratorTest.cpp',
937 'graphics/ImageLayerChromiumTest.cpp', 938 'graphics/ImageLayerChromiumTest.cpp',
938 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 939 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
939 'graphics/test/MockImageDecoder.h', 940 'graphics/test/MockImageDecoder.h',
940 'graphics/test/MockWebGraphicsContext3D.h', 941 'graphics/test/MockWebGraphicsContext3D.h',
941 'image-decoders/gif/GIFImageDecoderTest.cpp', 942 'image-decoders/gif/GIFImageDecoderTest.cpp',
942 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 943 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
943 'image-decoders/webp/WEBPImageDecoderTest.cpp', 944 'image-decoders/webp/WEBPImageDecoderTest.cpp',
944 ], 945 ],
945 }, 946 },
946 } 947 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698