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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'inspector/InspectorOverlayHost.idl', | 256 'inspector/InspectorOverlayHost.idl', |
257 'loader/appcache/ApplicationCache.idl', | 257 'loader/appcache/ApplicationCache.idl', |
258 'page/EventSource.idl', | 258 'page/EventSource.idl', |
259 'page/PagePopupController.idl', | 259 'page/PagePopupController.idl', |
260 'page/scrolling/ScrollState.idl', | 260 'page/scrolling/ScrollState.idl', |
261 'page/scrolling/ScrollStateCallback.idl', | 261 'page/scrolling/ScrollStateCallback.idl', |
262 'streams/ReadableByteStream.idl', | 262 'streams/ReadableByteStream.idl', |
263 'streams/ReadableByteStreamReader.idl', | 263 'streams/ReadableByteStreamReader.idl', |
264 'streams/ReadableStreamReader.idl', | 264 'streams/ReadableStreamReader.idl', |
265 'streams/Stream.idl', | 265 'streams/Stream.idl', |
| 266 'streams/UnderlyingSourceBase.idl', |
266 'svg/SVGAElement.idl', | 267 'svg/SVGAElement.idl', |
267 'svg/SVGAngle.idl', | 268 'svg/SVGAngle.idl', |
268 'svg/SVGAnimateElement.idl', | 269 'svg/SVGAnimateElement.idl', |
269 'svg/SVGAnimateMotionElement.idl', | 270 'svg/SVGAnimateMotionElement.idl', |
270 'svg/SVGAnimateTransformElement.idl', | 271 'svg/SVGAnimateTransformElement.idl', |
271 'svg/SVGAnimatedAngle.idl', | 272 'svg/SVGAnimatedAngle.idl', |
272 'svg/SVGAnimatedBoolean.idl', | 273 'svg/SVGAnimatedBoolean.idl', |
273 'svg/SVGAnimatedEnumeration.idl', | 274 'svg/SVGAnimatedEnumeration.idl', |
274 'svg/SVGAnimatedInteger.idl', | 275 'svg/SVGAnimatedInteger.idl', |
275 'svg/SVGAnimatedLength.idl', | 276 'svg/SVGAnimatedLength.idl', |
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2142 'streams/ReadableByteStream.h', | 2143 'streams/ReadableByteStream.h', |
2143 'streams/ReadableByteStreamReader.h', | 2144 'streams/ReadableByteStreamReader.h', |
2144 'streams/ReadableStream.cpp', | 2145 'streams/ReadableStream.cpp', |
2145 'streams/ReadableStream.h', | 2146 'streams/ReadableStream.h', |
2146 'streams/ReadableStreamImpl.h', | 2147 'streams/ReadableStreamImpl.h', |
2147 'streams/ReadableStreamReader.cpp', | 2148 'streams/ReadableStreamReader.cpp', |
2148 'streams/ReadableStreamReader.h', | 2149 'streams/ReadableStreamReader.h', |
2149 'streams/Stream.cpp', | 2150 'streams/Stream.cpp', |
2150 'streams/Stream.h', | 2151 'streams/Stream.h', |
2151 'streams/UnderlyingSource.h', | 2152 'streams/UnderlyingSource.h', |
| 2153 'streams/UnderlyingSourceBase.h', |
| 2154 'streams/UnderlyingSourceBase.cpp', |
2152 'timing/ConsoleMemory.cpp', | 2155 'timing/ConsoleMemory.cpp', |
2153 'timing/ConsoleMemory.h', | 2156 'timing/ConsoleMemory.h', |
2154 'timing/DOMWindowPerformance.cpp', | 2157 'timing/DOMWindowPerformance.cpp', |
2155 'timing/DOMWindowPerformance.h', | 2158 'timing/DOMWindowPerformance.h', |
2156 'timing/MemoryInfo.cpp', | 2159 'timing/MemoryInfo.cpp', |
2157 'timing/Performance.cpp', | 2160 'timing/Performance.cpp', |
2158 'timing/Performance.h', | 2161 'timing/Performance.h', |
2159 'timing/PerformanceBase.cpp', | 2162 'timing/PerformanceBase.cpp', |
2160 'timing/PerformanceBase.h', | 2163 'timing/PerformanceBase.h', |
2161 'timing/PerformanceCompositeTiming.cpp', | 2164 'timing/PerformanceCompositeTiming.cpp', |
(...skipping 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4035 'style/SVGComputedStyleTest.cpp', | 4038 'style/SVGComputedStyleTest.cpp', |
4036 'svg/SVGPathParserTest.cpp', | 4039 'svg/SVGPathParserTest.cpp', |
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4038 'testing/PrivateScriptTestTest.cpp', | 4041 'testing/PrivateScriptTestTest.cpp', |
4039 'timing/MemoryInfoTest.cpp', | 4042 'timing/MemoryInfoTest.cpp', |
4040 'workers/WorkerThreadTest.cpp', | 4043 'workers/WorkerThreadTest.cpp', |
4041 'xml/parser/SharedBufferReaderTest.cpp', | 4044 'xml/parser/SharedBufferReaderTest.cpp', |
4042 ], | 4045 ], |
4043 } | 4046 } |
4044 } | 4047 } |
OLD | NEW |