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 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1006 'LayoutUnitTest.cpp', | 1006 'LayoutUnitTest.cpp', |
1007 'LifecycleContextTest.cpp', | 1007 'LifecycleContextTest.cpp', |
1008 'PODArenaTest.cpp', | 1008 'PODArenaTest.cpp', |
1009 'PODFreeListArenaTest.cpp', | 1009 'PODFreeListArenaTest.cpp', |
1010 'PODIntervalTreeTest.cpp', | 1010 'PODIntervalTreeTest.cpp', |
1011 'PODRedBlackTreeTest.cpp', | 1011 'PODRedBlackTreeTest.cpp', |
1012 'PurgeableVectorTest.cpp', | 1012 'PurgeableVectorTest.cpp', |
1013 'SharedBufferTest.cpp', | 1013 'SharedBufferTest.cpp', |
1014 'TimerTest.cpp', | 1014 'TimerTest.cpp', |
1015 'TracedValueTest.cpp', | 1015 'TracedValueTest.cpp', |
| 1016 'UserGestureIndicatorTest.cpp', |
1016 'UUIDTest.cpp', | 1017 'UUIDTest.cpp', |
1017 'WebScreenInfoTest.cpp', | 1018 'WebScreenInfoTest.cpp', |
1018 'WebVectorTest.cpp', | 1019 'WebVectorTest.cpp', |
1019 'animation/TimingFunctionTest.cpp', | 1020 'animation/TimingFunctionTest.cpp', |
1020 'animation/UnitBezierTest.cpp', | 1021 'animation/UnitBezierTest.cpp', |
1021 'blob/BlobDataTest.cpp', | 1022 'blob/BlobDataTest.cpp', |
1022 'clipboard/ClipboardUtilitiesTest.cpp', | 1023 'clipboard/ClipboardUtilitiesTest.cpp', |
1023 'fonts/CharacterTest.cpp', | 1024 'fonts/CharacterTest.cpp', |
1024 'fonts/FontCacheTest.cpp', | 1025 'fonts/FontCacheTest.cpp', |
1025 'fonts/FontDescriptionTest.cpp', | 1026 'fonts/FontDescriptionTest.cpp', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 ['OS!="mac"', | 1152 ['OS!="mac"', |
1152 { | 1153 { |
1153 'platform_test_files': [ | 1154 'platform_test_files': [ |
1154 'scroll/ScrollAnimatorTest.cpp', | 1155 'scroll/ScrollAnimatorTest.cpp', |
1155 ], | 1156 ], |
1156 } | 1157 } |
1157 ], | 1158 ], |
1158 ], | 1159 ], |
1159 }, | 1160 }, |
1160 } | 1161 } |
OLD | NEW |