OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
6 'animation/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.idl', |
7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
(...skipping 3326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3337 'animation/AnimationPlayerTest.cpp', | 3337 'animation/AnimationPlayerTest.cpp', |
3338 'animation/AnimationStackTest.cpp', | 3338 'animation/AnimationStackTest.cpp', |
3339 'animation/AnimationTest.cpp', | 3339 'animation/AnimationTest.cpp', |
3340 'animation/AnimationTestHelper.cpp', | 3340 'animation/AnimationTestHelper.cpp', |
3341 'animation/AnimationTestHelper.h', | 3341 'animation/AnimationTestHelper.h', |
3342 'animation/AnimationTranslationUtilTest.cpp', | 3342 'animation/AnimationTranslationUtilTest.cpp', |
3343 'animation/CompositorAnimationsTest.cpp', | 3343 'animation/CompositorAnimationsTest.cpp', |
3344 'animation/CompositorAnimationsTestHelper.h', | 3344 'animation/CompositorAnimationsTestHelper.h', |
3345 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | 3345 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', |
3346 'animation/DocumentTimelineTest.cpp', | 3346 'animation/DocumentTimelineTest.cpp', |
| 3347 'animation/EffectInputTest.cpp', |
3347 'animation/InterpolationEffectTest.cpp', | 3348 'animation/InterpolationEffectTest.cpp', |
3348 'animation/InterpolationTest.cpp', | 3349 'animation/InterpolationTest.cpp', |
3349 'animation/InterpolableValueTest.cpp', | 3350 'animation/InterpolableValueTest.cpp', |
3350 'animation/KeyframeEffectModelTest.cpp', | 3351 'animation/KeyframeEffectModelTest.cpp', |
3351 'animation/TimedItemCalculationsTest.cpp', | 3352 'animation/TimedItemCalculationsTest.cpp', |
3352 'animation/TimedItemTest.cpp', | 3353 'animation/TimedItemTest.cpp', |
3353 'animation/TimingInputTest.cpp', | 3354 'animation/TimingInputTest.cpp', |
3354 'css/AffectedByFocusTest.cpp', | 3355 'css/AffectedByFocusTest.cpp', |
3355 'css/CSSCalculationValueTest.cpp', | 3356 'css/CSSCalculationValueTest.cpp', |
3356 'css/CSSFontFaceTest.cpp', | 3357 'css/CSSFontFaceTest.cpp', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3394 'html/track/vtt/VTTScannerTest.cpp', | 3395 'html/track/vtt/VTTScannerTest.cpp', |
3395 'loader/MixedContentCheckerTest.cpp', | 3396 'loader/MixedContentCheckerTest.cpp', |
3396 'rendering/RenderOverflowTest.cpp', | 3397 'rendering/RenderOverflowTest.cpp', |
3397 'rendering/shapes/BoxShapeTest.cpp', | 3398 'rendering/shapes/BoxShapeTest.cpp', |
3398 'testing/UnitTestHelpers.cpp', | 3399 'testing/UnitTestHelpers.cpp', |
3399 'testing/UnitTestHelpers.h', | 3400 'testing/UnitTestHelpers.h', |
3400 'xml/parser/SharedBufferReaderTest.cpp', | 3401 'xml/parser/SharedBufferReaderTest.cpp', |
3401 ], | 3402 ], |
3402 } | 3403 } |
3403 } | 3404 } |
OLD | NEW |