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 2150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2161 'dom/PositionIterator.cpp', | 2161 'dom/PositionIterator.cpp', |
2162 'dom/PositionIterator.h', | 2162 'dom/PositionIterator.h', |
2163 'dom/PresentationAttributeStyle.cpp', | 2163 'dom/PresentationAttributeStyle.cpp', |
2164 'dom/PresentationAttributeStyle.h', | 2164 'dom/PresentationAttributeStyle.h', |
2165 'dom/ProcessingInstruction.cpp', | 2165 'dom/ProcessingInstruction.cpp', |
2166 'dom/ProcessingInstruction.h', | 2166 'dom/ProcessingInstruction.h', |
2167 'dom/PseudoElement.cpp', | 2167 'dom/PseudoElement.cpp', |
2168 'dom/QualifiedName.cpp', | 2168 'dom/QualifiedName.cpp', |
2169 'dom/Range.cpp', | 2169 'dom/Range.cpp', |
2170 'dom/RawDataDocumentParser.h', | 2170 'dom/RawDataDocumentParser.h', |
| 2171 'dom/RemoteSecurityContext.cpp', |
| 2172 'dom/RemoteSecurityContext.h', |
2171 'dom/RenderTreeBuilder.cpp', | 2173 'dom/RenderTreeBuilder.cpp', |
2172 'dom/RenderTreeBuilder.h', | 2174 'dom/RenderTreeBuilder.h', |
2173 'dom/RequestAnimationFrameCallback.h', | 2175 'dom/RequestAnimationFrameCallback.h', |
2174 'dom/SandboxFlags.cpp', | 2176 'dom/SandboxFlags.cpp', |
2175 'dom/SandboxFlags.h', | 2177 'dom/SandboxFlags.h', |
2176 'dom/ScriptLoader.cpp', | 2178 'dom/ScriptLoader.cpp', |
2177 'dom/ScriptLoader.h', | 2179 'dom/ScriptLoader.h', |
2178 'dom/ScriptRunner.cpp', | 2180 'dom/ScriptRunner.cpp', |
2179 'dom/ScriptRunner.h', | 2181 'dom/ScriptRunner.h', |
2180 'dom/ScriptableDocumentParser.cpp', | 2182 'dom/ScriptableDocumentParser.cpp', |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3571 'rendering/style/OutlineValueTest.cpp', | 3573 'rendering/style/OutlineValueTest.cpp', |
3572 'rendering/style/RenderStyleTest.cpp', | 3574 'rendering/style/RenderStyleTest.cpp', |
3573 'testing/PrivateScriptTestTest.cpp', | 3575 'testing/PrivateScriptTestTest.cpp', |
3574 'streams/ReadableStreamTest.cpp', | 3576 'streams/ReadableStreamTest.cpp', |
3575 'testing/UnitTestHelpers.cpp', | 3577 'testing/UnitTestHelpers.cpp', |
3576 'testing/UnitTestHelpers.h', | 3578 'testing/UnitTestHelpers.h', |
3577 'xml/parser/SharedBufferReaderTest.cpp', | 3579 'xml/parser/SharedBufferReaderTest.cpp', |
3578 ], | 3580 ], |
3579 } | 3581 } |
3580 } | 3582 } |
OLD | NEW |