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/Player.idl', | 6 'animation/Player.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/Clipboard.idl', | 10 'clipboard/Clipboard.idl', |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 'animation/AnimationTranslationUtil.cpp', | 584 'animation/AnimationTranslationUtil.cpp', |
585 'animation/AnimationTranslationUtil.h', | 585 'animation/AnimationTranslationUtil.h', |
586 'animation/CompositorAnimations.cpp', | 586 'animation/CompositorAnimations.cpp', |
587 'animation/CompositorAnimations.h', | 587 'animation/CompositorAnimations.h', |
588 'animation/CompositorAnimationsImpl.h', | 588 'animation/CompositorAnimationsImpl.h', |
589 'animation/DocumentAnimation.h', | 589 'animation/DocumentAnimation.h', |
590 'animation/DocumentAnimations.cpp', | 590 'animation/DocumentAnimations.cpp', |
591 'animation/DocumentAnimations.h', | 591 'animation/DocumentAnimations.h', |
592 'animation/DocumentTimeline.cpp', | 592 'animation/DocumentTimeline.cpp', |
593 'animation/DocumentTimeline.h', | 593 'animation/DocumentTimeline.h', |
594 'animation/ElementAnimation.cpp', | |
595 'animation/ElementAnimation.h', | 594 'animation/ElementAnimation.h', |
596 'animation/InertAnimation.cpp', | 595 'animation/InertAnimation.cpp', |
597 'animation/InertAnimation.h', | 596 'animation/InertAnimation.h', |
598 'animation/KeyframeEffectModel.cpp', | 597 'animation/KeyframeEffectModel.cpp', |
599 'animation/KeyframeEffectModel.h', | 598 'animation/KeyframeEffectModel.h', |
600 'animation/Player.cpp', | 599 'animation/Player.cpp', |
601 'animation/Player.h', | 600 'animation/Player.h', |
602 'animation/TimedItem.cpp', | 601 'animation/TimedItem.cpp', |
603 'animation/TimedItem.h', | 602 'animation/TimedItem.h', |
604 'animation/TimedItemCalculations.h', | 603 'animation/TimedItemCalculations.h', |
(...skipping 2678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3283 'html/parser/HTMLParserThreadTest.cpp', | 3282 'html/parser/HTMLParserThreadTest.cpp', |
3284 'html/track/vtt/BufferedLineReaderTest.cpp', | 3283 'html/track/vtt/BufferedLineReaderTest.cpp', |
3285 'html/track/vtt/VTTScannerTest.cpp', | 3284 'html/track/vtt/VTTScannerTest.cpp', |
3286 'rendering/RenderOverflowTest.cpp', | 3285 'rendering/RenderOverflowTest.cpp', |
3287 'rendering/shapes/BoxShapeTest.cpp', | 3286 'rendering/shapes/BoxShapeTest.cpp', |
3288 'testing/UnitTestHelpers.cpp', | 3287 'testing/UnitTestHelpers.cpp', |
3289 'testing/UnitTestHelpers.h', | 3288 'testing/UnitTestHelpers.h', |
3290 ], | 3289 ], |
3291 } | 3290 } |
3292 } | 3291 } |
OLD | NEW |