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

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

Issue 1001233002: Streams Implementation Update: Reader name and Stream methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'inspector/InspectorOverlayHost.idl', 285 'inspector/InspectorOverlayHost.idl',
286 'inspector/JavaScriptCallFrame.idl', 286 'inspector/JavaScriptCallFrame.idl',
287 'loader/appcache/ApplicationCache.idl', 287 'loader/appcache/ApplicationCache.idl',
288 'page/EventSource.idl', 288 'page/EventSource.idl',
289 'page/PagePopupController.idl', 289 'page/PagePopupController.idl',
290 'page/scrolling/ScrollState.idl', 290 'page/scrolling/ScrollState.idl',
291 'plugins/MimeType.idl', 291 'plugins/MimeType.idl',
292 'plugins/MimeTypeArray.idl', 292 'plugins/MimeTypeArray.idl',
293 'plugins/Plugin.idl', 293 'plugins/Plugin.idl',
294 'plugins/PluginArray.idl', 294 'plugins/PluginArray.idl',
295 'streams/ExclusiveStreamReader.idl',
296 'streams/ReadableStream.idl', 295 'streams/ReadableStream.idl',
296 'streams/ReadableStreamReader.idl',
297 'streams/Stream.idl', 297 'streams/Stream.idl',
298 'svg/SVGAElement.idl', 298 'svg/SVGAElement.idl',
299 'svg/SVGAngle.idl', 299 'svg/SVGAngle.idl',
300 'svg/SVGAnimateElement.idl', 300 'svg/SVGAnimateElement.idl',
301 'svg/SVGAnimateMotionElement.idl', 301 'svg/SVGAnimateMotionElement.idl',
302 'svg/SVGAnimateTransformElement.idl', 302 'svg/SVGAnimateTransformElement.idl',
303 'svg/SVGAnimatedAngle.idl', 303 'svg/SVGAnimatedAngle.idl',
304 'svg/SVGAnimatedBoolean.idl', 304 'svg/SVGAnimatedBoolean.idl',
305 'svg/SVGAnimatedEnumeration.idl', 305 'svg/SVGAnimatedEnumeration.idl',
306 'svg/SVGAnimatedInteger.idl', 306 'svg/SVGAnimatedInteger.idl',
(...skipping 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1938 'plugins/DOMPluginArray.cpp', 1938 'plugins/DOMPluginArray.cpp',
1939 'plugins/DOMPluginArray.h', 1939 'plugins/DOMPluginArray.h',
1940 'plugins/NavigatorPlugins.cpp', 1940 'plugins/NavigatorPlugins.cpp',
1941 'plugins/NavigatorPlugins.h', 1941 'plugins/NavigatorPlugins.h',
1942 'plugins/PluginOcclusionSupport.cpp', 1942 'plugins/PluginOcclusionSupport.cpp',
1943 'plugins/PluginOcclusionSupport.h', 1943 'plugins/PluginOcclusionSupport.h',
1944 'plugins/PluginPlaceholder.h', 1944 'plugins/PluginPlaceholder.h',
1945 'plugins/PluginView.h', 1945 'plugins/PluginView.h',
1946 'plugins/testing/DictionaryPluginPlaceholder.h', 1946 'plugins/testing/DictionaryPluginPlaceholder.h',
1947 'plugins/testing/DocumentFragmentPluginPlaceholder.h', 1947 'plugins/testing/DocumentFragmentPluginPlaceholder.h',
1948 'streams/ExclusiveStreamReader.cpp',
1949 'streams/ExclusiveStreamReader.h',
1950 'streams/ReadableStream.cpp', 1948 'streams/ReadableStream.cpp',
1951 'streams/ReadableStream.h', 1949 'streams/ReadableStream.h',
1952 'streams/ReadableStreamImpl.h', 1950 'streams/ReadableStreamImpl.h',
1951 'streams/ReadableStreamReader.cpp',
1952 'streams/ReadableStreamReader.h',
1953 'streams/Stream.cpp', 1953 'streams/Stream.cpp',
1954 'streams/Stream.h', 1954 'streams/Stream.h',
1955 'streams/UnderlyingSource.h', 1955 'streams/UnderlyingSource.h',
1956 'timing/ConsoleMemory.cpp', 1956 'timing/ConsoleMemory.cpp',
1957 'timing/ConsoleMemory.h', 1957 'timing/ConsoleMemory.h',
1958 'timing/DOMWindowPerformance.cpp', 1958 'timing/DOMWindowPerformance.cpp',
1959 'timing/DOMWindowPerformance.h', 1959 'timing/DOMWindowPerformance.h',
1960 'timing/MemoryInfo.cpp', 1960 'timing/MemoryInfo.cpp',
1961 'timing/Performance.cpp', 1961 'timing/Performance.cpp',
1962 'timing/Performance.h', 1962 'timing/Performance.h',
(...skipping 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after
3806 'loader/LinkHeaderTest.cpp', 3806 'loader/LinkHeaderTest.cpp',
3807 'loader/MixedContentCheckerTest.cpp', 3807 'loader/MixedContentCheckerTest.cpp',
3808 'page/ContextMenuControllerTest.cpp', 3808 'page/ContextMenuControllerTest.cpp',
3809 'page/NetworkStateNotifierTest.cpp', 3809 'page/NetworkStateNotifierTest.cpp',
3810 'page/PrintContextTest.cpp', 3810 'page/PrintContextTest.cpp',
3811 'page/scrolling/ScrollStateTest.cpp', 3811 'page/scrolling/ScrollStateTest.cpp',
3812 'paint/LayerClipRecorderTest.cpp', 3812 'paint/LayerClipRecorderTest.cpp',
3813 'paint/LayoutObjectDrawingRecorderTest.cpp', 3813 'paint/LayoutObjectDrawingRecorderTest.cpp',
3814 'paint/TextPainterTest.cpp', 3814 'paint/TextPainterTest.cpp',
3815 'paint/ViewDisplayListTest.cpp', 3815 'paint/ViewDisplayListTest.cpp',
3816 'streams/ExclusiveStreamReaderTest.cpp', 3816 'streams/ReadableStreamReaderTest.cpp',
3817 'streams/ReadableStreamTest.cpp', 3817 'streams/ReadableStreamTest.cpp',
3818 'testing/PrivateScriptTestTest.cpp', 3818 'testing/PrivateScriptTestTest.cpp',
3819 'testing/UnitTestHelpers.cpp', 3819 'testing/UnitTestHelpers.cpp',
3820 'testing/UnitTestHelpers.h', 3820 'testing/UnitTestHelpers.h',
3821 'xml/parser/SharedBufferReaderTest.cpp', 3821 'xml/parser/SharedBufferReaderTest.cpp',
3822 ], 3822 ],
3823 } 3823 }
3824 } 3824 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698