| 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 2383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2394 'dom/NodeChildRemovalTracker.cpp', | 2394 'dom/NodeChildRemovalTracker.cpp', |
| 2395 'dom/NodeChildRemovalTracker.h', | 2395 'dom/NodeChildRemovalTracker.h', |
| 2396 'dom/NodeComputedStyle.h', | 2396 'dom/NodeComputedStyle.h', |
| 2397 'dom/NodeFilter.cpp', | 2397 'dom/NodeFilter.cpp', |
| 2398 'dom/NodeFilter.h', | 2398 'dom/NodeFilter.h', |
| 2399 'dom/NodeFilterCondition.h', | 2399 'dom/NodeFilterCondition.h', |
| 2400 'dom/NodeIterator.cpp', | 2400 'dom/NodeIterator.cpp', |
| 2401 'dom/NodeIterator.h', | 2401 'dom/NodeIterator.h', |
| 2402 'dom/NodeIteratorBase.cpp', | 2402 'dom/NodeIteratorBase.cpp', |
| 2403 'dom/NodeIteratorBase.h', | 2403 'dom/NodeIteratorBase.h', |
| 2404 'dom/NodeList.cpp', |
| 2404 'dom/NodeListsNodeData.cpp', | 2405 'dom/NodeListsNodeData.cpp', |
| 2405 'dom/NodeListsNodeData.h', | 2406 'dom/NodeListsNodeData.h', |
| 2406 'dom/NodeRareData.cpp', | 2407 'dom/NodeRareData.cpp', |
| 2407 'dom/NodeRareData.h', | 2408 'dom/NodeRareData.h', |
| 2408 'dom/NodeTraversal.cpp', | 2409 'dom/NodeTraversal.cpp', |
| 2409 'dom/NodeTraversal.h', | 2410 'dom/NodeTraversal.h', |
| 2410 'dom/NodeWithIndex.h', | 2411 'dom/NodeWithIndex.h', |
| 2411 'dom/NonDocumentTypeChildNode.h', | 2412 'dom/NonDocumentTypeChildNode.h', |
| 2412 'dom/NonElementParentNode.h', | 2413 'dom/NonElementParentNode.h', |
| 2413 'dom/NthIndexCache.cpp', | 2414 'dom/NthIndexCache.cpp', |
| (...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3885 'style/SVGComputedStyleTest.cpp', | 3886 'style/SVGComputedStyleTest.cpp', |
| 3886 'svg/SVGPathParserTest.cpp', | 3887 'svg/SVGPathParserTest.cpp', |
| 3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3888 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3888 'testing/PrivateScriptTestTest.cpp', | 3889 'testing/PrivateScriptTestTest.cpp', |
| 3889 'timing/MemoryInfoTest.cpp', | 3890 'timing/MemoryInfoTest.cpp', |
| 3890 'workers/WorkerThreadTest.cpp', | 3891 'workers/WorkerThreadTest.cpp', |
| 3891 'xml/parser/SharedBufferReaderTest.cpp', | 3892 'xml/parser/SharedBufferReaderTest.cpp', |
| 3892 ], | 3893 ], |
| 3893 } | 3894 } |
| 3894 } | 3895 } |
| OLD | NEW |