| 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 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/AnimationStackTest.cpp', |
| 3276 'animation/AnimationTest.cpp', | 3276 'animation/AnimationTest.cpp', |
| 3277 'animation/AnimationTestHelper.cpp', | 3277 'animation/AnimationTestHelper.cpp', |
| 3278 'animation/AnimationTestHelper.h', | 3278 'animation/AnimationTestHelper.h', |
| 3279 'animation/AnimationTranslationUtilTest.cpp', | 3279 'animation/AnimationTranslationUtilTest.cpp', |
| 3280 'animation/CompositorAnimationsTest.cpp', | 3280 'animation/CompositorAnimationsTest.cpp', |
| 3281 'animation/CompositorAnimationsTestHelper.h', | 3281 'animation/CompositorAnimationsTestHelper.h', |
| 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', |
| 3285 'animation/KeyframeEffectModelTest.cpp', | 3286 'animation/KeyframeEffectModelTest.cpp', |
| 3286 'animation/AnimationPlayerTest.cpp', | 3287 'animation/AnimationPlayerTest.cpp', |
| 3287 'animation/TimedItemCalculationsTest.cpp', | 3288 'animation/TimedItemCalculationsTest.cpp', |
| 3288 'animation/TimedItemTest.cpp', | 3289 'animation/TimedItemTest.cpp', |
| 3289 'animation/TimingInputTest.cpp', | 3290 'animation/TimingInputTest.cpp', |
| 3290 'css/AffectedByFocusTest.cpp', | 3291 'css/AffectedByFocusTest.cpp', |
| 3291 'css/parser/MediaQueryTokenizerTest.cpp', | 3292 'css/parser/MediaQueryTokenizerTest.cpp', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3326 'html/track/vtt/BufferedLineReaderTest.cpp', | 3327 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3327 'html/track/vtt/VTTScannerTest.cpp', | 3328 'html/track/vtt/VTTScannerTest.cpp', |
| 3328 'rendering/RenderOverflowTest.cpp', | 3329 'rendering/RenderOverflowTest.cpp', |
| 3329 'rendering/shapes/BoxShapeTest.cpp', | 3330 'rendering/shapes/BoxShapeTest.cpp', |
| 3330 'testing/UnitTestHelpers.cpp', | 3331 'testing/UnitTestHelpers.cpp', |
| 3331 'testing/UnitTestHelpers.h', | 3332 'testing/UnitTestHelpers.h', |
| 3332 'xml/parser/SharedBufferReaderTest.cpp', | 3333 'xml/parser/SharedBufferReaderTest.cpp', |
| 3333 ], | 3334 ], |
| 3334 } | 3335 } |
| 3335 } | 3336 } |
| OLD | NEW |