| 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 3254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3265 'animation/AnimatableDoubleTest.cpp', | 3265 'animation/AnimatableDoubleTest.cpp', |
| 3266 'animation/AnimatableLengthTest.cpp', | 3266 'animation/AnimatableLengthTest.cpp', |
| 3267 'animation/AnimatableNeutralTest.cpp', | 3267 'animation/AnimatableNeutralTest.cpp', |
| 3268 'animation/AnimatableStrokeDasharrayListTest.cpp', | 3268 'animation/AnimatableStrokeDasharrayListTest.cpp', |
| 3269 'animation/AnimatableUnknownTest.cpp', | 3269 'animation/AnimatableUnknownTest.cpp', |
| 3270 'animation/AnimatableValueTestHelper.cpp', | 3270 'animation/AnimatableValueTestHelper.cpp', |
| 3271 'animation/AnimatableValueTestHelper.h', | 3271 'animation/AnimatableValueTestHelper.h', |
| 3272 'animation/AnimatableValueTestHelperTest.cpp', | 3272 'animation/AnimatableValueTestHelperTest.cpp', |
| 3273 'animation/AnimationClockTest.cpp', | 3273 'animation/AnimationClockTest.cpp', |
| 3274 'animation/AnimationHelpersTest.cpp', | 3274 'animation/AnimationHelpersTest.cpp', |
| 3275 'animation/AnimationStackTest.cpp', |
| 3275 'animation/AnimationTest.cpp', | 3276 'animation/AnimationTest.cpp', |
| 3276 'animation/AnimationTestHelper.cpp', | 3277 'animation/AnimationTestHelper.cpp', |
| 3277 'animation/AnimationTestHelper.h', | 3278 'animation/AnimationTestHelper.h', |
| 3278 'animation/AnimationTranslationUtilTest.cpp', | 3279 'animation/AnimationTranslationUtilTest.cpp', |
| 3279 'animation/CompositorAnimationsTest.cpp', | 3280 'animation/CompositorAnimationsTest.cpp', |
| 3280 'animation/CompositorAnimationsTestHelper.h', | 3281 'animation/CompositorAnimationsTestHelper.h', |
| 3281 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | 3282 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', |
| 3282 'animation/DocumentTimelineTest.cpp', | 3283 'animation/DocumentTimelineTest.cpp', |
| 3283 'animation/InterpolableValueTest.cpp', | 3284 'animation/InterpolableValueTest.cpp', |
| 3284 'animation/InterpolationEffectTest.cpp', | 3285 'animation/InterpolationEffectTest.cpp', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3325 'html/track/vtt/BufferedLineReaderTest.cpp', | 3326 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3326 'html/track/vtt/VTTScannerTest.cpp', | 3327 'html/track/vtt/VTTScannerTest.cpp', |
| 3327 'rendering/RenderOverflowTest.cpp', | 3328 'rendering/RenderOverflowTest.cpp', |
| 3328 'rendering/shapes/BoxShapeTest.cpp', | 3329 'rendering/shapes/BoxShapeTest.cpp', |
| 3329 'testing/UnitTestHelpers.cpp', | 3330 'testing/UnitTestHelpers.cpp', |
| 3330 'testing/UnitTestHelpers.h', | 3331 'testing/UnitTestHelpers.h', |
| 3331 'xml/parser/SharedBufferReaderTest.cpp', | 3332 'xml/parser/SharedBufferReaderTest.cpp', |
| 3332 ], | 3333 ], |
| 3333 } | 3334 } |
| 3334 } | 3335 } |
| OLD | NEW |