| 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 2557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2568 'dom/custom/CustomElementRegistrationContext.cpp', | 2568 'dom/custom/CustomElementRegistrationContext.cpp', |
| 2569 'dom/custom/CustomElementRegistrationContext.h', | 2569 'dom/custom/CustomElementRegistrationContext.h', |
| 2570 'dom/custom/CustomElementRegistry.cpp', | 2570 'dom/custom/CustomElementRegistry.cpp', |
| 2571 'dom/custom/CustomElementRegistry.h', | 2571 'dom/custom/CustomElementRegistry.h', |
| 2572 'dom/custom/CustomElementScheduler.cpp', | 2572 'dom/custom/CustomElementScheduler.cpp', |
| 2573 'dom/custom/CustomElementScheduler.h', | 2573 'dom/custom/CustomElementScheduler.h', |
| 2574 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', | 2574 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', |
| 2575 'dom/custom/CustomElementSyncMicrotaskQueue.h', | 2575 'dom/custom/CustomElementSyncMicrotaskQueue.h', |
| 2576 'dom/custom/CustomElementUpgradeCandidateMap.cpp', | 2576 'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
| 2577 'dom/custom/CustomElementUpgradeCandidateMap.h', | 2577 'dom/custom/CustomElementUpgradeCandidateMap.h', |
| 2578 'dom/query/SelectorMatcher.cpp', |
| 2579 'dom/query/SelectorMatcher.h', |
| 2580 'dom/query/SelectorAnyMatcher.cpp', |
| 2581 'dom/query/SelectorAnyMatcher.h', |
| 2582 'dom/query/SelectorCheckerMatcher.cpp', |
| 2583 'dom/query/SelectorCheckerMatcher.h', |
| 2584 'dom/query/SelectorClassMatcher.cpp', |
| 2585 'dom/query/SelectorClassMatcher.h', |
| 2586 'dom/query/SelectorIdMatcher.cpp', |
| 2587 'dom/query/SelectorIdMatcher.h', |
| 2588 'dom/query/SelectorMatcher.cpp', |
| 2589 'dom/query/SelectorMatcher.h', |
| 2590 'dom/query/SelectorTagMatcher.cpp', |
| 2591 'dom/query/SelectorTagMatcher.h', |
| 2578 'dom/shadow/ComposedTreeTraversal.cpp', | 2592 'dom/shadow/ComposedTreeTraversal.cpp', |
| 2579 'dom/shadow/ComposedTreeTraversal.h', | 2593 'dom/shadow/ComposedTreeTraversal.h', |
| 2580 'dom/shadow/DistributedNodes.cpp', | 2594 'dom/shadow/DistributedNodes.cpp', |
| 2581 'dom/shadow/DistributedNodes.h', | 2595 'dom/shadow/DistributedNodes.h', |
| 2582 'dom/shadow/ElementShadow.cpp', | 2596 'dom/shadow/ElementShadow.cpp', |
| 2583 'dom/shadow/ElementShadow.h', | 2597 'dom/shadow/ElementShadow.h', |
| 2584 'dom/shadow/InsertionPoint.cpp', | 2598 'dom/shadow/InsertionPoint.cpp', |
| 2585 'dom/shadow/InsertionPoint.h', | 2599 'dom/shadow/InsertionPoint.h', |
| 2586 'dom/shadow/SelectRuleFeatureSet.cpp', | 2600 'dom/shadow/SelectRuleFeatureSet.cpp', |
| 2587 'dom/shadow/SelectRuleFeatureSet.h', | 2601 'dom/shadow/SelectRuleFeatureSet.h', |
| (...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3949 'style/SVGComputedStyleTest.cpp', | 3963 'style/SVGComputedStyleTest.cpp', |
| 3950 'svg/SVGPathParserTest.cpp', | 3964 'svg/SVGPathParserTest.cpp', |
| 3951 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3965 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3952 'testing/PrivateScriptTestTest.cpp', | 3966 'testing/PrivateScriptTestTest.cpp', |
| 3953 'timing/MemoryInfoTest.cpp', | 3967 'timing/MemoryInfoTest.cpp', |
| 3954 'workers/WorkerThreadTest.cpp', | 3968 'workers/WorkerThreadTest.cpp', |
| 3955 'xml/parser/SharedBufferReaderTest.cpp', | 3969 'xml/parser/SharedBufferReaderTest.cpp', |
| 3956 ], | 3970 ], |
| 3957 } | 3971 } |
| 3958 } | 3972 } |
| OLD | NEW |