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

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: More complete implementation Created 5 years, 8 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
« no previous file with comments | « no previous file | Source/platform/streams/ReadableStream.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'Timer.cpp', 128 'Timer.cpp',
129 'Timer.h', 129 'Timer.h',
130 'TraceEvent.h', 130 'TraceEvent.h',
131 'TracedValue.cpp', 131 'TracedValue.cpp',
132 'TracedValue.h', 132 'TracedValue.h',
133 'UUID.cpp', 133 'UUID.cpp',
134 'UUID.h', 134 'UUID.h',
135 'UserGestureIndicator.cpp', 135 'UserGestureIndicator.cpp',
136 'UserGestureIndicator.h', 136 'UserGestureIndicator.h',
137 'WebScheduler.cpp', 137 'WebScheduler.cpp',
138 'WebStreams.h',
138 'WebThreadSupportingGC.cpp', 139 'WebThreadSupportingGC.cpp',
139 'WebThreadSupportingGC.h', 140 'WebThreadSupportingGC.h',
140 'WebThread.cpp', 141 'WebThread.cpp',
141 'Widget.cpp', 142 'Widget.cpp',
142 'Widget.h', 143 'Widget.h',
143 'WindowsKeyboardCodes.h', 144 'WindowsKeyboardCodes.h',
144 'animation/AnimationUtilities.h', 145 'animation/AnimationUtilities.h',
145 'animation/CubicBezierControlPoints.cpp', 146 'animation/CubicBezierControlPoints.cpp',
146 'animation/CubicBezierControlPoints.h', 147 'animation/CubicBezierControlPoints.h',
147 'animation/TimingFunction.cpp', 148 'animation/TimingFunction.cpp',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'scroll/ScrollbarThemeNonMacCommon.h', 805 'scroll/ScrollbarThemeNonMacCommon.h',
805 'scroll/ScrollbarThemeOverlay.cpp', 806 'scroll/ScrollbarThemeOverlay.cpp',
806 'scroll/ScrollbarThemeOverlay.h', 807 'scroll/ScrollbarThemeOverlay.h',
807 'scroll/ScrollbarThemeOverlayMock.h', 808 'scroll/ScrollbarThemeOverlayMock.h',
808 'speech/PlatformSpeechSynthesisUtterance.cpp', 809 'speech/PlatformSpeechSynthesisUtterance.cpp',
809 'speech/PlatformSpeechSynthesisUtterance.h', 810 'speech/PlatformSpeechSynthesisUtterance.h',
810 'speech/PlatformSpeechSynthesisVoice.cpp', 811 'speech/PlatformSpeechSynthesisVoice.cpp',
811 'speech/PlatformSpeechSynthesisVoice.h', 812 'speech/PlatformSpeechSynthesisVoice.h',
812 'speech/PlatformSpeechSynthesizer.cpp', 813 'speech/PlatformSpeechSynthesizer.cpp',
813 'speech/PlatformSpeechSynthesizer.h', 814 'speech/PlatformSpeechSynthesizer.h',
815 'streams/WebStreams.cpp',
814 'text/BidiCharacterRun.cpp', 816 'text/BidiCharacterRun.cpp',
815 'text/BidiCharacterRun.h', 817 'text/BidiCharacterRun.h',
816 'text/BidiContext.cpp', 818 'text/BidiContext.cpp',
817 'text/BidiContext.h', 819 'text/BidiContext.h',
818 'text/BidiResolver.h', 820 'text/BidiResolver.h',
819 'text/BidiRunList.h', 821 'text/BidiRunList.h',
820 'text/BidiTextRun.cpp', 822 'text/BidiTextRun.cpp',
821 'text/BidiTextRun.h', 823 'text/BidiTextRun.h',
822 'text/DateTimeFormat.cpp', 824 'text/DateTimeFormat.cpp',
823 'text/DateTimeFormat.h', 825 'text/DateTimeFormat.h',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1001 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1000 ], 1002 ],
1001 'platform_unittest_support_files': [ 1003 'platform_unittest_support_files': [
1002 'testing/URLTestHelpers.cpp', 1004 'testing/URLTestHelpers.cpp',
1003 'testing/URLTestHelpers.h', 1005 'testing/URLTestHelpers.h',
1004 'testing/UnitTestHelpers.cpp', 1006 'testing/UnitTestHelpers.cpp',
1005 'testing/UnitTestHelpers.h', 1007 'testing/UnitTestHelpers.h',
1006 ], 1008 ],
1007 }, 1009 },
1008 } 1010 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/streams/ReadableStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698