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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'audio/UpSampler.cpp', | 238 'audio/UpSampler.cpp', |
239 'audio/UpSampler.h', | 239 'audio/UpSampler.h', |
240 'audio/VectorMath.cpp', | 240 'audio/VectorMath.cpp', |
241 'audio/VectorMath.h', | 241 'audio/VectorMath.h', |
242 'audio/ZeroPole.cpp', | 242 'audio/ZeroPole.cpp', |
243 'audio/ZeroPole.h', | 243 'audio/ZeroPole.h', |
244 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', | 244 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', |
245 'audio/ffmpeg/FFTFrameFFMPEG.cpp', | 245 'audio/ffmpeg/FFTFrameFFMPEG.cpp', |
246 'audio/ipp/FFTFrameIPP.cpp', | 246 'audio/ipp/FFTFrameIPP.cpp', |
247 'audio/mac/FFTFrameMac.cpp', | 247 'audio/mac/FFTFrameMac.cpp', |
| 248 'battery/battery_status.h', |
| 249 'battery/battery_status_dispatcher.cc', |
| 250 'battery/battery_status_dispatcher.h', |
| 251 'battery/battery_status_listener.h', |
248 'blob/BlobData.cpp', | 252 'blob/BlobData.cpp', |
249 'blob/BlobData.h', | 253 'blob/BlobData.h', |
250 'blob/BlobRegistry.cpp', | 254 'blob/BlobRegistry.cpp', |
251 'blob/BlobRegistry.h', | 255 'blob/BlobRegistry.h', |
252 'blob/BlobURL.cpp', | 256 'blob/BlobURL.cpp', |
253 'blob/BlobURL.h', | 257 'blob/BlobURL.h', |
254 'clipboard/ClipboardMimeTypes.cpp', | 258 'clipboard/ClipboardMimeTypes.cpp', |
255 'clipboard/ClipboardMimeTypes.h', | 259 'clipboard/ClipboardMimeTypes.h', |
256 'clipboard/ClipboardUtilities.cpp', | 260 'clipboard/ClipboardUtilities.cpp', |
257 'clipboard/ClipboardUtilities.h', | 261 'clipboard/ClipboardUtilities.h', |
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1009 'PODRedBlackTreeTest.cpp', | 1013 'PODRedBlackTreeTest.cpp', |
1010 'PurgeableVectorTest.cpp', | 1014 'PurgeableVectorTest.cpp', |
1011 'SharedBufferTest.cpp', | 1015 'SharedBufferTest.cpp', |
1012 'TimerTest.cpp', | 1016 'TimerTest.cpp', |
1013 'TracedValueTest.cpp', | 1017 'TracedValueTest.cpp', |
1014 'UUIDTest.cpp', | 1018 'UUIDTest.cpp', |
1015 'WebScreenInfoTest.cpp', | 1019 'WebScreenInfoTest.cpp', |
1016 'WebVectorTest.cpp', | 1020 'WebVectorTest.cpp', |
1017 'animation/TimingFunctionTest.cpp', | 1021 'animation/TimingFunctionTest.cpp', |
1018 'animation/UnitBezierTest.cpp', | 1022 'animation/UnitBezierTest.cpp', |
| 1023 'battery/battery_status_dispatcher_unittest.cc', |
1019 'blob/BlobDataTest.cpp', | 1024 'blob/BlobDataTest.cpp', |
1020 'clipboard/ClipboardUtilitiesTest.cpp', | 1025 'clipboard/ClipboardUtilitiesTest.cpp', |
1021 'fonts/CharacterTest.cpp', | 1026 'fonts/CharacterTest.cpp', |
1022 'fonts/FontCacheTest.cpp', | 1027 'fonts/FontCacheTest.cpp', |
1023 'fonts/FontDescriptionTest.cpp', | 1028 'fonts/FontDescriptionTest.cpp', |
1024 'fonts/GlyphBufferTest.cpp', | 1029 'fonts/GlyphBufferTest.cpp', |
1025 'fonts/GlyphPageTreeNodeTest.cpp', | 1030 'fonts/GlyphPageTreeNodeTest.cpp', |
1026 'fonts/OrientationIteratorTest.cpp', | 1031 'fonts/OrientationIteratorTest.cpp', |
1027 'fonts/ScriptRunIteratorTest.cpp', | 1032 'fonts/ScriptRunIteratorTest.cpp', |
1028 'fonts/SmallCapsIteratorTest.cpp', | 1033 'fonts/SmallCapsIteratorTest.cpp', |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1149 ['OS!="mac"', | 1154 ['OS!="mac"', |
1150 { | 1155 { |
1151 'platform_test_files': [ | 1156 'platform_test_files': [ |
1152 'scroll/ScrollAnimatorTest.cpp', | 1157 'scroll/ScrollAnimatorTest.cpp', |
1153 ], | 1158 ], |
1154 } | 1159 } |
1155 ], | 1160 ], |
1156 ], | 1161 ], |
1157 }, | 1162 }, |
1158 } | 1163 } |
OLD | NEW |