| 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 2549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2560 'dom/NthIndexCache.h', | 2560 'dom/NthIndexCache.h', |
| 2561 'dom/ParentNode.h', | 2561 'dom/ParentNode.h', |
| 2562 'dom/PendingScript.cpp', | 2562 'dom/PendingScript.cpp', |
| 2563 'dom/PresentationAttributeStyle.cpp', | 2563 'dom/PresentationAttributeStyle.cpp', |
| 2564 'dom/PresentationAttributeStyle.h', | 2564 'dom/PresentationAttributeStyle.h', |
| 2565 'dom/ProcessingInstruction.cpp', | 2565 'dom/ProcessingInstruction.cpp', |
| 2566 'dom/ProcessingInstruction.h', | 2566 'dom/ProcessingInstruction.h', |
| 2567 'dom/CompositorProxiedPropertySet.cpp', | 2567 'dom/CompositorProxiedPropertySet.cpp', |
| 2568 'dom/CompositorProxiedPropertySet.h', | 2568 'dom/CompositorProxiedPropertySet.h', |
| 2569 'dom/PseudoElement.cpp', | 2569 'dom/PseudoElement.cpp', |
| 2570 'dom/PseudoElementData.h', |
| 2570 'dom/QualifiedName.cpp', | 2571 'dom/QualifiedName.cpp', |
| 2571 'dom/Range.cpp', | 2572 'dom/Range.cpp', |
| 2572 'dom/RawDataDocumentParser.h', | 2573 'dom/RawDataDocumentParser.h', |
| 2573 'dom/RemoteSecurityContext.cpp', | 2574 'dom/RemoteSecurityContext.cpp', |
| 2574 'dom/RemoteSecurityContext.h', | 2575 'dom/RemoteSecurityContext.h', |
| 2575 'dom/SandboxFlags.cpp', | 2576 'dom/SandboxFlags.cpp', |
| 2576 'dom/SandboxFlags.h', | 2577 'dom/SandboxFlags.h', |
| 2577 'dom/ScopedWindowFocusAllowedIndicator.h', | 2578 'dom/ScopedWindowFocusAllowedIndicator.h', |
| 2578 'dom/ScriptLoader.cpp', | 2579 'dom/ScriptLoader.cpp', |
| 2579 'dom/ScriptLoader.h', | 2580 'dom/ScriptLoader.h', |
| (...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4120 'svg/SVGPathParserTest.cpp', | 4121 'svg/SVGPathParserTest.cpp', |
| 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4122 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4122 'testing/PrivateScriptTestTest.cpp', | 4123 'testing/PrivateScriptTestTest.cpp', |
| 4123 'timing/MemoryInfoTest.cpp', | 4124 'timing/MemoryInfoTest.cpp', |
| 4124 'workers/WorkerThreadTest.cpp', | 4125 'workers/WorkerThreadTest.cpp', |
| 4125 'workers/WorkerThreadTestHelper.h', | 4126 'workers/WorkerThreadTestHelper.h', |
| 4126 'xml/parser/SharedBufferReaderTest.cpp', | 4127 'xml/parser/SharedBufferReaderTest.cpp', |
| 4127 ], | 4128 ], |
| 4128 } | 4129 } |
| 4129 } | 4130 } |
| OLD | NEW |