| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 2320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2331 'dom/NodeChildRemovalTracker.cpp', | 2331 'dom/NodeChildRemovalTracker.cpp', |
| 2332 'dom/NodeChildRemovalTracker.h', | 2332 'dom/NodeChildRemovalTracker.h', |
| 2333 'dom/NodeComputedStyle.h', | 2333 'dom/NodeComputedStyle.h', |
| 2334 'dom/NodeFilter.cpp', | 2334 'dom/NodeFilter.cpp', |
| 2335 'dom/NodeFilter.h', | 2335 'dom/NodeFilter.h', |
| 2336 'dom/NodeFilterCondition.h', | 2336 'dom/NodeFilterCondition.h', |
| 2337 'dom/NodeIterator.cpp', | 2337 'dom/NodeIterator.cpp', |
| 2338 'dom/NodeIterator.h', | 2338 'dom/NodeIterator.h', |
| 2339 'dom/NodeIteratorBase.cpp', | 2339 'dom/NodeIteratorBase.cpp', |
| 2340 'dom/NodeIteratorBase.h', | 2340 'dom/NodeIteratorBase.h', |
| 2341 'dom/NodeList.cpp', |
| 2341 'dom/NodeListsNodeData.cpp', | 2342 'dom/NodeListsNodeData.cpp', |
| 2342 'dom/NodeListsNodeData.h', | 2343 'dom/NodeListsNodeData.h', |
| 2343 'dom/NodeRareData.cpp', | 2344 'dom/NodeRareData.cpp', |
| 2344 'dom/NodeRareData.h', | 2345 'dom/NodeRareData.h', |
| 2345 'dom/NodeTraversal.cpp', | 2346 'dom/NodeTraversal.cpp', |
| 2346 'dom/NodeTraversal.h', | 2347 'dom/NodeTraversal.h', |
| 2347 'dom/NodeWithIndex.h', | 2348 'dom/NodeWithIndex.h', |
| 2348 'dom/NonDocumentTypeChildNode.h', | 2349 'dom/NonDocumentTypeChildNode.h', |
| 2349 'dom/NonElementParentNode.h', | 2350 'dom/NonElementParentNode.h', |
| 2350 'dom/NthIndexCache.cpp', | 2351 'dom/NthIndexCache.cpp', |
| (...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3968 'style/OutlineValueTest.cpp', | 3969 'style/OutlineValueTest.cpp', |
| 3969 'style/SVGComputedStyleTest.cpp', | 3970 'style/SVGComputedStyleTest.cpp', |
| 3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3971 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3971 'testing/PrivateScriptTestTest.cpp', | 3972 'testing/PrivateScriptTestTest.cpp', |
| 3972 'timing/MemoryInfoTest.cpp', | 3973 'timing/MemoryInfoTest.cpp', |
| 3973 'workers/WorkerThreadTest.cpp', | 3974 'workers/WorkerThreadTest.cpp', |
| 3974 'xml/parser/SharedBufferReaderTest.cpp', | 3975 'xml/parser/SharedBufferReaderTest.cpp', |
| 3975 ], | 3976 ], |
| 3976 } | 3977 } |
| 3977 } | 3978 } |
| OLD | NEW |