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/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.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 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1952 'dom/ElementRareData.h', | 1952 'dom/ElementRareData.h', |
1953 'dom/ElementTraversal.h', | 1953 'dom/ElementTraversal.h', |
1954 'dom/EmptyNodeList.cpp', | 1954 'dom/EmptyNodeList.cpp', |
1955 'dom/EmptyNodeList.h', | 1955 'dom/EmptyNodeList.h', |
1956 'dom/ExecutionContextTask.h', | 1956 'dom/ExecutionContextTask.h', |
1957 'dom/MainThreadTaskRunner.cpp', | 1957 'dom/MainThreadTaskRunner.cpp', |
1958 'dom/MainThreadTaskRunner.h', | 1958 'dom/MainThreadTaskRunner.h', |
1959 'dom/FullscreenElementStack.cpp', | 1959 'dom/FullscreenElementStack.cpp', |
1960 'dom/FullscreenElementStack.h', | 1960 'dom/FullscreenElementStack.h', |
1961 'dom/GlobalEventHandlers.h', | 1961 'dom/GlobalEventHandlers.h', |
1962 'dom/SiblingRuleHelper.cpp', | |
1963 'dom/SiblingRuleHelper.h', | |
1964 'dom/IconURL.cpp', | 1962 'dom/IconURL.cpp', |
1965 'dom/IconURL.h', | 1963 'dom/IconURL.h', |
1966 'dom/IdTargetObserver.cpp', | 1964 'dom/IdTargetObserver.cpp', |
1967 'dom/IdTargetObserver.h', | 1965 'dom/IdTargetObserver.h', |
1968 'dom/IdTargetObserverRegistry.cpp', | 1966 'dom/IdTargetObserverRegistry.cpp', |
1969 'dom/IdTargetObserverRegistry.h', | 1967 'dom/IdTargetObserverRegistry.h', |
1970 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 1968 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
1971 'dom/LiveNodeList.cpp', | 1969 'dom/LiveNodeList.cpp', |
1972 'dom/LiveNodeList.h', | 1970 'dom/LiveNodeList.h', |
1973 'dom/LiveNodeListBase.cpp', | 1971 'dom/LiveNodeListBase.cpp', |
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3327 'html/track/vtt/BufferedLineReaderTest.cpp', | 3325 'html/track/vtt/BufferedLineReaderTest.cpp', |
3328 'html/track/vtt/VTTScannerTest.cpp', | 3326 'html/track/vtt/VTTScannerTest.cpp', |
3329 'rendering/RenderOverflowTest.cpp', | 3327 'rendering/RenderOverflowTest.cpp', |
3330 'rendering/shapes/BoxShapeTest.cpp', | 3328 'rendering/shapes/BoxShapeTest.cpp', |
3331 'testing/UnitTestHelpers.cpp', | 3329 'testing/UnitTestHelpers.cpp', |
3332 'testing/UnitTestHelpers.h', | 3330 'testing/UnitTestHelpers.h', |
3333 'xml/parser/SharedBufferReaderTest.cpp', | 3331 'xml/parser/SharedBufferReaderTest.cpp', |
3334 ], | 3332 ], |
3335 } | 3333 } |
3336 } | 3334 } |
OLD | NEW |