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 1998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2009 'dom/NodeRenderStyle.h', | 2009 'dom/NodeRenderStyle.h', |
2010 'dom/NodeTraversal.cpp', | 2010 'dom/NodeTraversal.cpp', |
2011 'dom/NodeTraversal.h', | 2011 'dom/NodeTraversal.h', |
2012 'dom/NodeWithIndex.h', | 2012 'dom/NodeWithIndex.h', |
2013 'dom/Notation.h', | 2013 'dom/Notation.h', |
2014 'dom/ParentNode.h', | 2014 'dom/ParentNode.h', |
2015 'dom/PendingScript.cpp', | 2015 'dom/PendingScript.cpp', |
2016 'dom/Position.cpp', | 2016 'dom/Position.cpp', |
2017 'dom/PositionIterator.cpp', | 2017 'dom/PositionIterator.cpp', |
2018 'dom/PositionIterator.h', | 2018 'dom/PositionIterator.h', |
2019 'dom/PostAttachCallbacks.cpp', | |
2020 'dom/PostAttachCallbacks.h', | |
2021 'dom/PresentationAttributeStyle.cpp', | 2019 'dom/PresentationAttributeStyle.cpp', |
2022 'dom/PresentationAttributeStyle.h', | 2020 'dom/PresentationAttributeStyle.h', |
2023 'dom/ProcessingInstruction.cpp', | 2021 'dom/ProcessingInstruction.cpp', |
2024 'dom/ProcessingInstruction.h', | 2022 'dom/ProcessingInstruction.h', |
2025 'dom/Promise.h', | 2023 'dom/Promise.h', |
2026 'dom/PseudoElement.cpp', | 2024 'dom/PseudoElement.cpp', |
2027 'dom/QualifiedName.cpp', | 2025 'dom/QualifiedName.cpp', |
2028 'dom/Range.cpp', | 2026 'dom/Range.cpp', |
2029 'dom/RawDataDocumentParser.h', | 2027 'dom/RawDataDocumentParser.h', |
2030 'dom/RequestAnimationFrameCallback.h', | 2028 'dom/RequestAnimationFrameCallback.h', |
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3325 'html/track/vtt/BufferedLineReaderTest.cpp', | 3323 'html/track/vtt/BufferedLineReaderTest.cpp', |
3326 'html/track/vtt/VTTScannerTest.cpp', | 3324 'html/track/vtt/VTTScannerTest.cpp', |
3327 'rendering/RenderOverflowTest.cpp', | 3325 'rendering/RenderOverflowTest.cpp', |
3328 'rendering/shapes/BoxShapeTest.cpp', | 3326 'rendering/shapes/BoxShapeTest.cpp', |
3329 'testing/UnitTestHelpers.cpp', | 3327 'testing/UnitTestHelpers.cpp', |
3330 'testing/UnitTestHelpers.h', | 3328 'testing/UnitTestHelpers.h', |
3331 'xml/parser/SharedBufferReaderTest.cpp', | 3329 'xml/parser/SharedBufferReaderTest.cpp', |
3332 ], | 3330 ], |
3333 } | 3331 } |
3334 } | 3332 } |
OLD | NEW |