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 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2321 'dom/ClassCollection.cpp', | 2321 'dom/ClassCollection.cpp', |
2322 'dom/ClassCollection.h', | 2322 'dom/ClassCollection.h', |
2323 'dom/ClientRect.cpp', | 2323 'dom/ClientRect.cpp', |
2324 'dom/ClientRect.h', | 2324 'dom/ClientRect.h', |
2325 'dom/ClientRectList.cpp', | 2325 'dom/ClientRectList.cpp', |
2326 'dom/ClientRectList.h', | 2326 'dom/ClientRectList.h', |
2327 'dom/Comment.cpp', | 2327 'dom/Comment.cpp', |
2328 'dom/Comment.h', | 2328 'dom/Comment.h', |
2329 'dom/CompositorProxy.cpp', | 2329 'dom/CompositorProxy.cpp', |
2330 'dom/CompositorProxy.h', | 2330 'dom/CompositorProxy.h', |
| 2331 'dom/CompositorProxyClient.cpp', |
| 2332 'dom/CompositorProxyClient.h', |
2331 'dom/ContainerNode.cpp', | 2333 'dom/ContainerNode.cpp', |
2332 'dom/ContextFeatures.cpp', | 2334 'dom/ContextFeatures.cpp', |
2333 'dom/ContextFeatures.h', | 2335 'dom/ContextFeatures.h', |
2334 'dom/ContextLifecycleNotifier.cpp', | 2336 'dom/ContextLifecycleNotifier.cpp', |
2335 'dom/ContextLifecycleNotifier.h', | 2337 'dom/ContextLifecycleNotifier.h', |
2336 'dom/ContextLifecycleObserver.h', | 2338 'dom/ContextLifecycleObserver.h', |
2337 'dom/CrossThreadTask.h', | 2339 'dom/CrossThreadTask.h', |
2338 'dom/DOMArrayBuffer.cpp', | 2340 'dom/DOMArrayBuffer.cpp', |
2339 'dom/DOMArrayBuffer.h', | 2341 'dom/DOMArrayBuffer.h', |
2340 'dom/DOMArrayBufferBase.h', | 2342 'dom/DOMArrayBufferBase.h', |
(...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4036 'style/SVGComputedStyleTest.cpp', | 4038 'style/SVGComputedStyleTest.cpp', |
4037 'svg/SVGPathParserTest.cpp', | 4039 'svg/SVGPathParserTest.cpp', |
4038 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4039 'testing/PrivateScriptTestTest.cpp', | 4041 'testing/PrivateScriptTestTest.cpp', |
4040 'timing/MemoryInfoTest.cpp', | 4042 'timing/MemoryInfoTest.cpp', |
4041 'workers/WorkerThreadTest.cpp', | 4043 'workers/WorkerThreadTest.cpp', |
4042 'xml/parser/SharedBufferReaderTest.cpp', | 4044 'xml/parser/SharedBufferReaderTest.cpp', |
4043 ], | 4045 ], |
4044 } | 4046 } |
4045 } | 4047 } |
OLD | NEW |