| 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 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2174 'dom/custom/CustomElementDescriptorHash.h', | 2174 'dom/custom/CustomElementDescriptorHash.h', |
| 2175 'dom/custom/CustomElementException.cpp', | 2175 'dom/custom/CustomElementException.cpp', |
| 2176 'dom/custom/CustomElementException.h', | 2176 'dom/custom/CustomElementException.h', |
| 2177 'dom/custom/CustomElementLifecycleCallbacks.h', | 2177 'dom/custom/CustomElementLifecycleCallbacks.h', |
| 2178 'dom/custom/CustomElementMicrotaskDispatcher.cpp', | 2178 'dom/custom/CustomElementMicrotaskDispatcher.cpp', |
| 2179 'dom/custom/CustomElementMicrotaskDispatcher.h', | 2179 'dom/custom/CustomElementMicrotaskDispatcher.h', |
| 2180 'dom/custom/CustomElementMicrotaskImportStep.cpp', | 2180 'dom/custom/CustomElementMicrotaskImportStep.cpp', |
| 2181 'dom/custom/CustomElementMicrotaskImportStep.h', | 2181 'dom/custom/CustomElementMicrotaskImportStep.h', |
| 2182 'dom/custom/CustomElementMicrotaskQueue.cpp', | 2182 'dom/custom/CustomElementMicrotaskQueue.cpp', |
| 2183 'dom/custom/CustomElementMicrotaskQueue.h', | 2183 'dom/custom/CustomElementMicrotaskQueue.h', |
| 2184 'dom/custom/CustomElementMicrotaskQueueBase.cpp', |
| 2185 'dom/custom/CustomElementMicrotaskQueueBase.h', |
| 2184 'dom/custom/CustomElementMicrotaskResolutionStep.cpp', | 2186 'dom/custom/CustomElementMicrotaskResolutionStep.cpp', |
| 2185 'dom/custom/CustomElementMicrotaskResolutionStep.h', | 2187 'dom/custom/CustomElementMicrotaskResolutionStep.h', |
| 2186 'dom/custom/CustomElementMicrotaskStep.h', | 2188 'dom/custom/CustomElementMicrotaskStep.h', |
| 2187 'dom/custom/CustomElementObserver.cpp', | 2189 'dom/custom/CustomElementObserver.cpp', |
| 2188 'dom/custom/CustomElementObserver.h', | 2190 'dom/custom/CustomElementObserver.h', |
| 2189 'dom/custom/CustomElementProcessingStep.h', | 2191 'dom/custom/CustomElementProcessingStep.h', |
| 2190 'dom/custom/CustomElementRegistrationContext.cpp', | 2192 'dom/custom/CustomElementRegistrationContext.cpp', |
| 2191 'dom/custom/CustomElementRegistrationContext.h', | 2193 'dom/custom/CustomElementRegistrationContext.h', |
| 2192 'dom/custom/CustomElementRegistry.cpp', | 2194 'dom/custom/CustomElementRegistry.cpp', |
| 2193 'dom/custom/CustomElementRegistry.h', | 2195 'dom/custom/CustomElementRegistry.h', |
| 2194 'dom/custom/CustomElementScheduler.cpp', | 2196 'dom/custom/CustomElementScheduler.cpp', |
| 2195 'dom/custom/CustomElementScheduler.h', | 2197 'dom/custom/CustomElementScheduler.h', |
| 2198 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', |
| 2199 'dom/custom/CustomElementSyncMicrotaskQueue.h', |
| 2196 'dom/custom/CustomElementUpgradeCandidateMap.cpp', | 2200 'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
| 2197 'dom/custom/CustomElementUpgradeCandidateMap.h', | 2201 'dom/custom/CustomElementUpgradeCandidateMap.h', |
| 2198 'dom/shadow/ComposedTreeWalker.cpp', | 2202 'dom/shadow/ComposedTreeWalker.cpp', |
| 2199 'dom/shadow/ComposedTreeWalker.h', | 2203 'dom/shadow/ComposedTreeWalker.h', |
| 2200 'dom/shadow/ContentDistribution.cpp', | 2204 'dom/shadow/ContentDistribution.cpp', |
| 2201 'dom/shadow/ContentDistribution.h', | 2205 'dom/shadow/ContentDistribution.h', |
| 2202 'dom/shadow/ElementShadow.cpp', | 2206 'dom/shadow/ElementShadow.cpp', |
| 2203 'dom/shadow/ElementShadow.h', | 2207 'dom/shadow/ElementShadow.h', |
| 2204 'dom/shadow/InsertionPoint.cpp', | 2208 'dom/shadow/InsertionPoint.cpp', |
| 2205 'dom/shadow/InsertionPoint.h', | 2209 'dom/shadow/InsertionPoint.h', |
| (...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3416 'loader/MixedContentCheckerTest.cpp', | 3420 'loader/MixedContentCheckerTest.cpp', |
| 3417 'page/NetworkStateNotifierTest.cpp', | 3421 'page/NetworkStateNotifierTest.cpp', |
| 3418 'rendering/RenderOverflowTest.cpp', | 3422 'rendering/RenderOverflowTest.cpp', |
| 3419 'rendering/shapes/BoxShapeTest.cpp', | 3423 'rendering/shapes/BoxShapeTest.cpp', |
| 3420 'testing/UnitTestHelpers.cpp', | 3424 'testing/UnitTestHelpers.cpp', |
| 3421 'testing/UnitTestHelpers.h', | 3425 'testing/UnitTestHelpers.h', |
| 3422 'xml/parser/SharedBufferReaderTest.cpp', | 3426 'xml/parser/SharedBufferReaderTest.cpp', |
| 3423 ], | 3427 ], |
| 3424 } | 3428 } |
| 3425 } | 3429 } |
| OLD | NEW |