| 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 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2204 'dom/QualifiedName.cpp', | 2204 'dom/QualifiedName.cpp', |
| 2205 'dom/Range.cpp', | 2205 'dom/Range.cpp', |
| 2206 'dom/RawDataDocumentParser.h', | 2206 'dom/RawDataDocumentParser.h', |
| 2207 'dom/RemoteSecurityContext.cpp', | 2207 'dom/RemoteSecurityContext.cpp', |
| 2208 'dom/RemoteSecurityContext.h', | 2208 'dom/RemoteSecurityContext.h', |
| 2209 'dom/RenderTreeBuilder.cpp', | 2209 'dom/RenderTreeBuilder.cpp', |
| 2210 'dom/RenderTreeBuilder.h', | 2210 'dom/RenderTreeBuilder.h', |
| 2211 'dom/RequestAnimationFrameCallback.h', | 2211 'dom/RequestAnimationFrameCallback.h', |
| 2212 'dom/SandboxFlags.cpp', | 2212 'dom/SandboxFlags.cpp', |
| 2213 'dom/SandboxFlags.h', | 2213 'dom/SandboxFlags.h', |
| 2214 'dom/ScopedWindowFocusAllowedIndicator.cpp', |
| 2215 'dom/ScopedWindowFocusAllowedIndicator.h', |
| 2214 'dom/ScriptLoader.cpp', | 2216 'dom/ScriptLoader.cpp', |
| 2215 'dom/ScriptLoader.h', | 2217 'dom/ScriptLoader.h', |
| 2216 'dom/ScriptRunner.cpp', | 2218 'dom/ScriptRunner.cpp', |
| 2217 'dom/ScriptRunner.h', | 2219 'dom/ScriptRunner.h', |
| 2218 'dom/ScriptableDocumentParser.cpp', | 2220 'dom/ScriptableDocumentParser.cpp', |
| 2219 'dom/ScriptableDocumentParser.h', | 2221 'dom/ScriptableDocumentParser.h', |
| 2220 'dom/ScriptedAnimationController.cpp', | 2222 'dom/ScriptedAnimationController.cpp', |
| 2221 'dom/ScriptedAnimationController.h', | 2223 'dom/ScriptedAnimationController.h', |
| 2222 'dom/SecurityContext.cpp', | 2224 'dom/SecurityContext.cpp', |
| 2223 'dom/SecurityContext.h', | 2225 'dom/SecurityContext.h', |
| (...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3648 'rendering/style/RenderStyleTest.cpp', | 3650 'rendering/style/RenderStyleTest.cpp', |
| 3649 'rendering/style/SVGRenderStyleTest.cpp', | 3651 'rendering/style/SVGRenderStyleTest.cpp', |
| 3650 'streams/ReadableStreamTest.cpp', | 3652 'streams/ReadableStreamTest.cpp', |
| 3651 'testing/PrivateScriptTestTest.cpp', | 3653 'testing/PrivateScriptTestTest.cpp', |
| 3652 'testing/UnitTestHelpers.cpp', | 3654 'testing/UnitTestHelpers.cpp', |
| 3653 'testing/UnitTestHelpers.h', | 3655 'testing/UnitTestHelpers.h', |
| 3654 'xml/parser/SharedBufferReaderTest.cpp', | 3656 'xml/parser/SharedBufferReaderTest.cpp', |
| 3655 ], | 3657 ], |
| 3656 } | 3658 } |
| 3657 } | 3659 } |
| OLD | NEW |