| 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 'css/CSS.idl', | 5 'css/CSS.idl', |
| 6 'css/CSSCharsetRule.idl', | 6 'css/CSSCharsetRule.idl', |
| 7 'css/CSSFontFaceLoadEvent.idl', | 7 'css/CSSFontFaceLoadEvent.idl', |
| 8 'css/CSSFontFaceRule.idl', | 8 'css/CSSFontFaceRule.idl', |
| 9 'css/CSSImportRule.idl', | 9 'css/CSSImportRule.idl', |
| 10 'css/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 'css/CSSFontFaceRule.cpp', | 644 'css/CSSFontFaceRule.cpp', |
| 645 'css/CSSFontFaceRule.h', | 645 'css/CSSFontFaceRule.h', |
| 646 'css/CSSFontFaceSource.cpp', | 646 'css/CSSFontFaceSource.cpp', |
| 647 'css/CSSFontFaceSource.h', | 647 'css/CSSFontFaceSource.h', |
| 648 'css/CSSFontFaceSrcValue.cpp', | 648 'css/CSSFontFaceSrcValue.cpp', |
| 649 'css/CSSFontFaceSrcValue.h', | 649 'css/CSSFontFaceSrcValue.h', |
| 650 'css/CSSFontFeatureValue.cpp', | 650 'css/CSSFontFeatureValue.cpp', |
| 651 'css/CSSFontFeatureValue.h', | 651 'css/CSSFontFeatureValue.h', |
| 652 'css/CSSFontSelector.cpp', | 652 'css/CSSFontSelector.cpp', |
| 653 'css/CSSFontSelector.h', | 653 'css/CSSFontSelector.h', |
| 654 'css/CSSFontSelectorClient.h', |
| 654 'css/CSSFontValue.cpp', | 655 'css/CSSFontValue.cpp', |
| 655 'css/CSSFontValue.h', | 656 'css/CSSFontValue.h', |
| 656 'css/CSSFunctionValue.cpp', | 657 'css/CSSFunctionValue.cpp', |
| 657 'css/CSSFunctionValue.h', | 658 'css/CSSFunctionValue.h', |
| 658 'css/CSSGradientValue.cpp', | 659 'css/CSSGradientValue.cpp', |
| 659 'css/CSSGradientValue.h', | 660 'css/CSSGradientValue.h', |
| 660 'css/CSSGridLineNamesValue.cpp', | 661 'css/CSSGridLineNamesValue.cpp', |
| 661 'css/CSSGridLineNamesValue.h', | 662 'css/CSSGridLineNamesValue.h', |
| 662 'css/CSSGridTemplateValue.cpp', | 663 'css/CSSGridTemplateValue.cpp', |
| 663 'css/CSSGridTemplateValue.h', | 664 'css/CSSGridTemplateValue.h', |
| (...skipping 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3255 'html/track/vtt/BufferedLineReaderTest.cpp', | 3256 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3256 'html/track/vtt/VTTScannerTest.cpp', | 3257 'html/track/vtt/VTTScannerTest.cpp', |
| 3257 'frame/ImageBitmapTest.cpp', | 3258 'frame/ImageBitmapTest.cpp', |
| 3258 'rendering/RenderOverflowTest.cpp', | 3259 'rendering/RenderOverflowTest.cpp', |
| 3259 'rendering/shapes/BoxShapeTest.cpp', | 3260 'rendering/shapes/BoxShapeTest.cpp', |
| 3260 'testing/UnitTestHelpers.h', | 3261 'testing/UnitTestHelpers.h', |
| 3261 'testing/UnitTestHelpers.cpp', | 3262 'testing/UnitTestHelpers.cpp', |
| 3262 ], | 3263 ], |
| 3263 } | 3264 } |
| 3264 } | 3265 } |
| OLD | NEW |