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

Side by Side Diff: 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: Remove C++ queuing strategies Created 5 years, 6 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'inspector/InspectorOverlayHost.idl', 287 'inspector/InspectorOverlayHost.idl',
288 'loader/appcache/ApplicationCache.idl', 288 'loader/appcache/ApplicationCache.idl',
289 'page/EventSource.idl', 289 'page/EventSource.idl',
290 'page/PagePopupController.idl', 290 'page/PagePopupController.idl',
291 'page/scrolling/ScrollState.idl', 291 'page/scrolling/ScrollState.idl',
292 'streams/ReadableByteStream.idl', 292 'streams/ReadableByteStream.idl',
293 'streams/ReadableByteStreamReader.idl', 293 'streams/ReadableByteStreamReader.idl',
294 'streams/ReadableStream.idl', 294 'streams/ReadableStream.idl',
295 'streams/ReadableStreamReader.idl', 295 'streams/ReadableStreamReader.idl',
296 'streams/Stream.idl', 296 'streams/Stream.idl',
297 'streams/UnderlyingSourceBase.idl',
297 'svg/SVGAElement.idl', 298 'svg/SVGAElement.idl',
298 'svg/SVGAngle.idl', 299 'svg/SVGAngle.idl',
299 'svg/SVGAnimateElement.idl', 300 'svg/SVGAnimateElement.idl',
300 'svg/SVGAnimateMotionElement.idl', 301 'svg/SVGAnimateMotionElement.idl',
301 'svg/SVGAnimateTransformElement.idl', 302 'svg/SVGAnimateTransformElement.idl',
302 'svg/SVGAnimatedAngle.idl', 303 'svg/SVGAnimatedAngle.idl',
303 'svg/SVGAnimatedBoolean.idl', 304 'svg/SVGAnimatedBoolean.idl',
304 'svg/SVGAnimatedEnumeration.idl', 305 'svg/SVGAnimatedEnumeration.idl',
305 'svg/SVGAnimatedInteger.idl', 306 'svg/SVGAnimatedInteger.idl',
306 'svg/SVGAnimatedLength.idl', 307 'svg/SVGAnimatedLength.idl',
(...skipping 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 'paint/ViewPainter.h', 1982 'paint/ViewPainter.h',
1982 'plugins/PluginPlaceholder.h', 1983 'plugins/PluginPlaceholder.h',
1983 'plugins/PluginView.h', 1984 'plugins/PluginView.h',
1984 'plugins/testing/DictionaryPluginPlaceholder.h', 1985 'plugins/testing/DictionaryPluginPlaceholder.h',
1985 'plugins/testing/DocumentFragmentPluginPlaceholder.h', 1986 'plugins/testing/DocumentFragmentPluginPlaceholder.h',
1986 'streams/ReadableByteStream.cpp', 1987 'streams/ReadableByteStream.cpp',
1987 'streams/ReadableByteStream.h', 1988 'streams/ReadableByteStream.h',
1988 'streams/ReadableByteStreamReader.h', 1989 'streams/ReadableByteStreamReader.h',
1989 'streams/ReadableStream.cpp', 1990 'streams/ReadableStream.cpp',
1990 'streams/ReadableStream.h', 1991 'streams/ReadableStream.h',
1992 'streams/ReadableStream2.cpp',
1993 'streams/ReadableStream2.h',
1994 'streams/ReadableStreamController.h',
1991 'streams/ReadableStreamImpl.h', 1995 'streams/ReadableStreamImpl.h',
1992 'streams/ReadableStreamReader.cpp', 1996 'streams/ReadableStreamReader.cpp',
1993 'streams/ReadableStreamReader.h', 1997 'streams/ReadableStreamReader.h',
1994 'streams/Stream.cpp', 1998 'streams/Stream.cpp',
1995 'streams/Stream.h', 1999 'streams/Stream.h',
1996 'streams/UnderlyingSource.h', 2000 'streams/UnderlyingSource.h',
2001 'streams/UnderlyingSourceBase.cpp',
2002 'streams/UnderlyingSourceBase.h',
1997 'timing/ConsoleMemory.cpp', 2003 'timing/ConsoleMemory.cpp',
1998 'timing/ConsoleMemory.h', 2004 'timing/ConsoleMemory.h',
1999 'timing/DOMWindowPerformance.cpp', 2005 'timing/DOMWindowPerformance.cpp',
2000 'timing/DOMWindowPerformance.h', 2006 'timing/DOMWindowPerformance.h',
2001 'timing/MemoryInfo.cpp', 2007 'timing/MemoryInfo.cpp',
2002 'timing/Performance.cpp', 2008 'timing/Performance.cpp',
2003 'timing/Performance.h', 2009 'timing/Performance.h',
2004 'timing/PerformanceCompositeTiming.cpp', 2010 'timing/PerformanceCompositeTiming.cpp',
2005 'timing/PerformanceCompositeTiming.h', 2011 'timing/PerformanceCompositeTiming.h',
2006 'timing/PerformanceEntry.cpp', 2012 'timing/PerformanceEntry.cpp',
(...skipping 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after
3922 'style/ComputedStyleTest.cpp', 3928 'style/ComputedStyleTest.cpp',
3923 'style/OutlineValueTest.cpp', 3929 'style/OutlineValueTest.cpp',
3924 'style/SVGComputedStyleTest.cpp', 3930 'style/SVGComputedStyleTest.cpp',
3925 'testing/PrivateScriptTestTest.cpp', 3931 'testing/PrivateScriptTestTest.cpp',
3926 'timing/MemoryInfoTest.cpp', 3932 'timing/MemoryInfoTest.cpp',
3927 'workers/WorkerThreadTest.cpp', 3933 'workers/WorkerThreadTest.cpp',
3928 'xml/parser/SharedBufferReaderTest.cpp', 3934 'xml/parser/SharedBufferReaderTest.cpp',
3929 ], 3935 ],
3930 } 3936 }
3931 } 3937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698