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 2278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2289 'dom/ClassCollection.cpp', | 2289 'dom/ClassCollection.cpp', |
2290 'dom/ClassCollection.h', | 2290 'dom/ClassCollection.h', |
2291 'dom/ClientRect.cpp', | 2291 'dom/ClientRect.cpp', |
2292 'dom/ClientRect.h', | 2292 'dom/ClientRect.h', |
2293 'dom/ClientRectList.cpp', | 2293 'dom/ClientRectList.cpp', |
2294 'dom/ClientRectList.h', | 2294 'dom/ClientRectList.h', |
2295 'dom/Comment.cpp', | 2295 'dom/Comment.cpp', |
2296 'dom/Comment.h', | 2296 'dom/Comment.h', |
2297 'dom/CompositorProxy.cpp', | 2297 'dom/CompositorProxy.cpp', |
2298 'dom/CompositorProxy.h', | 2298 'dom/CompositorProxy.h', |
| 2299 'dom/CompositorProxyClient.cpp', |
| 2300 'dom/CompositorProxyClient.h', |
2299 'dom/ContainerNode.cpp', | 2301 'dom/ContainerNode.cpp', |
2300 'dom/ContextFeatures.cpp', | 2302 'dom/ContextFeatures.cpp', |
2301 'dom/ContextFeatures.h', | 2303 'dom/ContextFeatures.h', |
2302 'dom/ContextLifecycleNotifier.cpp', | 2304 'dom/ContextLifecycleNotifier.cpp', |
2303 'dom/ContextLifecycleNotifier.h', | 2305 'dom/ContextLifecycleNotifier.h', |
2304 'dom/ContextLifecycleObserver.h', | 2306 'dom/ContextLifecycleObserver.h', |
2305 'dom/CrossThreadTask.h', | 2307 'dom/CrossThreadTask.h', |
2306 'dom/DOMArrayBuffer.cpp', | 2308 'dom/DOMArrayBuffer.cpp', |
2307 'dom/DOMArrayBuffer.h', | 2309 'dom/DOMArrayBuffer.h', |
2308 'dom/DOMArrayBufferBase.h', | 2310 'dom/DOMArrayBufferBase.h', |
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3971 'style/SVGComputedStyleTest.cpp', | 3973 'style/SVGComputedStyleTest.cpp', |
3972 'svg/SVGPathParserTest.cpp', | 3974 'svg/SVGPathParserTest.cpp', |
3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3975 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3974 'testing/PrivateScriptTestTest.cpp', | 3976 'testing/PrivateScriptTestTest.cpp', |
3975 'timing/MemoryInfoTest.cpp', | 3977 'timing/MemoryInfoTest.cpp', |
3976 'workers/WorkerThreadTest.cpp', | 3978 'workers/WorkerThreadTest.cpp', |
3977 'xml/parser/SharedBufferReaderTest.cpp', | 3979 'xml/parser/SharedBufferReaderTest.cpp', |
3978 ], | 3980 ], |
3979 } | 3981 } |
3980 } | 3982 } |
OLD | NEW |