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/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'css/CSSMarkup.h', | 711 'css/CSSMarkup.h', |
712 'css/CSSMediaRule.cpp', | 712 'css/CSSMediaRule.cpp', |
713 'css/CSSMediaRule.h', | 713 'css/CSSMediaRule.h', |
714 'css/CSSOMUtils.cpp', | 714 'css/CSSOMUtils.cpp', |
715 'css/CSSOMUtils.h', | 715 'css/CSSOMUtils.h', |
716 'css/CSSPageRule.cpp', | 716 'css/CSSPageRule.cpp', |
717 'css/CSSPageRule.h', | 717 'css/CSSPageRule.h', |
718 'css/parser/BisonCSSParser.h', | 718 'css/parser/BisonCSSParser.h', |
719 'css/parser/CSSPropertyParser.cpp', | 719 'css/parser/CSSPropertyParser.cpp', |
720 'css/parser/CSSPropertyParser.h', | 720 'css/parser/CSSPropertyParser.h', |
| 721 'css/parser/MediaQueryTokenizer.cpp', |
| 722 'css/parser/MediaQueryParser.cpp', |
| 723 'css/parser/CSSInputStream.cpp', |
| 724 'css/parser/CSSToken.cpp', |
721 'css/CSSParserMode.cpp', | 725 'css/CSSParserMode.cpp', |
722 'css/CSSParserMode.h', | 726 'css/CSSParserMode.h', |
723 'css/CSSParserValues.cpp', | 727 'css/CSSParserValues.cpp', |
724 'css/CSSPrimitiveValue.cpp', | 728 'css/CSSPrimitiveValue.cpp', |
725 'css/CSSPrimitiveValueMappings.h', | 729 'css/CSSPrimitiveValueMappings.h', |
726 'css/CSSProperty.cpp', | 730 'css/CSSProperty.cpp', |
727 'css/CSSPropertySourceData.cpp', | 731 'css/CSSPropertySourceData.cpp', |
728 'css/CSSReflectValue.cpp', | 732 'css/CSSReflectValue.cpp', |
729 'css/CSSRule.cpp', | 733 'css/CSSRule.cpp', |
730 'css/CSSRule.h', | 734 'css/CSSRule.h', |
(...skipping 2526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3257 'animation/CompositorAnimationsTestHelper.h', | 3261 'animation/CompositorAnimationsTestHelper.h', |
3258 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | 3262 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', |
3259 'animation/DocumentTimelineTest.cpp', | 3263 'animation/DocumentTimelineTest.cpp', |
3260 'animation/InterpolableValueTest.cpp', | 3264 'animation/InterpolableValueTest.cpp', |
3261 'animation/KeyframeEffectModelTest.cpp', | 3265 'animation/KeyframeEffectModelTest.cpp', |
3262 'animation/PlayerTest.cpp', | 3266 'animation/PlayerTest.cpp', |
3263 'animation/TimedItemCalculationsTest.cpp', | 3267 'animation/TimedItemCalculationsTest.cpp', |
3264 'animation/TimedItemTest.cpp', | 3268 'animation/TimedItemTest.cpp', |
3265 'animation/TimingInputTest.cpp', | 3269 'animation/TimingInputTest.cpp', |
3266 'css/AffectedByFocusTest.cpp', | 3270 'css/AffectedByFocusTest.cpp', |
| 3271 'css/parser/MediaQueryTokenizerTest.cpp', |
3267 'css/CSSCalculationValueTest.cpp', | 3272 'css/CSSCalculationValueTest.cpp', |
3268 'css/CSSFontFaceTest.cpp', | 3273 'css/CSSFontFaceTest.cpp', |
3269 'css/CSSTestHelper.cpp', | 3274 'css/CSSTestHelper.cpp', |
3270 'css/CSSTestHelper.h', | 3275 'css/CSSTestHelper.h', |
3271 'css/CSSValueTestHelper.h', | 3276 'css/CSSValueTestHelper.h', |
3272 'css/CSSParserValuesTest.cpp', | 3277 'css/CSSParserValuesTest.cpp', |
3273 'css/CSSSelectorTest.cpp', | 3278 'css/CSSSelectorTest.cpp', |
3274 'css/CSSValueTestHelper.h', | 3279 'css/CSSValueTestHelper.h', |
3275 'css/DragUpdateTest.cpp', | 3280 'css/DragUpdateTest.cpp', |
3276 'css/HoverUpdateTest.cpp', | 3281 'css/HoverUpdateTest.cpp', |
(...skipping 20 matching lines...) Expand all Loading... |
3297 'html/parser/HTMLParserThreadTest.cpp', | 3302 'html/parser/HTMLParserThreadTest.cpp', |
3298 'html/track/vtt/BufferedLineReaderTest.cpp', | 3303 'html/track/vtt/BufferedLineReaderTest.cpp', |
3299 'html/track/vtt/VTTScannerTest.cpp', | 3304 'html/track/vtt/VTTScannerTest.cpp', |
3300 'rendering/RenderOverflowTest.cpp', | 3305 'rendering/RenderOverflowTest.cpp', |
3301 'rendering/shapes/BoxShapeTest.cpp', | 3306 'rendering/shapes/BoxShapeTest.cpp', |
3302 'testing/UnitTestHelpers.cpp', | 3307 'testing/UnitTestHelpers.cpp', |
3303 'testing/UnitTestHelpers.h', | 3308 'testing/UnitTestHelpers.h', |
3304 ], | 3309 ], |
3305 } | 3310 } |
3306 } | 3311 } |
OLD | NEW |