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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
(...skipping 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2451 'dom/NonDocumentTypeChildNode.h', | 2451 'dom/NonDocumentTypeChildNode.h', |
2452 'dom/NonElementParentNode.h', | 2452 'dom/NonElementParentNode.h', |
2453 'dom/NthIndexCache.cpp', | 2453 'dom/NthIndexCache.cpp', |
2454 'dom/NthIndexCache.h', | 2454 'dom/NthIndexCache.h', |
2455 'dom/ParentNode.h', | 2455 'dom/ParentNode.h', |
2456 'dom/PendingScript.cpp', | 2456 'dom/PendingScript.cpp', |
2457 'dom/PresentationAttributeStyle.cpp', | 2457 'dom/PresentationAttributeStyle.cpp', |
2458 'dom/PresentationAttributeStyle.h', | 2458 'dom/PresentationAttributeStyle.h', |
2459 'dom/ProcessingInstruction.cpp', | 2459 'dom/ProcessingInstruction.cpp', |
2460 'dom/ProcessingInstruction.h', | 2460 'dom/ProcessingInstruction.h', |
| 2461 'dom/CompositorProxiedPropertySet.cpp', |
| 2462 'dom/CompositorProxiedPropertySet.h', |
2461 'dom/PseudoElement.cpp', | 2463 'dom/PseudoElement.cpp', |
2462 'dom/QualifiedName.cpp', | 2464 'dom/QualifiedName.cpp', |
2463 'dom/Range.cpp', | 2465 'dom/Range.cpp', |
2464 'dom/RawDataDocumentParser.h', | 2466 'dom/RawDataDocumentParser.h', |
2465 'dom/RemoteSecurityContext.cpp', | 2467 'dom/RemoteSecurityContext.cpp', |
2466 'dom/RemoteSecurityContext.h', | 2468 'dom/RemoteSecurityContext.h', |
2467 'dom/SandboxFlags.cpp', | 2469 'dom/SandboxFlags.cpp', |
2468 'dom/SandboxFlags.h', | 2470 'dom/SandboxFlags.h', |
2469 'dom/ScopedWindowFocusAllowedIndicator.h', | 2471 'dom/ScopedWindowFocusAllowedIndicator.h', |
2470 'dom/ScriptLoader.cpp', | 2472 'dom/ScriptLoader.cpp', |
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3944 'style/SVGComputedStyleTest.cpp', | 3946 'style/SVGComputedStyleTest.cpp', |
3945 'svg/SVGPathParserTest.cpp', | 3947 'svg/SVGPathParserTest.cpp', |
3946 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3948 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3947 'testing/PrivateScriptTestTest.cpp', | 3949 'testing/PrivateScriptTestTest.cpp', |
3948 'timing/MemoryInfoTest.cpp', | 3950 'timing/MemoryInfoTest.cpp', |
3949 'workers/WorkerThreadTest.cpp', | 3951 'workers/WorkerThreadTest.cpp', |
3950 'xml/parser/SharedBufferReaderTest.cpp', | 3952 'xml/parser/SharedBufferReaderTest.cpp', |
3951 ], | 3953 ], |
3952 } | 3954 } |
3953 } | 3955 } |
OLD | NEW |