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 'clipboard/Clipboard.idl', | 10 'clipboard/Clipboard.idl', |
10 'clipboard/DataTransferItem.idl', | 11 'clipboard/DataTransferItem.idl', |
11 'clipboard/DataTransferItemList.idl', | 12 'clipboard/DataTransferItemList.idl', |
12 'css/CSS.idl', | 13 'css/CSS.idl', |
13 'css/CSSCharsetRule.idl', | 14 'css/CSSCharsetRule.idl', |
14 'css/CSSFontFaceLoadEvent.idl', | 15 'css/CSSFontFaceLoadEvent.idl', |
15 'css/CSSFontFaceRule.idl', | 16 'css/CSSFontFaceRule.idl', |
16 'css/CSSImportRule.idl', | 17 'css/CSSImportRule.idl', |
17 'css/CSSKeyframeRule.idl', | 18 'css/CSSKeyframeRule.idl', |
18 'css/CSSKeyframesRule.idl', | 19 'css/CSSKeyframesRule.idl', |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 'animation/ElementAnimation.h', | 596 'animation/ElementAnimation.h', |
596 'animation/InertAnimation.cpp', | 597 'animation/InertAnimation.cpp', |
597 'animation/InertAnimation.h', | 598 'animation/InertAnimation.h', |
598 'animation/KeyframeEffectModel.cpp', | 599 'animation/KeyframeEffectModel.cpp', |
599 'animation/KeyframeEffectModel.h', | 600 'animation/KeyframeEffectModel.h', |
600 'animation/Player.cpp', | 601 'animation/Player.cpp', |
601 'animation/Player.h', | 602 'animation/Player.h', |
602 'animation/TimedItem.cpp', | 603 'animation/TimedItem.cpp', |
603 'animation/TimedItem.h', | 604 'animation/TimedItem.h', |
604 'animation/TimedItemCalculations.h', | 605 'animation/TimedItemCalculations.h', |
| 606 'animation/TimedItemTiming.cpp', |
| 607 'animation/TimedItemTiming.h', |
605 'animation/Timing.h', | 608 'animation/Timing.h', |
606 'animation/css/CSSAnimatableValueFactory.cpp', | 609 'animation/css/CSSAnimatableValueFactory.cpp', |
607 'animation/css/CSSAnimatableValueFactory.h', | 610 'animation/css/CSSAnimatableValueFactory.h', |
608 'animation/css/CSSAnimations.cpp', | 611 'animation/css/CSSAnimations.cpp', |
609 'animation/css/CSSAnimations.h', | 612 'animation/css/CSSAnimations.h', |
610 'animation/css/CSSAnimationData.cpp', | 613 'animation/css/CSSAnimationData.cpp', |
611 'animation/css/CSSAnimationData.h', | 614 'animation/css/CSSAnimationData.h', |
612 'animation/css/CSSAnimationDataList.cpp', | 615 'animation/css/CSSAnimationDataList.cpp', |
613 'animation/css/CSSAnimationDataList.h', | 616 'animation/css/CSSAnimationDataList.h', |
614 'animation/css/CSSPendingAnimations.cpp', | 617 'animation/css/CSSPendingAnimations.cpp', |
(...skipping 2643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3258 'html/parser/HTMLParserThreadTest.cpp', | 3261 'html/parser/HTMLParserThreadTest.cpp', |
3259 'html/track/vtt/BufferedLineReaderTest.cpp', | 3262 'html/track/vtt/BufferedLineReaderTest.cpp', |
3260 'html/track/vtt/VTTScannerTest.cpp', | 3263 'html/track/vtt/VTTScannerTest.cpp', |
3261 'rendering/RenderOverflowTest.cpp', | 3264 'rendering/RenderOverflowTest.cpp', |
3262 'rendering/shapes/BoxShapeTest.cpp', | 3265 'rendering/shapes/BoxShapeTest.cpp', |
3263 'testing/UnitTestHelpers.cpp', | 3266 'testing/UnitTestHelpers.cpp', |
3264 'testing/UnitTestHelpers.h', | 3267 'testing/UnitTestHelpers.h', |
3265 ], | 3268 ], |
3266 } | 3269 } |
3267 } | 3270 } |
OLD | NEW |