OLD | NEW |
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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 'testing/TreeTestHelpers.h', | 923 'testing/TreeTestHelpers.h', |
924 'transforms/TransformOperationsTest.cpp', | 924 'transforms/TransformOperationsTest.cpp', |
925 'transforms/TransformationMatrixTest.cpp', | 925 'transforms/TransformationMatrixTest.cpp', |
926 'text/BidiResolverTest.cpp', | 926 'text/BidiResolverTest.cpp', |
927 'text/DateTimeFormatTest.cpp', | 927 'text/DateTimeFormatTest.cpp', |
928 'text/SegmentedStringTest.cpp', | 928 'text/SegmentedStringTest.cpp', |
929 'text/UnicodeUtilitiesTest.cpp', | 929 'text/UnicodeUtilitiesTest.cpp', |
930 'weborigin/DatabaseIdentifierTest.cpp', | 930 'weborigin/DatabaseIdentifierTest.cpp', |
931 'weborigin/KURLTest.cpp', | 931 'weborigin/KURLTest.cpp', |
932 'weborigin/OriginAccessEntryTest.cpp', | 932 'weborigin/OriginAccessEntryTest.cpp', |
| 933 'weborigin/SchemeRegistryTest.cpp', |
933 'weborigin/SecurityOriginTest.cpp', | 934 'weborigin/SecurityOriginTest.cpp', |
934 'weborigin/SecurityPolicyTest.cpp', | 935 'weborigin/SecurityPolicyTest.cpp', |
935 ], | 936 ], |
936 # NOTE: these are legacy unit tests, do not add more! | 937 # NOTE: these are legacy unit tests, do not add more! |
937 'platform_web_unittest_files': [ | 938 'platform_web_unittest_files': [ |
938 'graphics/BitmapImageTest.cpp', | 939 'graphics/BitmapImageTest.cpp', |
939 'graphics/Canvas2DLayerBridgeTest.cpp', | 940 'graphics/Canvas2DLayerBridgeTest.cpp', |
940 'graphics/Canvas2DLayerManagerTest.cpp', | 941 'graphics/Canvas2DLayerManagerTest.cpp', |
941 'graphics/DeferredImageDecoderTest.cpp', | 942 'graphics/DeferredImageDecoderTest.cpp', |
942 'graphics/GraphicsLayerTest.cpp', | 943 'graphics/GraphicsLayerTest.cpp', |
943 'graphics/ImageDecodingStoreTest.cpp', | 944 'graphics/ImageDecodingStoreTest.cpp', |
944 'graphics/ImageFrameGeneratorTest.cpp', | 945 'graphics/ImageFrameGeneratorTest.cpp', |
945 'graphics/ImageLayerChromiumTest.cpp', | 946 'graphics/ImageLayerChromiumTest.cpp', |
946 'graphics/test/MockImageDecoder.h', | 947 'graphics/test/MockImageDecoder.h', |
947 'graphics/test/MockWebGraphicsContext3D.h', | 948 'graphics/test/MockWebGraphicsContext3D.h', |
948 'image-decoders/gif/GIFImageDecoderTest.cpp', | 949 'image-decoders/gif/GIFImageDecoderTest.cpp', |
949 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 950 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
950 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 951 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
951 ], | 952 ], |
952 }, | 953 }, |
953 } | 954 } |
OLD | NEW |