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

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

Issue 347173002: Revert of Add unittest for OpenTypeSanitizer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « no previous file | Source/platform/fonts/opentype/OpenTypeSanitizer.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 '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',
931 'graphics/BitmapImageTest.cpp', 930 'graphics/BitmapImageTest.cpp',
932 'graphics/Canvas2DLayerBridgeTest.cpp', 931 'graphics/Canvas2DLayerBridgeTest.cpp',
933 'graphics/Canvas2DLayerManagerTest.cpp', 932 'graphics/Canvas2DLayerManagerTest.cpp',
934 'graphics/DeferredImageDecoderTest.cpp', 933 'graphics/DeferredImageDecoderTest.cpp',
935 'graphics/GraphicsLayerTest.cpp', 934 'graphics/GraphicsLayerTest.cpp',
936 'graphics/ImageDecodingStoreTest.cpp', 935 'graphics/ImageDecodingStoreTest.cpp',
937 'graphics/ImageFrameGeneratorTest.cpp', 936 'graphics/ImageFrameGeneratorTest.cpp',
938 'graphics/ImageLayerChromiumTest.cpp', 937 'graphics/ImageLayerChromiumTest.cpp',
939 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 938 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
940 'graphics/test/MockImageDecoder.h', 939 'graphics/test/MockImageDecoder.h',
941 'graphics/test/MockWebGraphicsContext3D.h', 940 'graphics/test/MockWebGraphicsContext3D.h',
942 'image-decoders/gif/GIFImageDecoderTest.cpp', 941 'image-decoders/gif/GIFImageDecoderTest.cpp',
943 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 942 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
944 'image-decoders/webp/WEBPImageDecoderTest.cpp', 943 'image-decoders/webp/WEBPImageDecoderTest.cpp',
945 ], 944 ],
946 }, 945 },
947 } 946 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/opentype/OpenTypeSanitizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698