| 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 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2030 'dom/NodeChildRemovalTracker.cpp', | 2030 'dom/NodeChildRemovalTracker.cpp', |
| 2031 'dom/NodeChildRemovalTracker.h', | 2031 'dom/NodeChildRemovalTracker.h', |
| 2032 'dom/NodeFilter.cpp', | 2032 'dom/NodeFilter.cpp', |
| 2033 'dom/NodeFilter.h', | 2033 'dom/NodeFilter.h', |
| 2034 'dom/NodeFilterCondition.cpp', | 2034 'dom/NodeFilterCondition.cpp', |
| 2035 'dom/NodeFilterCondition.h', | 2035 'dom/NodeFilterCondition.h', |
| 2036 'dom/NodeIterator.cpp', | 2036 'dom/NodeIterator.cpp', |
| 2037 'dom/NodeIterator.h', | 2037 'dom/NodeIterator.h', |
| 2038 'dom/NodeIteratorBase.cpp', | 2038 'dom/NodeIteratorBase.cpp', |
| 2039 'dom/NodeIteratorBase.h', | 2039 'dom/NodeIteratorBase.h', |
| 2040 'dom/NodeListsNodeData.cpp', |
| 2041 'dom/NodeListsNodeData.h', |
| 2040 'dom/NodeRareData.cpp', | 2042 'dom/NodeRareData.cpp', |
| 2041 'dom/NodeRareData.h', | 2043 'dom/NodeRareData.h', |
| 2042 'dom/NodeRenderStyle.h', | 2044 'dom/NodeRenderStyle.h', |
| 2043 'dom/NodeRenderingTraversal.cpp', | 2045 'dom/NodeRenderingTraversal.cpp', |
| 2044 'dom/NodeRenderingTraversal.h', | 2046 'dom/NodeRenderingTraversal.h', |
| 2045 'dom/NodeTraversal.cpp', | 2047 'dom/NodeTraversal.cpp', |
| 2046 'dom/NodeTraversal.h', | 2048 'dom/NodeTraversal.h', |
| 2047 'dom/NodeWithIndex.h', | 2049 'dom/NodeWithIndex.h', |
| 2048 'dom/Notation.h', | 2050 'dom/Notation.h', |
| 2049 'dom/ParentNode.h', | 2051 'dom/ParentNode.h', |
| (...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3407 'rendering/RenderOverflowTest.cpp', | 3409 'rendering/RenderOverflowTest.cpp', |
| 3408 'rendering/RenderTableCellTest.cpp', | 3410 'rendering/RenderTableCellTest.cpp', |
| 3409 'rendering/RenderTableRowTest.cpp', | 3411 'rendering/RenderTableRowTest.cpp', |
| 3410 'rendering/shapes/BoxShapeTest.cpp', | 3412 'rendering/shapes/BoxShapeTest.cpp', |
| 3411 'testing/UnitTestHelpers.cpp', | 3413 'testing/UnitTestHelpers.cpp', |
| 3412 'testing/UnitTestHelpers.h', | 3414 'testing/UnitTestHelpers.h', |
| 3413 'xml/parser/SharedBufferReaderTest.cpp', | 3415 'xml/parser/SharedBufferReaderTest.cpp', |
| 3414 ], | 3416 ], |
| 3415 } | 3417 } |
| 3416 } | 3418 } |
| OLD | NEW |