| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2198 'dom/QualifiedName.cpp', | 2198 'dom/QualifiedName.cpp', |
| 2199 'dom/Range.cpp', | 2199 'dom/Range.cpp', |
| 2200 'dom/RawDataDocumentParser.h', | 2200 'dom/RawDataDocumentParser.h', |
| 2201 'dom/RemoteSecurityContext.cpp', | 2201 'dom/RemoteSecurityContext.cpp', |
| 2202 'dom/RemoteSecurityContext.h', | 2202 'dom/RemoteSecurityContext.h', |
| 2203 'dom/RenderTreeBuilder.cpp', | 2203 'dom/RenderTreeBuilder.cpp', |
| 2204 'dom/RenderTreeBuilder.h', | 2204 'dom/RenderTreeBuilder.h', |
| 2205 'dom/RequestAnimationFrameCallback.h', | 2205 'dom/RequestAnimationFrameCallback.h', |
| 2206 'dom/SandboxFlags.cpp', | 2206 'dom/SandboxFlags.cpp', |
| 2207 'dom/SandboxFlags.h', | 2207 'dom/SandboxFlags.h', |
| 2208 'dom/ScopedWindowFocusAllowedIndicator.cpp', | |
| 2209 'dom/ScopedWindowFocusAllowedIndicator.h', | |
| 2210 'dom/ScriptLoader.cpp', | 2208 'dom/ScriptLoader.cpp', |
| 2211 'dom/ScriptLoader.h', | 2209 'dom/ScriptLoader.h', |
| 2212 'dom/ScriptRunner.cpp', | 2210 'dom/ScriptRunner.cpp', |
| 2213 'dom/ScriptRunner.h', | 2211 'dom/ScriptRunner.h', |
| 2214 'dom/ScriptableDocumentParser.cpp', | 2212 'dom/ScriptableDocumentParser.cpp', |
| 2215 'dom/ScriptableDocumentParser.h', | 2213 'dom/ScriptableDocumentParser.h', |
| 2216 'dom/ScriptedAnimationController.cpp', | 2214 'dom/ScriptedAnimationController.cpp', |
| 2217 'dom/ScriptedAnimationController.h', | 2215 'dom/ScriptedAnimationController.h', |
| 2218 'dom/SecurityContext.cpp', | 2216 'dom/SecurityContext.cpp', |
| 2219 'dom/SecurityContext.h', | 2217 'dom/SecurityContext.h', |
| (...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3641 'rendering/style/RenderStyleTest.cpp', | 3639 'rendering/style/RenderStyleTest.cpp', |
| 3642 'rendering/style/SVGRenderStyleTest.cpp', | 3640 'rendering/style/SVGRenderStyleTest.cpp', |
| 3643 'streams/ReadableStreamTest.cpp', | 3641 'streams/ReadableStreamTest.cpp', |
| 3644 'testing/PrivateScriptTestTest.cpp', | 3642 'testing/PrivateScriptTestTest.cpp', |
| 3645 'testing/UnitTestHelpers.cpp', | 3643 'testing/UnitTestHelpers.cpp', |
| 3646 'testing/UnitTestHelpers.h', | 3644 'testing/UnitTestHelpers.h', |
| 3647 'xml/parser/SharedBufferReaderTest.cpp', | 3645 'xml/parser/SharedBufferReaderTest.cpp', |
| 3648 ], | 3646 ], |
| 3649 } | 3647 } |
| 3650 } | 3648 } |
| OLD | NEW |