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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'audio/UpSampler.cpp', | 267 'audio/UpSampler.cpp', |
268 'audio/UpSampler.h', | 268 'audio/UpSampler.h', |
269 'audio/VectorMath.cpp', | 269 'audio/VectorMath.cpp', |
270 'audio/VectorMath.h', | 270 'audio/VectorMath.h', |
271 'audio/ZeroPole.cpp', | 271 'audio/ZeroPole.cpp', |
272 'audio/ZeroPole.h', | 272 'audio/ZeroPole.h', |
273 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', | 273 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', |
274 'audio/ffmpeg/FFTFrameFFMPEG.cpp', | 274 'audio/ffmpeg/FFTFrameFFMPEG.cpp', |
275 'audio/ipp/FFTFrameIPP.cpp', | 275 'audio/ipp/FFTFrameIPP.cpp', |
276 'audio/mac/FFTFrameMac.cpp', | 276 'audio/mac/FFTFrameMac.cpp', |
| 277 'battery/battery_dispatcher_proxy.cc', |
| 278 'battery/battery_dispatcher_proxy.h', |
| 279 'battery/battery_status.h', |
| 280 'battery/battery_status_listener.h', |
277 'blob/BlobData.cpp', | 281 'blob/BlobData.cpp', |
278 'blob/BlobData.h', | 282 'blob/BlobData.h', |
279 'blob/BlobRegistry.cpp', | 283 'blob/BlobRegistry.cpp', |
280 'blob/BlobRegistry.h', | 284 'blob/BlobRegistry.h', |
281 'blob/BlobURL.cpp', | 285 'blob/BlobURL.cpp', |
282 'blob/BlobURL.h', | 286 'blob/BlobURL.h', |
283 'clipboard/ClipboardMimeTypes.cpp', | 287 'clipboard/ClipboardMimeTypes.cpp', |
284 'clipboard/ClipboardMimeTypes.h', | 288 'clipboard/ClipboardMimeTypes.h', |
285 'clipboard/ClipboardUtilities.cpp', | 289 'clipboard/ClipboardUtilities.cpp', |
286 'clipboard/ClipboardUtilities.h', | 290 'clipboard/ClipboardUtilities.h', |
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1092 'PODIntervalTreeTest.cpp', | 1096 'PODIntervalTreeTest.cpp', |
1093 'PODRedBlackTreeTest.cpp', | 1097 'PODRedBlackTreeTest.cpp', |
1094 'PurgeableVectorTest.cpp', | 1098 'PurgeableVectorTest.cpp', |
1095 'SharedBufferTest.cpp', | 1099 'SharedBufferTest.cpp', |
1096 'TimerTest.cpp', | 1100 'TimerTest.cpp', |
1097 'TracedValueTest.cpp', | 1101 'TracedValueTest.cpp', |
1098 'UserGestureIndicatorTest.cpp', | 1102 'UserGestureIndicatorTest.cpp', |
1099 'UUIDTest.cpp', | 1103 'UUIDTest.cpp', |
1100 'WebScreenInfoTest.cpp', | 1104 'WebScreenInfoTest.cpp', |
1101 'WebVectorTest.cpp', | 1105 'WebVectorTest.cpp', |
1102 'animation/TimingFunctionTest.cpp', | |
1103 'animation/UnitBezierTest.cpp', | |
1104 'animation/CompositorAnimationPlayerTest.cpp', | 1106 'animation/CompositorAnimationPlayerTest.cpp', |
1105 'animation/CompositorAnimationTest.cpp', | 1107 'animation/CompositorAnimationTest.cpp', |
1106 'animation/CompositorFloatAnimationCurveTest.cpp', | 1108 'animation/CompositorFloatAnimationCurveTest.cpp', |
| 1109 'animation/TimingFunctionTest.cpp', |
| 1110 'animation/UnitBezierTest.cpp', |
| 1111 'battery/battery_dispatcher_proxy_unittest.cc', |
1107 'blob/BlobDataTest.cpp', | 1112 'blob/BlobDataTest.cpp', |
1108 'clipboard/ClipboardUtilitiesTest.cpp', | 1113 'clipboard/ClipboardUtilitiesTest.cpp', |
1109 'fonts/CharacterTest.cpp', | 1114 'fonts/CharacterTest.cpp', |
1110 'fonts/FontCacheTest.cpp', | 1115 'fonts/FontCacheTest.cpp', |
1111 'fonts/FontDescriptionTest.cpp', | 1116 'fonts/FontDescriptionTest.cpp', |
1112 'fonts/GlyphBufferTest.cpp', | 1117 'fonts/GlyphBufferTest.cpp', |
1113 'fonts/GlyphPageTreeNodeTest.cpp', | 1118 'fonts/GlyphPageTreeNodeTest.cpp', |
1114 'fonts/OrientationIteratorTest.cpp', | 1119 'fonts/OrientationIteratorTest.cpp', |
1115 'fonts/ScriptRunIteratorTest.cpp', | 1120 'fonts/ScriptRunIteratorTest.cpp', |
1116 'fonts/SmallCapsIteratorTest.cpp', | 1121 'fonts/SmallCapsIteratorTest.cpp', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1239 ['OS!="mac"', | 1244 ['OS!="mac"', |
1240 { | 1245 { |
1241 'platform_test_files': [ | 1246 'platform_test_files': [ |
1242 'scroll/ScrollAnimatorTest.cpp', | 1247 'scroll/ScrollAnimatorTest.cpp', |
1243 ], | 1248 ], |
1244 } | 1249 } |
1245 ], | 1250 ], |
1246 ], | 1251 ], |
1247 }, | 1252 }, |
1248 } | 1253 } |
OLD | NEW |