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 'css/CSS.idl', | 8 'css/CSS.idl', |
9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
(...skipping 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1833 'dom/AddConsoleMessageTask.h', | 1833 'dom/AddConsoleMessageTask.h', |
1834 'dom/Attr.cpp', | 1834 'dom/Attr.cpp', |
1835 'dom/CDATASection.cpp', | 1835 'dom/CDATASection.cpp', |
1836 'dom/CDATASection.h', | 1836 'dom/CDATASection.h', |
1837 'dom/CSSSelectorWatch.cpp', | 1837 'dom/CSSSelectorWatch.cpp', |
1838 'dom/CharacterData.cpp', | 1838 'dom/CharacterData.cpp', |
1839 'dom/ChildListMutationScope.cpp', | 1839 'dom/ChildListMutationScope.cpp', |
1840 'dom/ChildListMutationScope.h', | 1840 'dom/ChildListMutationScope.h', |
1841 'dom/ChildNodeList.cpp', | 1841 'dom/ChildNodeList.cpp', |
1842 'dom/ChildNodeList.h', | 1842 'dom/ChildNodeList.h', |
1843 'dom/ClassNodeList.cpp', | 1843 'dom/ClassCollection.cpp', |
1844 'dom/ClassNodeList.h', | 1844 'dom/ClassCollection.h', |
1845 'dom/ClientRect.cpp', | 1845 'dom/ClientRect.cpp', |
1846 'dom/ClientRect.h', | 1846 'dom/ClientRect.h', |
1847 'dom/ClientRectList.cpp', | 1847 'dom/ClientRectList.cpp', |
1848 'dom/ClientRectList.h', | 1848 'dom/ClientRectList.h', |
1849 'dom/Clipboard.cpp', | 1849 'dom/Clipboard.cpp', |
1850 'dom/Comment.cpp', | 1850 'dom/Comment.cpp', |
1851 'dom/Comment.h', | 1851 'dom/Comment.h', |
1852 'dom/ContainerNode.cpp', | 1852 'dom/ContainerNode.cpp', |
1853 'dom/ContainerNodeAlgorithms.cpp', | 1853 'dom/ContainerNodeAlgorithms.cpp', |
1854 'dom/ContainerNodeAlgorithms.h', | 1854 'dom/ContainerNodeAlgorithms.h', |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2081 'dom/StyleElement.cpp', | 2081 'dom/StyleElement.cpp', |
2082 'dom/StyleElement.h', | 2082 'dom/StyleElement.h', |
2083 'dom/StyleEngine.cpp', | 2083 'dom/StyleEngine.cpp', |
2084 'dom/StyleEngine.h', | 2084 'dom/StyleEngine.h', |
2085 'dom/StyleSheetCandidate.cpp', | 2085 'dom/StyleSheetCandidate.cpp', |
2086 'dom/StyleSheetCandidate.h', | 2086 'dom/StyleSheetCandidate.h', |
2087 'dom/StyleSheetCollection.cpp', | 2087 'dom/StyleSheetCollection.cpp', |
2088 'dom/StyleSheetCollection.h', | 2088 'dom/StyleSheetCollection.h', |
2089 'dom/StyleSheetScopingNodeList.cpp', | 2089 'dom/StyleSheetScopingNodeList.cpp', |
2090 'dom/StyleSheetScopingNodeList.h', | 2090 'dom/StyleSheetScopingNodeList.h', |
2091 'dom/TagNodeList.cpp', | 2091 'dom/TagCollection.cpp', |
2092 'dom/TagNodeList.h', | 2092 'dom/TagCollection.h', |
2093 'dom/Text.cpp', | 2093 'dom/Text.cpp', |
2094 'dom/TextLinkColors.cpp', | 2094 'dom/TextLinkColors.cpp', |
2095 'dom/TextLinkColors.h', | 2095 'dom/TextLinkColors.h', |
2096 'dom/Touch.cpp', | 2096 'dom/Touch.cpp', |
2097 'dom/Touch.h', | 2097 'dom/Touch.h', |
2098 'dom/TouchList.cpp', | 2098 'dom/TouchList.cpp', |
2099 'dom/TouchList.h', | 2099 'dom/TouchList.h', |
2100 'dom/TransformSource.h', | 2100 'dom/TransformSource.h', |
2101 'dom/TransformSourceLibxslt.cpp', | 2101 'dom/TransformSourceLibxslt.cpp', |
2102 'dom/Traversal.cpp', | 2102 'dom/Traversal.cpp', |
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3265 'html/parser/HTMLParserThreadTest.cpp', | 3265 'html/parser/HTMLParserThreadTest.cpp', |
3266 'html/track/vtt/BufferedLineReaderTest.cpp', | 3266 'html/track/vtt/BufferedLineReaderTest.cpp', |
3267 'html/track/vtt/VTTScannerTest.cpp', | 3267 'html/track/vtt/VTTScannerTest.cpp', |
3268 'rendering/RenderOverflowTest.cpp', | 3268 'rendering/RenderOverflowTest.cpp', |
3269 'rendering/shapes/BoxShapeTest.cpp', | 3269 'rendering/shapes/BoxShapeTest.cpp', |
3270 'testing/UnitTestHelpers.cpp', | 3270 'testing/UnitTestHelpers.cpp', |
3271 'testing/UnitTestHelpers.h', | 3271 'testing/UnitTestHelpers.h', |
3272 ], | 3272 ], |
3273 } | 3273 } |
3274 } | 3274 } |
OLD | NEW |