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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1106 'WebScreenInfoTest.cpp', | 1106 'WebScreenInfoTest.cpp', |
1107 'WebVectorTest.cpp', | 1107 'WebVectorTest.cpp', |
1108 'animation/AnimationTranslationUtilTest.cpp', | 1108 'animation/AnimationTranslationUtilTest.cpp', |
1109 'animation/TimingFunctionTest.cpp', | 1109 'animation/TimingFunctionTest.cpp', |
1110 'animation/UnitBezierTest.cpp', | 1110 'animation/UnitBezierTest.cpp', |
1111 'animation/CompositorAnimationPlayerTest.cpp', | 1111 'animation/CompositorAnimationPlayerTest.cpp', |
1112 'animation/CompositorAnimationTest.cpp', | 1112 'animation/CompositorAnimationTest.cpp', |
1113 'animation/CompositorFloatAnimationCurveTest.cpp', | 1113 'animation/CompositorFloatAnimationCurveTest.cpp', |
1114 'blob/BlobDataTest.cpp', | 1114 'blob/BlobDataTest.cpp', |
1115 'clipboard/ClipboardUtilitiesTest.cpp', | 1115 'clipboard/ClipboardUtilitiesTest.cpp', |
| 1116 'exported/FilePathConversionTest.cpp', |
1116 'fonts/AcceptLanguagesResolverTest.cpp', | 1117 'fonts/AcceptLanguagesResolverTest.cpp', |
1117 'fonts/CharacterTest.cpp', | 1118 'fonts/CharacterTest.cpp', |
1118 'fonts/FontCacheTest.cpp', | 1119 'fonts/FontCacheTest.cpp', |
1119 'fonts/FontDescriptionTest.cpp', | 1120 'fonts/FontDescriptionTest.cpp', |
1120 'fonts/GlyphBufferTest.cpp', | 1121 'fonts/GlyphBufferTest.cpp', |
1121 'fonts/GlyphPageTreeNodeTest.cpp', | 1122 'fonts/GlyphPageTreeNodeTest.cpp', |
1122 'fonts/OrientationIteratorTest.cpp', | 1123 'fonts/OrientationIteratorTest.cpp', |
1123 'fonts/ScriptRunIteratorTest.cpp', | 1124 'fonts/ScriptRunIteratorTest.cpp', |
1124 'fonts/SmallCapsIteratorTest.cpp', | 1125 'fonts/SmallCapsIteratorTest.cpp', |
1125 'fonts/SymbolsIteratorTest.cpp', | 1126 'fonts/SymbolsIteratorTest.cpp', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1250 ['OS!="mac"', | 1251 ['OS!="mac"', |
1251 { | 1252 { |
1252 'platform_test_files': [ | 1253 'platform_test_files': [ |
1253 'scroll/ScrollAnimatorTest.cpp', | 1254 'scroll/ScrollAnimatorTest.cpp', |
1254 ], | 1255 ], |
1255 } | 1256 } |
1256 ], | 1257 ], |
1257 ], | 1258 ], |
1258 }, | 1259 }, |
1259 } | 1260 } |
OLD | NEW |