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

Side by Side Diff: Source/platform/blink_platform.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 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'graphics/ThreadSafeDataTransportTest.cpp', 922 'graphics/ThreadSafeDataTransportTest.cpp',
923 'graphics/filters/FilterOperationsTest.cpp', 923 'graphics/filters/FilterOperationsTest.cpp',
924 'graphics/filters/ImageFilterBuilderTest.cpp', 924 'graphics/filters/ImageFilterBuilderTest.cpp',
925 'graphics/gpu/DrawingBufferTest.cpp', 925 'graphics/gpu/DrawingBufferTest.cpp',
926 'graphics/test/MockDiscardablePixelRef.h', 926 'graphics/test/MockDiscardablePixelRef.h',
927 'image-decoders/ImageDecoderTest.cpp', 927 'image-decoders/ImageDecoderTest.cpp',
928 'mac/ScrollElasticityControllerTest.mm', 928 'mac/ScrollElasticityControllerTest.mm',
929 'network/HTTPParsersTest.cpp', 929 'network/HTTPParsersTest.cpp',
930 'scheduler/SchedulerTest.cpp', 930 'scheduler/SchedulerTest.cpp',
931 'testing/ArenaTestHelpers.h', 931 'testing/ArenaTestHelpers.h',
932 'testing/TestWithGC.h',
932 'testing/TreeTestHelpers.cpp', 933 'testing/TreeTestHelpers.cpp',
933 'testing/TreeTestHelpers.h', 934 'testing/TreeTestHelpers.h',
934 'transforms/TransformOperationsTest.cpp', 935 'transforms/TransformOperationsTest.cpp',
935 'transforms/TransformationMatrixTest.cpp', 936 'transforms/TransformationMatrixTest.cpp',
936 'text/BidiResolverTest.cpp', 937 'text/BidiResolverTest.cpp',
937 'text/DateTimeFormatTest.cpp', 938 'text/DateTimeFormatTest.cpp',
938 'text/SegmentedStringTest.cpp', 939 'text/SegmentedStringTest.cpp',
939 'text/UnicodeUtilitiesTest.cpp', 940 'text/UnicodeUtilitiesTest.cpp',
940 'weborigin/DatabaseIdentifierTest.cpp', 941 'weborigin/DatabaseIdentifierTest.cpp',
941 'weborigin/KURLTest.cpp', 942 'weborigin/KURLTest.cpp',
(...skipping 13 matching lines...) Expand all
955 'graphics/ImageLayerChromiumTest.cpp', 956 'graphics/ImageLayerChromiumTest.cpp',
956 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 957 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
957 'graphics/test/MockImageDecoder.h', 958 'graphics/test/MockImageDecoder.h',
958 'graphics/test/MockWebGraphicsContext3D.h', 959 'graphics/test/MockWebGraphicsContext3D.h',
959 'image-decoders/gif/GIFImageDecoderTest.cpp', 960 'image-decoders/gif/GIFImageDecoderTest.cpp',
960 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 961 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
961 'image-decoders/webp/WEBPImageDecoderTest.cpp', 962 'image-decoders/webp/WEBPImageDecoderTest.cpp',
962 ], 963 ],
963 }, 964 },
964 } 965 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698