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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 924713002: [WIP] ReadableStream V8 extension (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 '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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'TracedValue.h', 135 'TracedValue.h',
136 'URLPatternMatcher.cpp', 136 'URLPatternMatcher.cpp',
137 'URLPatternMatcher.h', 137 'URLPatternMatcher.h',
138 'UUID.cpp', 138 'UUID.cpp',
139 'UUID.h', 139 'UUID.h',
140 'UserGestureIndicator.cpp', 140 'UserGestureIndicator.cpp',
141 'UserGestureIndicator.h', 141 'UserGestureIndicator.h',
142 'WebThread.cpp', 142 'WebThread.cpp',
143 'WebThreadSupportingGC.cpp', 143 'WebThreadSupportingGC.cpp',
144 'WebThreadSupportingGC.h', 144 'WebThreadSupportingGC.h',
145 'WebStreams.h',
145 'Widget.cpp', 146 'Widget.cpp',
146 'Widget.h', 147 'Widget.h',
147 'WindowsKeyboardCodes.h', 148 'WindowsKeyboardCodes.h',
148 'animation/AnimationUtilities.h', 149 'animation/AnimationUtilities.h',
149 'animation/AnimationValue.h', 150 'animation/AnimationValue.h',
150 'animation/CubicBezierControlPoints.cpp', 151 'animation/CubicBezierControlPoints.cpp',
151 'animation/CubicBezierControlPoints.h', 152 'animation/CubicBezierControlPoints.h',
152 'animation/KeyframeValueList.cpp', 153 'animation/KeyframeValueList.cpp',
153 'animation/KeyframeValueList.h', 154 'animation/KeyframeValueList.h',
154 'animation/TimingFunction.cpp', 155 'animation/TimingFunction.cpp',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 'scroll/ScrollbarThemeNonMacCommon.h', 809 'scroll/ScrollbarThemeNonMacCommon.h',
809 'scroll/ScrollbarThemeOverlay.cpp', 810 'scroll/ScrollbarThemeOverlay.cpp',
810 'scroll/ScrollbarThemeOverlay.h', 811 'scroll/ScrollbarThemeOverlay.h',
811 'scroll/ScrollbarThemeOverlayMock.h', 812 'scroll/ScrollbarThemeOverlayMock.h',
812 'speech/PlatformSpeechSynthesisUtterance.cpp', 813 'speech/PlatformSpeechSynthesisUtterance.cpp',
813 'speech/PlatformSpeechSynthesisUtterance.h', 814 'speech/PlatformSpeechSynthesisUtterance.h',
814 'speech/PlatformSpeechSynthesisVoice.cpp', 815 'speech/PlatformSpeechSynthesisVoice.cpp',
815 'speech/PlatformSpeechSynthesisVoice.h', 816 'speech/PlatformSpeechSynthesisVoice.h',
816 'speech/PlatformSpeechSynthesizer.cpp', 817 'speech/PlatformSpeechSynthesizer.cpp',
817 'speech/PlatformSpeechSynthesizer.h', 818 'speech/PlatformSpeechSynthesizer.h',
819 'streams/WebStreams.cpp',
818 'text/BidiCharacterRun.cpp', 820 'text/BidiCharacterRun.cpp',
819 'text/BidiCharacterRun.h', 821 'text/BidiCharacterRun.h',
820 'text/BidiContext.cpp', 822 'text/BidiContext.cpp',
821 'text/BidiContext.h', 823 'text/BidiContext.h',
822 'text/BidiResolver.h', 824 'text/BidiResolver.h',
823 'text/BidiRunList.h', 825 'text/BidiRunList.h',
824 'text/BidiTextRun.cpp', 826 'text/BidiTextRun.cpp',
825 'text/BidiTextRun.h', 827 'text/BidiTextRun.h',
826 'text/DateTimeFormat.cpp', 828 'text/DateTimeFormat.cpp',
827 'text/DateTimeFormat.h', 829 'text/DateTimeFormat.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'graphics/ImageLayerChromiumTest.cpp', 995 'graphics/ImageLayerChromiumTest.cpp',
994 'graphics/test/MockImageDecoder.h', 996 'graphics/test/MockImageDecoder.h',
995 'graphics/test/MockWebGraphicsContext3D.h', 997 'graphics/test/MockWebGraphicsContext3D.h',
996 'image-decoders/bmp/BMPImageDecoderTest.cpp', 998 'image-decoders/bmp/BMPImageDecoderTest.cpp',
997 'image-decoders/gif/GIFImageDecoderTest.cpp', 999 'image-decoders/gif/GIFImageDecoderTest.cpp',
998 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1000 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
999 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1001 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1000 ], 1002 ],
1001 }, 1003 },
1002 } 1004 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/streams/WebStreams.cpp » ('j') | Source/platform/streams/WebStreams.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698