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 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2171 'dom/CompositorProxy.h', | 2171 'dom/CompositorProxy.h', |
2172 'dom/ContainerNode.cpp', | 2172 'dom/ContainerNode.cpp', |
2173 'dom/ContextFeatures.cpp', | 2173 'dom/ContextFeatures.cpp', |
2174 'dom/ContextFeatures.h', | 2174 'dom/ContextFeatures.h', |
2175 'dom/ContextLifecycleNotifier.cpp', | 2175 'dom/ContextLifecycleNotifier.cpp', |
2176 'dom/ContextLifecycleNotifier.h', | 2176 'dom/ContextLifecycleNotifier.h', |
2177 'dom/ContextLifecycleObserver.h', | 2177 'dom/ContextLifecycleObserver.h', |
2178 'dom/CrossThreadTask.h', | 2178 'dom/CrossThreadTask.h', |
2179 'dom/DOMArrayBuffer.cpp', | 2179 'dom/DOMArrayBuffer.cpp', |
2180 'dom/DOMArrayBuffer.h', | 2180 'dom/DOMArrayBuffer.h', |
2181 'dom/DOMArrayBufferDeallocationObserver.cpp', | |
2182 'dom/DOMArrayBufferDeallocationObserver.h', | |
2183 'dom/DOMArrayBufferView.h', | 2181 'dom/DOMArrayBufferView.h', |
2184 'dom/DOMArrayPiece.cpp', | 2182 'dom/DOMArrayPiece.cpp', |
2185 'dom/DOMArrayPiece.h', | 2183 'dom/DOMArrayPiece.h', |
2186 'dom/DOMDataView.cpp', | 2184 'dom/DOMDataView.cpp', |
2187 'dom/DOMDataView.h', | 2185 'dom/DOMDataView.h', |
2188 'dom/DOMError.cpp', | 2186 'dom/DOMError.cpp', |
2189 'dom/DOMError.h', | 2187 'dom/DOMError.h', |
2190 'dom/DOMException.cpp', | 2188 'dom/DOMException.cpp', |
2191 'dom/DOMException.h', | 2189 'dom/DOMException.h', |
2192 'dom/DOMImplementation.cpp', | 2190 'dom/DOMImplementation.cpp', |
(...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3937 'style/OutlineValueTest.cpp', | 3935 'style/OutlineValueTest.cpp', |
3938 'style/SVGComputedStyleTest.cpp', | 3936 'style/SVGComputedStyleTest.cpp', |
3939 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3940 'testing/PrivateScriptTestTest.cpp', | 3938 'testing/PrivateScriptTestTest.cpp', |
3941 'timing/MemoryInfoTest.cpp', | 3939 'timing/MemoryInfoTest.cpp', |
3942 'workers/WorkerThreadTest.cpp', | 3940 'workers/WorkerThreadTest.cpp', |
3943 'xml/parser/SharedBufferReaderTest.cpp', | 3941 'xml/parser/SharedBufferReaderTest.cpp', |
3944 ], | 3942 ], |
3945 } | 3943 } |
3946 } | 3944 } |
OLD | NEW |