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 2350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2361 'dom/ClassCollection.cpp', | 2361 'dom/ClassCollection.cpp', |
2362 'dom/ClassCollection.h', | 2362 'dom/ClassCollection.h', |
2363 'dom/ClientRect.cpp', | 2363 'dom/ClientRect.cpp', |
2364 'dom/ClientRect.h', | 2364 'dom/ClientRect.h', |
2365 'dom/ClientRectList.cpp', | 2365 'dom/ClientRectList.cpp', |
2366 'dom/ClientRectList.h', | 2366 'dom/ClientRectList.h', |
2367 'dom/Comment.cpp', | 2367 'dom/Comment.cpp', |
2368 'dom/Comment.h', | 2368 'dom/Comment.h', |
2369 'dom/CompositorProxy.cpp', | 2369 'dom/CompositorProxy.cpp', |
2370 'dom/CompositorProxy.h', | 2370 'dom/CompositorProxy.h', |
| 2371 'dom/CompositorProxyClient.cpp', |
| 2372 'dom/CompositorProxyClient.h', |
2371 'dom/ContainerNode.cpp', | 2373 'dom/ContainerNode.cpp', |
2372 'dom/ContextFeatures.cpp', | 2374 'dom/ContextFeatures.cpp', |
2373 'dom/ContextFeatures.h', | 2375 'dom/ContextFeatures.h', |
2374 'dom/ContextLifecycleNotifier.cpp', | 2376 'dom/ContextLifecycleNotifier.cpp', |
2375 'dom/ContextLifecycleNotifier.h', | 2377 'dom/ContextLifecycleNotifier.h', |
2376 'dom/ContextLifecycleObserver.h', | 2378 'dom/ContextLifecycleObserver.h', |
2377 'dom/CrossThreadTask.h', | 2379 'dom/CrossThreadTask.h', |
2378 'dom/DOMArrayBuffer.cpp', | 2380 'dom/DOMArrayBuffer.cpp', |
2379 'dom/DOMArrayBuffer.h', | 2381 'dom/DOMArrayBuffer.h', |
2380 'dom/DOMArrayBufferBase.h', | 2382 'dom/DOMArrayBufferBase.h', |
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4102 'svg/SVGPathParserTest.cpp', | 4104 'svg/SVGPathParserTest.cpp', |
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4104 'testing/PrivateScriptTestTest.cpp', | 4106 'testing/PrivateScriptTestTest.cpp', |
4105 'timing/MemoryInfoTest.cpp', | 4107 'timing/MemoryInfoTest.cpp', |
4106 'workers/WorkerThreadTest.cpp', | 4108 'workers/WorkerThreadTest.cpp', |
4107 'workers/WorkerThreadTestHelper.h', | 4109 'workers/WorkerThreadTestHelper.h', |
4108 'xml/parser/SharedBufferReaderTest.cpp', | 4110 'xml/parser/SharedBufferReaderTest.cpp', |
4109 ], | 4111 ], |
4110 } | 4112 } |
4111 } | 4113 } |
OLD | NEW |