| 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 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2272 'dom/PresentationAttributeStyle.h', | 2272 'dom/PresentationAttributeStyle.h', |
| 2273 'dom/ProcessingInstruction.cpp', | 2273 'dom/ProcessingInstruction.cpp', |
| 2274 'dom/ProcessingInstruction.h', | 2274 'dom/ProcessingInstruction.h', |
| 2275 'dom/PseudoElement.cpp', | 2275 'dom/PseudoElement.cpp', |
| 2276 'dom/QualifiedName.cpp', | 2276 'dom/QualifiedName.cpp', |
| 2277 'dom/Range.cpp', | 2277 'dom/Range.cpp', |
| 2278 'dom/RawDataDocumentParser.h', | 2278 'dom/RawDataDocumentParser.h', |
| 2279 'dom/RemoteSecurityContext.cpp', | 2279 'dom/RemoteSecurityContext.cpp', |
| 2280 'dom/RemoteSecurityContext.h', | 2280 'dom/RemoteSecurityContext.h', |
| 2281 'dom/RequestAnimationFrameCallback.h', | 2281 'dom/RequestAnimationFrameCallback.h', |
| 2282 'dom/RequestAnimationFrameCallbackCollection.cpp', |
| 2283 'dom/RequestAnimationFrameCallbackCollection.h', |
| 2282 'dom/SandboxFlags.cpp', | 2284 'dom/SandboxFlags.cpp', |
| 2283 'dom/SandboxFlags.h', | 2285 'dom/SandboxFlags.h', |
| 2284 'dom/ScopedWindowFocusAllowedIndicator.h', | 2286 'dom/ScopedWindowFocusAllowedIndicator.h', |
| 2285 'dom/ScriptLoader.cpp', | 2287 'dom/ScriptLoader.cpp', |
| 2286 'dom/ScriptLoader.h', | 2288 'dom/ScriptLoader.h', |
| 2287 'dom/ScriptRunner.cpp', | 2289 'dom/ScriptRunner.cpp', |
| 2288 'dom/ScriptRunner.h', | 2290 'dom/ScriptRunner.h', |
| 2289 'dom/ScriptableDocumentParser.cpp', | 2291 'dom/ScriptableDocumentParser.cpp', |
| 2290 'dom/ScriptableDocumentParser.h', | 2292 'dom/ScriptableDocumentParser.h', |
| 2291 'dom/ScriptedAnimationController.cpp', | 2293 'dom/ScriptedAnimationController.cpp', |
| (...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3809 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3811 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3810 'paint/TextPainterTest.cpp', | 3812 'paint/TextPainterTest.cpp', |
| 3811 'paint/ViewDisplayListTest.cpp', | 3813 'paint/ViewDisplayListTest.cpp', |
| 3812 'streams/ReadableStreamReaderTest.cpp', | 3814 'streams/ReadableStreamReaderTest.cpp', |
| 3813 'streams/ReadableStreamTest.cpp', | 3815 'streams/ReadableStreamTest.cpp', |
| 3814 'testing/PrivateScriptTestTest.cpp', | 3816 'testing/PrivateScriptTestTest.cpp', |
| 3815 'xml/parser/SharedBufferReaderTest.cpp', | 3817 'xml/parser/SharedBufferReaderTest.cpp', |
| 3816 ], | 3818 ], |
| 3817 } | 3819 } |
| 3818 } | 3820 } |
| OLD | NEW |