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 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2214 'dom/PositionIterator.cpp', | 2214 'dom/PositionIterator.cpp', |
2215 'dom/PositionIterator.h', | 2215 'dom/PositionIterator.h', |
2216 'dom/PresentationAttributeStyle.cpp', | 2216 'dom/PresentationAttributeStyle.cpp', |
2217 'dom/PresentationAttributeStyle.h', | 2217 'dom/PresentationAttributeStyle.h', |
2218 'dom/ProcessingInstruction.cpp', | 2218 'dom/ProcessingInstruction.cpp', |
2219 'dom/ProcessingInstruction.h', | 2219 'dom/ProcessingInstruction.h', |
2220 'dom/PseudoElement.cpp', | 2220 'dom/PseudoElement.cpp', |
2221 'dom/QualifiedName.cpp', | 2221 'dom/QualifiedName.cpp', |
2222 'dom/Range.cpp', | 2222 'dom/Range.cpp', |
2223 'dom/RawDataDocumentParser.h', | 2223 'dom/RawDataDocumentParser.h', |
| 2224 'dom/RemoteSecurityContext.cpp', |
| 2225 'dom/RemoteSecurityContext.h', |
2224 'dom/RenderTreeBuilder.cpp', | 2226 'dom/RenderTreeBuilder.cpp', |
2225 'dom/RenderTreeBuilder.h', | 2227 'dom/RenderTreeBuilder.h', |
2226 'dom/RequestAnimationFrameCallback.h', | 2228 'dom/RequestAnimationFrameCallback.h', |
2227 'dom/SandboxFlags.cpp', | 2229 'dom/SandboxFlags.cpp', |
2228 'dom/SandboxFlags.h', | 2230 'dom/SandboxFlags.h', |
2229 'dom/ScriptLoader.cpp', | 2231 'dom/ScriptLoader.cpp', |
2230 'dom/ScriptLoader.h', | 2232 'dom/ScriptLoader.h', |
2231 'dom/ScriptRunner.cpp', | 2233 'dom/ScriptRunner.cpp', |
2232 'dom/ScriptRunner.h', | 2234 'dom/ScriptRunner.h', |
2233 'dom/ScriptableDocumentParser.cpp', | 2235 'dom/ScriptableDocumentParser.cpp', |
(...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3621 'rendering/style/OutlineValueTest.cpp', | 3623 'rendering/style/OutlineValueTest.cpp', |
3622 'rendering/style/RenderStyleTest.cpp', | 3624 'rendering/style/RenderStyleTest.cpp', |
3623 'testing/PrivateScriptTestTest.cpp', | 3625 'testing/PrivateScriptTestTest.cpp', |
3624 'streams/ReadableStreamTest.cpp', | 3626 'streams/ReadableStreamTest.cpp', |
3625 'testing/UnitTestHelpers.cpp', | 3627 'testing/UnitTestHelpers.cpp', |
3626 'testing/UnitTestHelpers.h', | 3628 'testing/UnitTestHelpers.h', |
3627 'xml/parser/SharedBufferReaderTest.cpp', | 3629 'xml/parser/SharedBufferReaderTest.cpp', |
3628 ], | 3630 ], |
3629 } | 3631 } |
3630 } | 3632 } |
OLD | NEW |