Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1167343002: Add methods for creating V8 extras-based ReadableStreams from C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add ActiveDOMObject check Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
2136 'paint/VideoPainter.cpp', 2137 'paint/VideoPainter.cpp',
2137 'paint/VideoPainter.h', 2138 'paint/VideoPainter.h',
2138 'paint/ViewPainter.cpp', 2139 'paint/ViewPainter.cpp',
2139 'paint/ViewPainter.h', 2140 'paint/ViewPainter.h',
2140 'plugins/PluginView.h', 2141 'plugins/PluginView.h',
2141 'streams/ReadableByteStream.cpp', 2142 'streams/ReadableByteStream.cpp',
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',
2147 'streams/ReadableStreamController.h',
2146 'streams/ReadableStreamImpl.h', 2148 'streams/ReadableStreamImpl.h',
2147 'streams/ReadableStreamReader.cpp', 2149 'streams/ReadableStreamReader.cpp',
2148 'streams/ReadableStreamReader.h', 2150 'streams/ReadableStreamReader.h',
2149 'streams/Stream.cpp', 2151 'streams/Stream.cpp',
2150 'streams/Stream.h', 2152 'streams/Stream.h',
2151 'streams/UnderlyingSource.h', 2153 'streams/UnderlyingSource.h',
2154 'streams/UnderlyingSourceBase.h',
2155 'streams/UnderlyingSourceBase.cpp',
2152 'timing/ConsoleMemory.cpp', 2156 'timing/ConsoleMemory.cpp',
2153 'timing/ConsoleMemory.h', 2157 'timing/ConsoleMemory.h',
2154 'timing/DOMWindowPerformance.cpp', 2158 'timing/DOMWindowPerformance.cpp',
2155 'timing/DOMWindowPerformance.h', 2159 'timing/DOMWindowPerformance.h',
2156 'timing/MemoryInfo.cpp', 2160 'timing/MemoryInfo.cpp',
2157 'timing/Performance.cpp', 2161 'timing/Performance.cpp',
2158 'timing/Performance.h', 2162 'timing/Performance.h',
2159 'timing/PerformanceBase.cpp', 2163 'timing/PerformanceBase.cpp',
2160 'timing/PerformanceBase.h', 2164 'timing/PerformanceBase.h',
2161 'timing/PerformanceCompositeTiming.cpp', 2165 'timing/PerformanceCompositeTiming.cpp',
(...skipping 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'style/SVGComputedStyleTest.cpp', 4039 'style/SVGComputedStyleTest.cpp',
4036 'svg/SVGPathParserTest.cpp', 4040 'svg/SVGPathParserTest.cpp',
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4041 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4038 'testing/PrivateScriptTestTest.cpp', 4042 'testing/PrivateScriptTestTest.cpp',
4039 'timing/MemoryInfoTest.cpp', 4043 'timing/MemoryInfoTest.cpp',
4040 'workers/WorkerThreadTest.cpp', 4044 'workers/WorkerThreadTest.cpp',
4041 'xml/parser/SharedBufferReaderTest.cpp', 4045 'xml/parser/SharedBufferReaderTest.cpp',
4042 ], 4046 ],
4043 } 4047 }
4044 } 4048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698