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

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: Don't modify UnderlyingSource.h, oops Created 4 years, 11 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'inspector/InspectorOverlayHost.idl', 253 'inspector/InspectorOverlayHost.idl',
254 'loader/appcache/ApplicationCache.idl', 254 'loader/appcache/ApplicationCache.idl',
255 'page/EventSource.idl', 255 'page/EventSource.idl',
256 'page/PagePopupController.idl', 256 'page/PagePopupController.idl',
257 'page/scrolling/ScrollState.idl', 257 'page/scrolling/ScrollState.idl',
258 'page/scrolling/ScrollStateCallback.idl', 258 'page/scrolling/ScrollStateCallback.idl',
259 'streams/ReadableByteStream.idl', 259 'streams/ReadableByteStream.idl',
260 'streams/ReadableByteStreamReader.idl', 260 'streams/ReadableByteStreamReader.idl',
261 'streams/ReadableStreamReader.idl', 261 'streams/ReadableStreamReader.idl',
262 'streams/Stream.idl', 262 'streams/Stream.idl',
263 'streams/UnderlyingSourceBase.idl',
263 'svg/SVGAElement.idl', 264 'svg/SVGAElement.idl',
264 'svg/SVGAngle.idl', 265 'svg/SVGAngle.idl',
265 'svg/SVGAnimateElement.idl', 266 'svg/SVGAnimateElement.idl',
266 'svg/SVGAnimateMotionElement.idl', 267 'svg/SVGAnimateMotionElement.idl',
267 'svg/SVGAnimateTransformElement.idl', 268 'svg/SVGAnimateTransformElement.idl',
268 'svg/SVGAnimatedAngle.idl', 269 'svg/SVGAnimatedAngle.idl',
269 'svg/SVGAnimatedBoolean.idl', 270 'svg/SVGAnimatedBoolean.idl',
270 'svg/SVGAnimatedEnumeration.idl', 271 'svg/SVGAnimatedEnumeration.idl',
271 'svg/SVGAnimatedInteger.idl', 272 'svg/SVGAnimatedInteger.idl',
272 'svg/SVGAnimatedLength.idl', 273 'svg/SVGAnimatedLength.idl',
(...skipping 1851 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 'paint/VideoPainter.cpp', 2125 'paint/VideoPainter.cpp',
2125 'paint/VideoPainter.h', 2126 'paint/VideoPainter.h',
2126 'paint/ViewPainter.cpp', 2127 'paint/ViewPainter.cpp',
2127 'paint/ViewPainter.h', 2128 'paint/ViewPainter.h',
2128 'plugins/PluginView.h', 2129 'plugins/PluginView.h',
2129 'streams/ReadableByteStream.cpp', 2130 'streams/ReadableByteStream.cpp',
2130 'streams/ReadableByteStream.h', 2131 'streams/ReadableByteStream.h',
2131 'streams/ReadableByteStreamReader.h', 2132 'streams/ReadableByteStreamReader.h',
2132 'streams/ReadableStream.cpp', 2133 'streams/ReadableStream.cpp',
2133 'streams/ReadableStream.h', 2134 'streams/ReadableStream.h',
2135 'streams/ReadableStreamController.h',
2134 'streams/ReadableStreamImpl.h', 2136 'streams/ReadableStreamImpl.h',
2135 'streams/ReadableStreamReader.cpp', 2137 'streams/ReadableStreamReader.cpp',
2136 'streams/ReadableStreamReader.h', 2138 'streams/ReadableStreamReader.h',
2137 'streams/Stream.cpp', 2139 'streams/Stream.cpp',
2138 'streams/Stream.h', 2140 'streams/Stream.h',
2139 'streams/UnderlyingSource.h', 2141 'streams/UnderlyingSource.h',
2142 'streams/UnderlyingSourceBase.h',
2143 'streams/UnderlyingSourceBase.cpp',
2140 'timing/ConsoleMemory.cpp', 2144 'timing/ConsoleMemory.cpp',
2141 'timing/ConsoleMemory.h', 2145 'timing/ConsoleMemory.h',
2142 'timing/DOMWindowPerformance.cpp', 2146 'timing/DOMWindowPerformance.cpp',
2143 'timing/DOMWindowPerformance.h', 2147 'timing/DOMWindowPerformance.h',
2144 'timing/MemoryInfo.cpp', 2148 'timing/MemoryInfo.cpp',
2145 'timing/Performance.cpp', 2149 'timing/Performance.cpp',
2146 'timing/Performance.h', 2150 'timing/Performance.h',
2147 'timing/PerformanceBase.cpp', 2151 'timing/PerformanceBase.cpp',
2148 'timing/PerformanceBase.h', 2152 'timing/PerformanceBase.h',
2149 'timing/PerformanceCompositeTiming.cpp', 2153 'timing/PerformanceCompositeTiming.cpp',
(...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after
4009 'style/SVGComputedStyleTest.cpp', 4013 'style/SVGComputedStyleTest.cpp',
4010 'svg/SVGPathParserTest.cpp', 4014 'svg/SVGPathParserTest.cpp',
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4015 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4012 'testing/PrivateScriptTestTest.cpp', 4016 'testing/PrivateScriptTestTest.cpp',
4013 'timing/MemoryInfoTest.cpp', 4017 'timing/MemoryInfoTest.cpp',
4014 'workers/WorkerThreadTest.cpp', 4018 'workers/WorkerThreadTest.cpp',
4015 'xml/parser/SharedBufferReaderTest.cpp', 4019 'xml/parser/SharedBufferReaderTest.cpp',
4016 ], 4020 ],
4017 } 4021 }
4018 } 4022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698