| 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'css/FontFace.cpp', | 766 'css/FontFace.cpp', |
| 767 'css/FontFace.h', | 767 'css/FontFace.h', |
| 768 'css/FontFaceCache.cpp', | 768 'css/FontFaceCache.cpp', |
| 769 'css/FontFaceCache.h', | 769 'css/FontFaceCache.h', |
| 770 'css/FontFaceSet.cpp', | 770 'css/FontFaceSet.cpp', |
| 771 'css/FontFaceSet.h', | 771 'css/FontFaceSet.h', |
| 772 'css/FontFaceSetForEachCallback.h', | 772 'css/FontFaceSetForEachCallback.h', |
| 773 'css/FontSize.cpp', | 773 'css/FontSize.cpp', |
| 774 'css/FontSize.h', | 774 'css/FontSize.h', |
| 775 'css/HashTools.h', | 775 'css/HashTools.h', |
| 776 'css/MediaFeatureNames.cpp', | |
| 777 'css/MediaFeatureNames.h', | |
| 778 'css/MediaList.cpp', | 776 'css/MediaList.cpp', |
| 779 'css/MediaList.h', | 777 'css/MediaList.h', |
| 780 'css/MediaQuery.cpp', | 778 'css/MediaQuery.cpp', |
| 781 'css/MediaQuery.h', | 779 'css/MediaQuery.h', |
| 782 'css/MediaQueryEvaluator.cpp', | 780 'css/MediaQueryEvaluator.cpp', |
| 783 'css/MediaQueryEvaluator.h', | 781 'css/MediaQueryEvaluator.h', |
| 784 'css/MediaQueryExp.cpp', | 782 'css/MediaQueryExp.cpp', |
| 785 'css/MediaQueryExp.h', | 783 'css/MediaQueryExp.h', |
| 786 'css/MediaQueryList.cpp', | 784 'css/MediaQueryList.cpp', |
| 787 'css/MediaQueryList.h', | 785 'css/MediaQueryList.h', |
| (...skipping 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3283 'html/parser/HTMLParserThreadTest.cpp', | 3281 'html/parser/HTMLParserThreadTest.cpp', |
| 3284 'html/track/vtt/BufferedLineReaderTest.cpp', | 3282 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3285 'html/track/vtt/VTTScannerTest.cpp', | 3283 'html/track/vtt/VTTScannerTest.cpp', |
| 3286 'rendering/RenderOverflowTest.cpp', | 3284 'rendering/RenderOverflowTest.cpp', |
| 3287 'rendering/shapes/BoxShapeTest.cpp', | 3285 'rendering/shapes/BoxShapeTest.cpp', |
| 3288 'testing/UnitTestHelpers.cpp', | 3286 'testing/UnitTestHelpers.cpp', |
| 3289 'testing/UnitTestHelpers.h', | 3287 'testing/UnitTestHelpers.h', |
| 3290 ], | 3288 ], |
| 3291 } | 3289 } |
| 3292 } | 3290 } |
| OLD | NEW |