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

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

Issue 1118673002: Implement ReadableStream as a V8 extra (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanups; make controller a member instead of arg Created 5 years, 7 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
« no previous file with comments | « Source/bindings/scripts/v8_types.py ('k') | Source/core/streams/ByteLengthQueuingStrategy.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'inspector/InspectorOverlayHost.idl', 287 'inspector/InspectorOverlayHost.idl',
288 'inspector/JavaScriptCallFrame.idl', 288 'inspector/JavaScriptCallFrame.idl',
289 'loader/appcache/ApplicationCache.idl', 289 'loader/appcache/ApplicationCache.idl',
290 'page/EventSource.idl', 290 'page/EventSource.idl',
291 'page/PagePopupController.idl', 291 'page/PagePopupController.idl',
292 'page/scrolling/ScrollState.idl', 292 'page/scrolling/ScrollState.idl',
293 'streams/ReadableByteStream.idl', 293 'streams/ReadableByteStream.idl',
294 'streams/ReadableByteStreamReader.idl', 294 'streams/ReadableByteStreamReader.idl',
295 'streams/ReadableStream.idl', 295 'streams/ReadableStream.idl',
296 'streams/ReadableStreamReader.idl', 296 'streams/ReadableStreamReader.idl',
297 'streams/ScriptUnderlyingSource.idl',
298 'streams/ScriptQueuingStrategy.idl',
299 'streams/StreamTest.idl',
297 'streams/Stream.idl', 300 'streams/Stream.idl',
298 'svg/SVGAElement.idl', 301 'svg/SVGAElement.idl',
299 'svg/SVGAngle.idl', 302 'svg/SVGAngle.idl',
300 'svg/SVGAnimateElement.idl', 303 'svg/SVGAnimateElement.idl',
301 'svg/SVGAnimateMotionElement.idl', 304 'svg/SVGAnimateMotionElement.idl',
302 'svg/SVGAnimateTransformElement.idl', 305 'svg/SVGAnimateTransformElement.idl',
303 'svg/SVGAnimatedAngle.idl', 306 'svg/SVGAnimatedAngle.idl',
304 'svg/SVGAnimatedBoolean.idl', 307 'svg/SVGAnimatedBoolean.idl',
305 'svg/SVGAnimatedEnumeration.idl', 308 'svg/SVGAnimatedEnumeration.idl',
306 'svg/SVGAnimatedInteger.idl', 309 'svg/SVGAnimatedInteger.idl',
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 'streams/ReadableByteStream.h', 1987 'streams/ReadableByteStream.h',
1985 'streams/ReadableByteStreamReader.h', 1988 'streams/ReadableByteStreamReader.h',
1986 'streams/ReadableStream.cpp', 1989 'streams/ReadableStream.cpp',
1987 'streams/ReadableStream.h', 1990 'streams/ReadableStream.h',
1988 'streams/ReadableStreamImpl.h', 1991 'streams/ReadableStreamImpl.h',
1989 'streams/ReadableStreamReader.cpp', 1992 'streams/ReadableStreamReader.cpp',
1990 'streams/ReadableStreamReader.h', 1993 'streams/ReadableStreamReader.h',
1991 'streams/Stream.cpp', 1994 'streams/Stream.cpp',
1992 'streams/Stream.h', 1995 'streams/Stream.h',
1993 'streams/UnderlyingSource.h', 1996 'streams/UnderlyingSource.h',
1997
1998 'streams/ScriptQueuingStrategy.cpp',
1999 'streams/ScriptQueuingStrategy.h',
2000 'streams/ScriptReadableStream.cpp',
2001 'streams/ScriptReadableStream.h',
2002 'streams/ScriptReadableStreamController.cpp',
2003 'streams/ScriptReadableStreamController.h',
2004 'streams/ScriptUnderlyingSource.cpp',
2005 'streams/ScriptUnderlyingSource.h',
2006
2007 'streams/StreamTest.h',
2008 'streams/StreamTest.cpp',
2009
1994 'timing/ConsoleMemory.cpp', 2010 'timing/ConsoleMemory.cpp',
1995 'timing/ConsoleMemory.h', 2011 'timing/ConsoleMemory.h',
1996 'timing/DOMWindowPerformance.cpp', 2012 'timing/DOMWindowPerformance.cpp',
1997 'timing/DOMWindowPerformance.h', 2013 'timing/DOMWindowPerformance.h',
1998 'timing/MemoryInfo.cpp', 2014 'timing/MemoryInfo.cpp',
1999 'timing/Performance.cpp', 2015 'timing/Performance.cpp',
2000 'timing/Performance.h', 2016 'timing/Performance.h',
2001 'timing/PerformanceEntry.cpp', 2017 'timing/PerformanceEntry.cpp',
2002 'timing/PerformanceEntry.h', 2018 'timing/PerformanceEntry.h',
2003 'timing/PerformanceMark.h', 2019 'timing/PerformanceMark.h',
(...skipping 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after
3891 'style/ComputedStyleTest.cpp', 3907 'style/ComputedStyleTest.cpp',
3892 'style/OutlineValueTest.cpp', 3908 'style/OutlineValueTest.cpp',
3893 'style/SVGComputedStyleTest.cpp', 3909 'style/SVGComputedStyleTest.cpp',
3894 'testing/PrivateScriptTestTest.cpp', 3910 'testing/PrivateScriptTestTest.cpp',
3895 'timing/MemoryInfoTest.cpp', 3911 'timing/MemoryInfoTest.cpp',
3896 'workers/WorkerThreadTest.cpp', 3912 'workers/WorkerThreadTest.cpp',
3897 'xml/parser/SharedBufferReaderTest.cpp', 3913 'xml/parser/SharedBufferReaderTest.cpp',
3898 ], 3914 ],
3899 } 3915 }
3900 } 3916 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/v8_types.py ('k') | Source/core/streams/ByteLengthQueuingStrategy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698