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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 'WebVectorTest.cpp', | 929 'WebVectorTest.cpp', |
930 'animation/TimingFunctionTest.cpp', | 930 'animation/TimingFunctionTest.cpp', |
931 'animation/UnitBezierTest.cpp', | 931 'animation/UnitBezierTest.cpp', |
932 'clipboard/ClipboardUtilitiesTest.cpp', | 932 'clipboard/ClipboardUtilitiesTest.cpp', |
933 'fonts/FontCacheTest.cpp', | 933 'fonts/FontCacheTest.cpp', |
934 'fonts/FontDescriptionTest.cpp', | 934 'fonts/FontDescriptionTest.cpp', |
935 'fonts/FontTest.cpp', | 935 'fonts/FontTest.cpp', |
936 'fonts/GlyphBufferTest.cpp', | 936 'fonts/GlyphBufferTest.cpp', |
937 'fonts/GlyphPageTreeNodeTest.cpp', | 937 'fonts/GlyphPageTreeNodeTest.cpp', |
938 'fonts/android/FontCacheAndroidTest.cpp', | 938 'fonts/android/FontCacheAndroidTest.cpp', |
| 939 'fonts/shaping/HarfBuzzShaperTest.cpp', |
939 'geometry/FloatBoxTest.cpp', | 940 'geometry/FloatBoxTest.cpp', |
940 'geometry/FloatBoxTestHelpers.cpp', | 941 'geometry/FloatBoxTestHelpers.cpp', |
941 'geometry/FloatPointTest.cpp', | 942 'geometry/FloatPointTest.cpp', |
942 'geometry/FloatPolygonTest.cpp', | 943 'geometry/FloatPolygonTest.cpp', |
943 'geometry/FloatRoundedRectTest.cpp', | 944 'geometry/FloatRoundedRectTest.cpp', |
944 'geometry/FloatSizeTest.cpp', | 945 'geometry/FloatSizeTest.cpp', |
945 'geometry/GeometryTestHelpers.cpp', | 946 'geometry/GeometryTestHelpers.cpp', |
946 'geometry/LayoutRectOutsetsTest.cpp', | 947 'geometry/LayoutRectOutsetsTest.cpp', |
947 'geometry/RegionTest.cpp', | 948 'geometry/RegionTest.cpp', |
948 'graphics/GraphicsContextTest.cpp', | 949 'graphics/GraphicsContextTest.cpp', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 998 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
998 ], | 999 ], |
999 'platform_unittest_support_files': [ | 1000 'platform_unittest_support_files': [ |
1000 'testing/URLTestHelpers.cpp', | 1001 'testing/URLTestHelpers.cpp', |
1001 'testing/URLTestHelpers.h', | 1002 'testing/URLTestHelpers.h', |
1002 'testing/UnitTestHelpers.cpp', | 1003 'testing/UnitTestHelpers.cpp', |
1003 'testing/UnitTestHelpers.h', | 1004 'testing/UnitTestHelpers.h', |
1004 ], | 1005 ], |
1005 }, | 1006 }, |
1006 } | 1007 } |
OLD | NEW |