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

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

Issue 407453002: ReadableStream initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 'rendering/style/StyleVisualData.cpp', 1762 'rendering/style/StyleVisualData.cpp',
1763 'rendering/style/StyleWillChangeData.cpp', 1763 'rendering/style/StyleWillChangeData.cpp',
1764 'storage/Storage.cpp', 1764 'storage/Storage.cpp',
1765 'storage/Storage.h', 1765 'storage/Storage.h',
1766 'storage/StorageArea.cpp', 1766 'storage/StorageArea.cpp',
1767 'storage/StorageArea.h', 1767 'storage/StorageArea.h',
1768 'storage/StorageEvent.cpp', 1768 'storage/StorageEvent.cpp',
1769 'storage/StorageEvent.h', 1769 'storage/StorageEvent.h',
1770 'storage/StorageNamespace.cpp', 1770 'storage/StorageNamespace.cpp',
1771 'storage/StorageNamespace.h', 1771 'storage/StorageNamespace.h',
1772 'streams/ReadableStream.cpp',
1773 'streams/ReadableStream.h',
1772 'streams/Stream.cpp', 1774 'streams/Stream.cpp',
1773 'streams/Stream.h', 1775 'streams/Stream.h',
1776 'streams/UnderlyingSource.h',
1774 'timing/MemoryInfo.cpp', 1777 'timing/MemoryInfo.cpp',
1775 'timing/Performance.cpp', 1778 'timing/Performance.cpp',
1776 'timing/Performance.h', 1779 'timing/Performance.h',
1777 'timing/PerformanceEntry.cpp', 1780 'timing/PerformanceEntry.cpp',
1778 'timing/PerformanceEntry.h', 1781 'timing/PerformanceEntry.h',
1779 'timing/PerformanceMark.h', 1782 'timing/PerformanceMark.h',
1780 'timing/PerformanceMeasure.h', 1783 'timing/PerformanceMeasure.h',
1781 'timing/PerformanceNavigation.cpp', 1784 'timing/PerformanceNavigation.cpp',
1782 'timing/PerformanceNavigation.h', 1785 'timing/PerformanceNavigation.h',
1783 'timing/PerformanceResourceTiming.cpp', 1786 'timing/PerformanceResourceTiming.cpp',
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
3409 'html/parser/HTMLParserThreadTest.cpp', 3412 'html/parser/HTMLParserThreadTest.cpp',
3410 'html/parser/HTMLSrcsetParserTest.cpp', 3413 'html/parser/HTMLSrcsetParserTest.cpp',
3411 'html/track/vtt/BufferedLineReaderTest.cpp', 3414 'html/track/vtt/BufferedLineReaderTest.cpp',
3412 'html/track/vtt/VTTScannerTest.cpp', 3415 'html/track/vtt/VTTScannerTest.cpp',
3413 'loader/MixedContentCheckerTest.cpp', 3416 'loader/MixedContentCheckerTest.cpp',
3414 'page/NetworkStateNotifierTest.cpp', 3417 'page/NetworkStateNotifierTest.cpp',
3415 'rendering/RenderOverflowTest.cpp', 3418 'rendering/RenderOverflowTest.cpp',
3416 'rendering/RenderTableCellTest.cpp', 3419 'rendering/RenderTableCellTest.cpp',
3417 'rendering/RenderTableRowTest.cpp', 3420 'rendering/RenderTableRowTest.cpp',
3418 'rendering/shapes/BoxShapeTest.cpp', 3421 'rendering/shapes/BoxShapeTest.cpp',
3422 'streams/ReadableStreamTest.cpp',
3419 'testing/UnitTestHelpers.cpp', 3423 'testing/UnitTestHelpers.cpp',
3420 'testing/UnitTestHelpers.h', 3424 'testing/UnitTestHelpers.h',
3421 'xml/parser/SharedBufferReaderTest.cpp', 3425 'xml/parser/SharedBufferReaderTest.cpp',
3422 ], 3426 ],
3423 } 3427 }
3424 } 3428 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/streams/ReadableStream.h » ('j') | Source/core/streams/ReadableStream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698