OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2061 'dom/MutationRecord.cpp', | 2061 'dom/MutationRecord.cpp', |
2062 'dom/MutationRecord.h', | 2062 'dom/MutationRecord.h', |
2063 'dom/NameNodeList.cpp', | 2063 'dom/NameNodeList.cpp', |
2064 'dom/NameNodeList.h', | 2064 'dom/NameNodeList.h', |
2065 'dom/NamedNodeMap.cpp', | 2065 'dom/NamedNodeMap.cpp', |
2066 'dom/Node.cpp', | 2066 'dom/Node.cpp', |
2067 'dom/NodeChildRemovalTracker.cpp', | 2067 'dom/NodeChildRemovalTracker.cpp', |
2068 'dom/NodeChildRemovalTracker.h', | 2068 'dom/NodeChildRemovalTracker.h', |
2069 'dom/NodeFilter.cpp', | 2069 'dom/NodeFilter.cpp', |
2070 'dom/NodeFilter.h', | 2070 'dom/NodeFilter.h', |
2071 'dom/NodeFilterCondition.cpp', | |
2072 'dom/NodeFilterCondition.h', | 2071 'dom/NodeFilterCondition.h', |
2073 'dom/NodeIterator.cpp', | 2072 'dom/NodeIterator.cpp', |
2074 'dom/NodeIterator.h', | 2073 'dom/NodeIterator.h', |
2075 'dom/NodeIteratorBase.cpp', | 2074 'dom/NodeIteratorBase.cpp', |
2076 'dom/NodeIteratorBase.h', | 2075 'dom/NodeIteratorBase.h', |
2077 'dom/NodeListsNodeData.cpp', | 2076 'dom/NodeListsNodeData.cpp', |
2078 'dom/NodeListsNodeData.h', | 2077 'dom/NodeListsNodeData.h', |
2079 'dom/NodeRareData.cpp', | 2078 'dom/NodeRareData.cpp', |
2080 'dom/NodeRareData.h', | 2079 'dom/NodeRareData.h', |
2081 'dom/NodeRenderStyle.h', | 2080 'dom/NodeRenderStyle.h', |
(...skipping 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3464 'rendering/shapes/BoxShapeTest.cpp', | 3463 'rendering/shapes/BoxShapeTest.cpp', |
3465 'rendering/style/OutlineValueTest.cpp', | 3464 'rendering/style/OutlineValueTest.cpp', |
3466 'testing/PrivateScriptTestTest.cpp', | 3465 'testing/PrivateScriptTestTest.cpp', |
3467 'streams/ReadableStreamTest.cpp', | 3466 'streams/ReadableStreamTest.cpp', |
3468 'testing/UnitTestHelpers.cpp', | 3467 'testing/UnitTestHelpers.cpp', |
3469 'testing/UnitTestHelpers.h', | 3468 'testing/UnitTestHelpers.h', |
3470 'xml/parser/SharedBufferReaderTest.cpp', | 3469 'xml/parser/SharedBufferReaderTest.cpp', |
3471 ], | 3470 ], |
3472 } | 3471 } |
3473 } | 3472 } |
OLD | NEW |