| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'audio/UpSampler.cpp', | 263 'audio/UpSampler.cpp', |
| 264 'audio/UpSampler.h', | 264 'audio/UpSampler.h', |
| 265 'audio/VectorMath.cpp', | 265 'audio/VectorMath.cpp', |
| 266 'audio/VectorMath.h', | 266 'audio/VectorMath.h', |
| 267 'audio/ZeroPole.cpp', | 267 'audio/ZeroPole.cpp', |
| 268 'audio/ZeroPole.h', | 268 'audio/ZeroPole.h', |
| 269 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', | 269 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', |
| 270 'audio/ffmpeg/FFTFrameFFMPEG.cpp', | 270 'audio/ffmpeg/FFTFrameFFMPEG.cpp', |
| 271 'audio/ipp/FFTFrameIPP.cpp', | 271 'audio/ipp/FFTFrameIPP.cpp', |
| 272 'audio/mac/FFTFrameMac.cpp', | 272 'audio/mac/FFTFrameMac.cpp', |
| 273 'battery/battery_dispatcher_proxy.cc', | |
| 274 'battery/battery_dispatcher_proxy.h', | |
| 275 'battery/battery_status.h', | |
| 276 'blob/BlobData.cpp', | 273 'blob/BlobData.cpp', |
| 277 'blob/BlobData.h', | 274 'blob/BlobData.h', |
| 278 'blob/BlobRegistry.cpp', | 275 'blob/BlobRegistry.cpp', |
| 279 'blob/BlobRegistry.h', | 276 'blob/BlobRegistry.h', |
| 280 'blob/BlobURL.cpp', | 277 'blob/BlobURL.cpp', |
| 281 'blob/BlobURL.h', | 278 'blob/BlobURL.h', |
| 282 'clipboard/ClipboardMimeTypes.cpp', | 279 'clipboard/ClipboardMimeTypes.cpp', |
| 283 'clipboard/ClipboardMimeTypes.h', | 280 'clipboard/ClipboardMimeTypes.h', |
| 284 'clipboard/ClipboardUtilities.cpp', | 281 'clipboard/ClipboardUtilities.cpp', |
| 285 'clipboard/ClipboardUtilities.h', | 282 'clipboard/ClipboardUtilities.h', |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1127 'UserGestureIndicatorTest.cpp', | 1124 'UserGestureIndicatorTest.cpp', |
| 1128 'UUIDTest.cpp', | 1125 'UUIDTest.cpp', |
| 1129 'WebScreenInfoTest.cpp', | 1126 'WebScreenInfoTest.cpp', |
| 1130 'WebVectorTest.cpp', | 1127 'WebVectorTest.cpp', |
| 1131 'animation/AnimationTranslationUtilTest.cpp', | 1128 'animation/AnimationTranslationUtilTest.cpp', |
| 1132 'animation/CompositorAnimationPlayerTest.cpp', | 1129 'animation/CompositorAnimationPlayerTest.cpp', |
| 1133 'animation/CompositorAnimationTest.cpp', | 1130 'animation/CompositorAnimationTest.cpp', |
| 1134 'animation/CompositorFloatAnimationCurveTest.cpp', | 1131 'animation/CompositorFloatAnimationCurveTest.cpp', |
| 1135 'animation/TimingFunctionTest.cpp', | 1132 'animation/TimingFunctionTest.cpp', |
| 1136 'animation/UnitBezierTest.cpp', | 1133 'animation/UnitBezierTest.cpp', |
| 1137 'battery/battery_dispatcher_proxy_unittest.cc', | |
| 1138 'blob/BlobDataTest.cpp', | 1134 'blob/BlobDataTest.cpp', |
| 1139 'clipboard/ClipboardUtilitiesTest.cpp', | 1135 'clipboard/ClipboardUtilitiesTest.cpp', |
| 1140 'exported/FilePathConversionTest.cpp', | 1136 'exported/FilePathConversionTest.cpp', |
| 1141 'fonts/AcceptLanguagesResolverTest.cpp', | 1137 'fonts/AcceptLanguagesResolverTest.cpp', |
| 1142 'fonts/CharacterTest.cpp', | 1138 'fonts/CharacterTest.cpp', |
| 1143 'fonts/FontCacheTest.cpp', | 1139 'fonts/FontCacheTest.cpp', |
| 1144 'fonts/FontDescriptionTest.cpp', | 1140 'fonts/FontDescriptionTest.cpp', |
| 1145 'fonts/FontPlatformDataTest.cpp', | 1141 'fonts/FontPlatformDataTest.cpp', |
| 1146 'fonts/GlyphBufferTest.cpp', | 1142 'fonts/GlyphBufferTest.cpp', |
| 1147 'fonts/GlyphPageTreeNodeTest.cpp', | 1143 'fonts/GlyphPageTreeNodeTest.cpp', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1285 ['OS!="mac"', | 1281 ['OS!="mac"', |
| 1286 { | 1282 { |
| 1287 'platform_test_files': [ | 1283 'platform_test_files': [ |
| 1288 'scroll/ScrollAnimatorTest.cpp', | 1284 'scroll/ScrollAnimatorTest.cpp', |
| 1289 ], | 1285 ], |
| 1290 } | 1286 } |
| 1291 ], | 1287 ], |
| 1292 ], | 1288 ], |
| 1293 }, | 1289 }, |
| 1294 } | 1290 } |
| OLD | NEW |