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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 'DecimalTest.cpp', | 964 'DecimalTest.cpp', |
965 'DragImageTest.cpp', | 965 'DragImageTest.cpp', |
966 'LayoutUnitTest.cpp', | 966 'LayoutUnitTest.cpp', |
967 'LifecycleContextTest.cpp', | 967 'LifecycleContextTest.cpp', |
968 'PODArenaTest.cpp', | 968 'PODArenaTest.cpp', |
969 'PODFreeListArenaTest.cpp', | 969 'PODFreeListArenaTest.cpp', |
970 'PODIntervalTreeTest.cpp', | 970 'PODIntervalTreeTest.cpp', |
971 'PODRedBlackTreeTest.cpp', | 971 'PODRedBlackTreeTest.cpp', |
972 'PurgeableVectorTest.cpp', | 972 'PurgeableVectorTest.cpp', |
973 'SharedBufferTest.cpp', | 973 'SharedBufferTest.cpp', |
| 974 'TestingPlatformSupport.cpp', |
| 975 'TestingPlatformSupport.h', |
974 'TimerTest.cpp', | 976 'TimerTest.cpp', |
975 'TracedValueTest.cpp', | 977 'TracedValueTest.cpp', |
976 'UUIDTest.cpp', | 978 'UUIDTest.cpp', |
977 'WebScreenInfoTest.cpp', | 979 'WebScreenInfoTest.cpp', |
978 'WebVectorTest.cpp', | 980 'WebVectorTest.cpp', |
979 'animation/TimingFunctionTest.cpp', | 981 'animation/TimingFunctionTest.cpp', |
980 'animation/UnitBezierTest.cpp', | 982 'animation/UnitBezierTest.cpp', |
981 'blob/BlobDataTest.cpp', | 983 'blob/BlobDataTest.cpp', |
982 'clipboard/ClipboardUtilitiesTest.cpp', | 984 'clipboard/ClipboardUtilitiesTest.cpp', |
983 'fonts/FontCacheTest.cpp', | 985 'fonts/FontCacheTest.cpp', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 'testing/URLTestHelpers.cpp', | 1069 'testing/URLTestHelpers.cpp', |
1068 'testing/URLTestHelpers.h', | 1070 'testing/URLTestHelpers.h', |
1069 'testing/UnitTestHelpers.cpp', | 1071 'testing/UnitTestHelpers.cpp', |
1070 'testing/UnitTestHelpers.h', | 1072 'testing/UnitTestHelpers.h', |
1071 ], | 1073 ], |
1072 'platform_test_support_files': [ | 1074 'platform_test_support_files': [ |
1073 'testing/GeometryPrinters.cpp', | 1075 'testing/GeometryPrinters.cpp', |
1074 'testing/GeometryPrinters.h', | 1076 'testing/GeometryPrinters.h', |
1075 'testing/PaintPrinters.cpp', | 1077 'testing/PaintPrinters.cpp', |
1076 'testing/PaintPrinters.h', | 1078 'testing/PaintPrinters.h', |
1077 'testing/TestingPlatformSupport.cpp', | |
1078 'testing/TestingPlatformSupport.h', | |
1079 'testing/TransformPrinters.cpp', | 1079 'testing/TransformPrinters.cpp', |
1080 'testing/TransformPrinters.h', | 1080 'testing/TransformPrinters.h', |
1081 ], | 1081 ], |
1082 'conditions': [ | 1082 'conditions': [ |
1083 ['OS=="win"', | 1083 ['OS=="win"', |
1084 { | 1084 { |
1085 'platform_test_files': [ | 1085 'platform_test_files': [ |
1086 'text/LocaleWinTest.cpp', | 1086 'text/LocaleWinTest.cpp', |
1087 ], | 1087 ], |
1088 } | 1088 } |
(...skipping 15 matching lines...) Expand all Loading... |
1104 ['OS!="mac"', | 1104 ['OS!="mac"', |
1105 { | 1105 { |
1106 'platform_test_files': [ | 1106 'platform_test_files': [ |
1107 'scroll/ScrollAnimatorTest.cpp', | 1107 'scroll/ScrollAnimatorTest.cpp', |
1108 ], | 1108 ], |
1109 } | 1109 } |
1110 ], | 1110 ], |
1111 ], | 1111 ], |
1112 }, | 1112 }, |
1113 } | 1113 } |
OLD | NEW |