| 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 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2184 'dom/QualifiedName.cpp', | 2184 'dom/QualifiedName.cpp', |
| 2185 'dom/Range.cpp', | 2185 'dom/Range.cpp', |
| 2186 'dom/RawDataDocumentParser.h', | 2186 'dom/RawDataDocumentParser.h', |
| 2187 'dom/RemoteSecurityContext.cpp', | 2187 'dom/RemoteSecurityContext.cpp', |
| 2188 'dom/RemoteSecurityContext.h', | 2188 'dom/RemoteSecurityContext.h', |
| 2189 'dom/RenderTreeBuilder.cpp', | 2189 'dom/RenderTreeBuilder.cpp', |
| 2190 'dom/RenderTreeBuilder.h', | 2190 'dom/RenderTreeBuilder.h', |
| 2191 'dom/RequestAnimationFrameCallback.h', | 2191 'dom/RequestAnimationFrameCallback.h', |
| 2192 'dom/SandboxFlags.cpp', | 2192 'dom/SandboxFlags.cpp', |
| 2193 'dom/SandboxFlags.h', | 2193 'dom/SandboxFlags.h', |
| 2194 'dom/ScopedWindowFocusAllowedIndicator.cpp', | |
| 2195 'dom/ScopedWindowFocusAllowedIndicator.h', | |
| 2196 'dom/ScriptLoader.cpp', | 2194 'dom/ScriptLoader.cpp', |
| 2197 'dom/ScriptLoader.h', | 2195 'dom/ScriptLoader.h', |
| 2198 'dom/ScriptRunner.cpp', | 2196 'dom/ScriptRunner.cpp', |
| 2199 'dom/ScriptRunner.h', | 2197 'dom/ScriptRunner.h', |
| 2200 'dom/ScriptableDocumentParser.cpp', | 2198 'dom/ScriptableDocumentParser.cpp', |
| 2201 'dom/ScriptableDocumentParser.h', | 2199 'dom/ScriptableDocumentParser.h', |
| 2202 'dom/ScriptedAnimationController.cpp', | 2200 'dom/ScriptedAnimationController.cpp', |
| 2203 'dom/ScriptedAnimationController.h', | 2201 'dom/ScriptedAnimationController.h', |
| 2204 'dom/SecurityContext.cpp', | 2202 'dom/SecurityContext.cpp', |
| 2205 'dom/SecurityContext.h', | 2203 'dom/SecurityContext.h', |
| (...skipping 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3604 'rendering/style/OutlineValueTest.cpp', | 3602 'rendering/style/OutlineValueTest.cpp', |
| 3605 'rendering/style/RenderStyleTest.cpp', | 3603 'rendering/style/RenderStyleTest.cpp', |
| 3606 'streams/ReadableStreamTest.cpp', | 3604 'streams/ReadableStreamTest.cpp', |
| 3607 'testing/PrivateScriptTestTest.cpp', | 3605 'testing/PrivateScriptTestTest.cpp', |
| 3608 'testing/UnitTestHelpers.cpp', | 3606 'testing/UnitTestHelpers.cpp', |
| 3609 'testing/UnitTestHelpers.h', | 3607 'testing/UnitTestHelpers.h', |
| 3610 'xml/parser/SharedBufferReaderTest.cpp', | 3608 'xml/parser/SharedBufferReaderTest.cpp', |
| 3611 ], | 3609 ], |
| 3612 } | 3610 } |
| 3613 } | 3611 } |
| OLD | NEW |