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

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: Trying blindly to resolve circular dependency 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'inspector/InspectorOverlayHost.idl', 260 'inspector/InspectorOverlayHost.idl',
261 'loader/appcache/ApplicationCache.idl', 261 'loader/appcache/ApplicationCache.idl',
262 'page/EventSource.idl', 262 'page/EventSource.idl',
263 'page/PagePopupController.idl', 263 'page/PagePopupController.idl',
264 'page/scrolling/ScrollState.idl', 264 'page/scrolling/ScrollState.idl',
265 'page/scrolling/ScrollStateCallback.idl', 265 'page/scrolling/ScrollStateCallback.idl',
266 'streams/ReadableByteStream.idl', 266 'streams/ReadableByteStream.idl',
267 'streams/ReadableByteStreamReader.idl', 267 'streams/ReadableByteStreamReader.idl',
268 'streams/ReadableStreamReader.idl', 268 'streams/ReadableStreamReader.idl',
269 'streams/Stream.idl', 269 'streams/Stream.idl',
270 'streams/UnderlyingSourceBase.idl',
270 'svg/SVGAElement.idl', 271 'svg/SVGAElement.idl',
271 'svg/SVGAngle.idl', 272 'svg/SVGAngle.idl',
272 'svg/SVGAnimateElement.idl', 273 'svg/SVGAnimateElement.idl',
273 'svg/SVGAnimateMotionElement.idl', 274 'svg/SVGAnimateMotionElement.idl',
274 'svg/SVGAnimateTransformElement.idl', 275 'svg/SVGAnimateTransformElement.idl',
275 'svg/SVGAnimatedAngle.idl', 276 'svg/SVGAnimatedAngle.idl',
276 'svg/SVGAnimatedBoolean.idl', 277 'svg/SVGAnimatedBoolean.idl',
277 'svg/SVGAnimatedEnumeration.idl', 278 'svg/SVGAnimatedEnumeration.idl',
278 'svg/SVGAnimatedInteger.idl', 279 'svg/SVGAnimatedInteger.idl',
279 'svg/SVGAnimatedLength.idl', 280 'svg/SVGAnimatedLength.idl',
(...skipping 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 'paint/VideoPainter.cpp', 2153 'paint/VideoPainter.cpp',
2153 'paint/VideoPainter.h', 2154 'paint/VideoPainter.h',
2154 'paint/ViewPainter.cpp', 2155 'paint/ViewPainter.cpp',
2155 'paint/ViewPainter.h', 2156 'paint/ViewPainter.h',
2156 'plugins/PluginView.h', 2157 'plugins/PluginView.h',
2157 'streams/ReadableByteStream.cpp', 2158 'streams/ReadableByteStream.cpp',
2158 'streams/ReadableByteStream.h', 2159 'streams/ReadableByteStream.h',
2159 'streams/ReadableByteStreamReader.h', 2160 'streams/ReadableByteStreamReader.h',
2160 'streams/ReadableStream.cpp', 2161 'streams/ReadableStream.cpp',
2161 'streams/ReadableStream.h', 2162 'streams/ReadableStream.h',
2163 'streams/ReadableStreamController.h',
2162 'streams/ReadableStreamImpl.h', 2164 'streams/ReadableStreamImpl.h',
2163 'streams/ReadableStreamReader.cpp', 2165 'streams/ReadableStreamReader.cpp',
2164 'streams/ReadableStreamReader.h', 2166 'streams/ReadableStreamReader.h',
2165 'streams/Stream.cpp', 2167 'streams/Stream.cpp',
2166 'streams/Stream.h', 2168 'streams/Stream.h',
2167 'streams/UnderlyingSource.h', 2169 'streams/UnderlyingSource.h',
2170 'streams/UnderlyingSourceBase.h',
2171 'streams/UnderlyingSourceBase.cpp',
2168 'timing/ConsoleMemory.cpp', 2172 'timing/ConsoleMemory.cpp',
2169 'timing/ConsoleMemory.h', 2173 'timing/ConsoleMemory.h',
2170 'timing/DOMWindowPerformance.cpp', 2174 'timing/DOMWindowPerformance.cpp',
2171 'timing/DOMWindowPerformance.h', 2175 'timing/DOMWindowPerformance.h',
2172 'timing/MemoryInfo.cpp', 2176 'timing/MemoryInfo.cpp',
2173 'timing/Performance.cpp', 2177 'timing/Performance.cpp',
2174 'timing/Performance.h', 2178 'timing/Performance.h',
2175 'timing/PerformanceBase.cpp', 2179 'timing/PerformanceBase.cpp',
2176 'timing/PerformanceBase.h', 2180 'timing/PerformanceBase.h',
2177 'timing/PerformanceCompositeTiming.cpp', 2181 'timing/PerformanceCompositeTiming.cpp',
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 'style/SVGComputedStyleTest.cpp', 4062 'style/SVGComputedStyleTest.cpp',
4059 'svg/SVGPathParserTest.cpp', 4063 'svg/SVGPathParserTest.cpp',
4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4061 'testing/PrivateScriptTestTest.cpp', 4065 'testing/PrivateScriptTestTest.cpp',
4062 'timing/MemoryInfoTest.cpp', 4066 'timing/MemoryInfoTest.cpp',
4063 'workers/WorkerThreadTest.cpp', 4067 'workers/WorkerThreadTest.cpp',
4064 'xml/parser/SharedBufferReaderTest.cpp', 4068 'xml/parser/SharedBufferReaderTest.cpp',
4065 ], 4069 ],
4066 } 4070 }
4067 } 4071 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698