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

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

Issue 901013002: Revert of Introduce ExclusiveStreamReader. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'inspector/JavaScriptCallFrame.idl', 282 'inspector/JavaScriptCallFrame.idl',
283 'loader/appcache/ApplicationCache.idl', 283 'loader/appcache/ApplicationCache.idl',
284 'page/EventSource.idl', 284 'page/EventSource.idl',
285 'page/PagePopupController.idl', 285 'page/PagePopupController.idl',
286 'plugins/MimeType.idl', 286 'plugins/MimeType.idl',
287 'plugins/MimeTypeArray.idl', 287 'plugins/MimeTypeArray.idl',
288 'plugins/Plugin.idl', 288 'plugins/Plugin.idl',
289 'plugins/PluginArray.idl', 289 'plugins/PluginArray.idl',
290 'storage/Storage.idl', 290 'storage/Storage.idl',
291 'storage/StorageEvent.idl', 291 'storage/StorageEvent.idl',
292 'streams/ExclusiveStreamReader.idl',
293 'streams/ReadableStream.idl', 292 'streams/ReadableStream.idl',
294 'streams/Stream.idl', 293 'streams/Stream.idl',
295 'svg/SVGAElement.idl', 294 'svg/SVGAElement.idl',
296 'svg/SVGAngle.idl', 295 'svg/SVGAngle.idl',
297 'svg/SVGAnimateElement.idl', 296 'svg/SVGAnimateElement.idl',
298 'svg/SVGAnimateMotionElement.idl', 297 'svg/SVGAnimateMotionElement.idl',
299 'svg/SVGAnimateTransformElement.idl', 298 'svg/SVGAnimateTransformElement.idl',
300 'svg/SVGAnimatedAngle.idl', 299 'svg/SVGAnimatedAngle.idl',
301 'svg/SVGAnimatedBoolean.idl', 300 'svg/SVGAnimatedBoolean.idl',
302 'svg/SVGAnimatedEnumeration.idl', 301 'svg/SVGAnimatedEnumeration.idl',
(...skipping 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'storage/Storage.cpp', 1922 'storage/Storage.cpp',
1924 'storage/Storage.h', 1923 'storage/Storage.h',
1925 'storage/StorageArea.cpp', 1924 'storage/StorageArea.cpp',
1926 'storage/StorageArea.h', 1925 'storage/StorageArea.h',
1927 'storage/StorageEvent.cpp', 1926 'storage/StorageEvent.cpp',
1928 'storage/StorageEvent.h', 1927 'storage/StorageEvent.h',
1929 'storage/StorageNamespace.cpp', 1928 'storage/StorageNamespace.cpp',
1930 'storage/StorageNamespace.h', 1929 'storage/StorageNamespace.h',
1931 'storage/StorageNamespaceController.cpp', 1930 'storage/StorageNamespaceController.cpp',
1932 'storage/StorageNamespaceController.h', 1931 'storage/StorageNamespaceController.h',
1933 'streams/ExclusiveStreamReader.cpp',
1934 'streams/ExclusiveStreamReader.h',
1935 'streams/ReadableStream.cpp', 1932 'streams/ReadableStream.cpp',
1936 'streams/ReadableStream.h', 1933 'streams/ReadableStream.h',
1937 'streams/ReadableStreamImpl.h', 1934 'streams/ReadableStreamImpl.h',
1938 'streams/Stream.cpp', 1935 'streams/Stream.cpp',
1939 'streams/Stream.h', 1936 'streams/Stream.h',
1940 'streams/UnderlyingSource.h', 1937 'streams/UnderlyingSource.h',
1941 'timing/MemoryInfo.cpp', 1938 'timing/MemoryInfo.cpp',
1942 'timing/Performance.cpp', 1939 'timing/Performance.cpp',
1943 'timing/Performance.h', 1940 'timing/Performance.h',
1944 'timing/PerformanceEntry.cpp', 1941 'timing/PerformanceEntry.cpp',
(...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
3758 'rendering/RenderBlockTest.cpp', 3755 'rendering/RenderBlockTest.cpp',
3759 'rendering/RenderInlineTest.cpp', 3756 'rendering/RenderInlineTest.cpp',
3760 'rendering/RenderMultiColumnFlowThreadTest.cpp', 3757 'rendering/RenderMultiColumnFlowThreadTest.cpp',
3761 'rendering/RenderOverflowTest.cpp', 3758 'rendering/RenderOverflowTest.cpp',
3762 'rendering/RenderPartTest.cpp', 3759 'rendering/RenderPartTest.cpp',
3763 'rendering/RenderingTestHelper.cpp', 3760 'rendering/RenderingTestHelper.cpp',
3764 'rendering/RenderingTestHelper.h', 3761 'rendering/RenderingTestHelper.h',
3765 'rendering/style/OutlineValueTest.cpp', 3762 'rendering/style/OutlineValueTest.cpp',
3766 'rendering/style/RenderStyleTest.cpp', 3763 'rendering/style/RenderStyleTest.cpp',
3767 'rendering/style/SVGRenderStyleTest.cpp', 3764 'rendering/style/SVGRenderStyleTest.cpp',
3768 'streams/ExclusiveStreamReaderTest.cpp',
3769 'streams/ReadableStreamTest.cpp', 3765 'streams/ReadableStreamTest.cpp',
3770 'testing/PrivateScriptTestTest.cpp', 3766 'testing/PrivateScriptTestTest.cpp',
3771 'testing/UnitTestHelpers.cpp', 3767 'testing/UnitTestHelpers.cpp',
3772 'testing/UnitTestHelpers.h', 3768 'testing/UnitTestHelpers.h',
3773 'xml/parser/SharedBufferReaderTest.cpp', 3769 'xml/parser/SharedBufferReaderTest.cpp',
3774 ], 3770 ],
3775 } 3771 }
3776 } 3772 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/ScriptPromiseProperties.h ('k') | Source/core/streams/ExclusiveStreamReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698