| 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 2593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2604 'dom/custom/CustomElementRegistrationContext.cpp', | 2604 'dom/custom/CustomElementRegistrationContext.cpp', |
| 2605 'dom/custom/CustomElementRegistrationContext.h', | 2605 'dom/custom/CustomElementRegistrationContext.h', |
| 2606 'dom/custom/CustomElementRegistry.cpp', | 2606 'dom/custom/CustomElementRegistry.cpp', |
| 2607 'dom/custom/CustomElementRegistry.h', | 2607 'dom/custom/CustomElementRegistry.h', |
| 2608 'dom/custom/CustomElementScheduler.cpp', | 2608 'dom/custom/CustomElementScheduler.cpp', |
| 2609 'dom/custom/CustomElementScheduler.h', | 2609 'dom/custom/CustomElementScheduler.h', |
| 2610 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', | 2610 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', |
| 2611 'dom/custom/CustomElementSyncMicrotaskQueue.h', | 2611 'dom/custom/CustomElementSyncMicrotaskQueue.h', |
| 2612 'dom/custom/CustomElementUpgradeCandidateMap.cpp', | 2612 'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
| 2613 'dom/custom/CustomElementUpgradeCandidateMap.h', | 2613 'dom/custom/CustomElementUpgradeCandidateMap.h', |
| 2614 'dom/shadow/AssignedElementTraversal.cpp', |
| 2615 'dom/shadow/AssignedElementTraversal.h', |
| 2614 'dom/shadow/DistributedNodes.cpp', | 2616 'dom/shadow/DistributedNodes.cpp', |
| 2615 'dom/shadow/DistributedNodes.h', | 2617 'dom/shadow/DistributedNodes.h', |
| 2616 'dom/shadow/ElementShadow.cpp', | 2618 'dom/shadow/ElementShadow.cpp', |
| 2617 'dom/shadow/ElementShadow.h', | 2619 'dom/shadow/ElementShadow.h', |
| 2618 'dom/shadow/FlatTreeTraversal.cpp', | 2620 'dom/shadow/FlatTreeTraversal.cpp', |
| 2619 'dom/shadow/FlatTreeTraversal.h', | 2621 'dom/shadow/FlatTreeTraversal.h', |
| 2620 'dom/shadow/InsertionPoint.cpp', | 2622 'dom/shadow/InsertionPoint.cpp', |
| 2621 'dom/shadow/InsertionPoint.h', | 2623 'dom/shadow/InsertionPoint.h', |
| 2622 'dom/shadow/SelectRuleFeatureSet.cpp', | 2624 'dom/shadow/SelectRuleFeatureSet.cpp', |
| 2623 'dom/shadow/SelectRuleFeatureSet.h', | 2625 'dom/shadow/SelectRuleFeatureSet.h', |
| (...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4037 'style/SVGComputedStyleTest.cpp', | 4039 'style/SVGComputedStyleTest.cpp', |
| 4038 'svg/SVGPathParserTest.cpp', | 4040 'svg/SVGPathParserTest.cpp', |
| 4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4041 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4040 'testing/PrivateScriptTestTest.cpp', | 4042 'testing/PrivateScriptTestTest.cpp', |
| 4041 'timing/MemoryInfoTest.cpp', | 4043 'timing/MemoryInfoTest.cpp', |
| 4042 'workers/WorkerThreadTest.cpp', | 4044 'workers/WorkerThreadTest.cpp', |
| 4043 'xml/parser/SharedBufferReaderTest.cpp', | 4045 'xml/parser/SharedBufferReaderTest.cpp', |
| 4044 ], | 4046 ], |
| 4045 } | 4047 } |
| 4046 } | 4048 } |
| OLD | NEW |