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

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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'html/track/vtt/VTTCue.idl', 281 'html/track/vtt/VTTCue.idl',
282 'html/track/vtt/VTTRegion.idl', 282 'html/track/vtt/VTTRegion.idl',
283 'html/track/vtt/VTTRegionList.idl', 283 'html/track/vtt/VTTRegionList.idl',
284 'inspector/InjectedScriptHost.idl', 284 'inspector/InjectedScriptHost.idl',
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 'streams/ExclusiveStreamReader.idl',
292 'streams/ReadableStream.idl', 291 'streams/ReadableStream.idl',
292 'streams/ReadableStreamReader.idl',
293 'streams/Stream.idl', 293 'streams/Stream.idl',
294 'svg/SVGAElement.idl', 294 'svg/SVGAElement.idl',
295 'svg/SVGAngle.idl', 295 'svg/SVGAngle.idl',
296 'svg/SVGAnimateElement.idl', 296 'svg/SVGAnimateElement.idl',
297 'svg/SVGAnimateMotionElement.idl', 297 'svg/SVGAnimateMotionElement.idl',
298 'svg/SVGAnimateTransformElement.idl', 298 'svg/SVGAnimateTransformElement.idl',
299 'svg/SVGAnimatedAngle.idl', 299 'svg/SVGAnimatedAngle.idl',
300 'svg/SVGAnimatedBoolean.idl', 300 'svg/SVGAnimatedBoolean.idl',
301 'svg/SVGAnimatedEnumeration.idl', 301 'svg/SVGAnimatedEnumeration.idl',
302 'svg/SVGAnimatedInteger.idl', 302 'svg/SVGAnimatedInteger.idl',
(...skipping 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'paint/TransformRecorder.cpp', 1923 'paint/TransformRecorder.cpp',
1924 'paint/TransformRecorder.h', 1924 'paint/TransformRecorder.h',
1925 'paint/VideoPainter.cpp', 1925 'paint/VideoPainter.cpp',
1926 'paint/VideoPainter.h', 1926 'paint/VideoPainter.h',
1927 'paint/ViewPainter.cpp', 1927 'paint/ViewPainter.cpp',
1928 'paint/ViewPainter.h', 1928 'paint/ViewPainter.h',
1929 'plugins/PluginPlaceholder.h', 1929 'plugins/PluginPlaceholder.h',
1930 'plugins/PluginView.h', 1930 'plugins/PluginView.h',
1931 'plugins/testing/DictionaryPluginPlaceholder.h', 1931 'plugins/testing/DictionaryPluginPlaceholder.h',
1932 'plugins/testing/DocumentFragmentPluginPlaceholder.h', 1932 'plugins/testing/DocumentFragmentPluginPlaceholder.h',
1933 'streams/ExclusiveStreamReader.cpp',
1934 'streams/ExclusiveStreamReader.h',
1935 'streams/ReadableStream.cpp', 1933 'streams/ReadableStream.cpp',
1936 'streams/ReadableStream.h', 1934 'streams/ReadableStream.h',
1937 'streams/ReadableStreamImpl.h', 1935 'streams/ReadableStreamImpl.h',
1936 'streams/ReadableStreamReader.cpp',
1937 'streams/ReadableStreamReader.h',
1938 'streams/Stream.cpp', 1938 'streams/Stream.cpp',
1939 'streams/Stream.h', 1939 'streams/Stream.h',
1940 'streams/UnderlyingSource.h', 1940 'streams/UnderlyingSource.h',
1941 'timing/ConsoleMemory.cpp', 1941 'timing/ConsoleMemory.cpp',
1942 'timing/ConsoleMemory.h', 1942 'timing/ConsoleMemory.h',
1943 'timing/DOMWindowPerformance.cpp', 1943 'timing/DOMWindowPerformance.cpp',
1944 'timing/DOMWindowPerformance.h', 1944 'timing/DOMWindowPerformance.h',
1945 'timing/MemoryInfo.cpp', 1945 'timing/MemoryInfo.cpp',
1946 'timing/Performance.cpp', 1946 'timing/Performance.cpp',
1947 'timing/Performance.h', 1947 'timing/Performance.h',
(...skipping 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after
3793 'loader/LinkHeaderTest.cpp', 3793 'loader/LinkHeaderTest.cpp',
3794 'loader/MixedContentCheckerTest.cpp', 3794 'loader/MixedContentCheckerTest.cpp',
3795 'page/ContextMenuControllerTest.cpp', 3795 'page/ContextMenuControllerTest.cpp',
3796 'page/NetworkStateNotifierTest.cpp', 3796 'page/NetworkStateNotifierTest.cpp',
3797 'page/PrintContextTest.cpp', 3797 'page/PrintContextTest.cpp',
3798 'page/scrolling/ScrollStateTest.cpp', 3798 'page/scrolling/ScrollStateTest.cpp',
3799 'paint/LayerClipRecorderTest.cpp', 3799 'paint/LayerClipRecorderTest.cpp',
3800 'paint/LayoutObjectDrawingRecorderTest.cpp', 3800 'paint/LayoutObjectDrawingRecorderTest.cpp',
3801 'paint/TextPainterTest.cpp', 3801 'paint/TextPainterTest.cpp',
3802 'paint/ViewDisplayListTest.cpp', 3802 'paint/ViewDisplayListTest.cpp',
3803 'streams/ExclusiveStreamReaderTest.cpp', 3803 'streams/ReadableStreamReaderTest.cpp',
3804 'streams/ReadableStreamTest.cpp', 3804 'streams/ReadableStreamTest.cpp',
3805 'testing/PrivateScriptTestTest.cpp', 3805 'testing/PrivateScriptTestTest.cpp',
3806 'testing/UnitTestHelpers.cpp', 3806 'testing/UnitTestHelpers.cpp',
3807 'testing/UnitTestHelpers.h', 3807 'testing/UnitTestHelpers.h',
3808 'xml/parser/SharedBufferReaderTest.cpp', 3808 'xml/parser/SharedBufferReaderTest.cpp',
3809 ], 3809 ],
3810 } 3810 }
3811 } 3811 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698