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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2277143002: Use BytesConsumer in BodyStreamBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bytes-consumer-tee
Patch Set: fix Created 4 years, 3 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/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 'fetch/DataConsumerHandleUtil.h', 1086 'fetch/DataConsumerHandleUtil.h',
1087 'fetch/Body.cpp', 1087 'fetch/Body.cpp',
1088 'fetch/Body.h', 1088 'fetch/Body.h',
1089 'fetch/BodyStreamBuffer.cpp', 1089 'fetch/BodyStreamBuffer.cpp',
1090 'fetch/BodyStreamBuffer.h', 1090 'fetch/BodyStreamBuffer.h',
1091 'fetch/BytesConsumer.cpp', 1091 'fetch/BytesConsumer.cpp',
1092 'fetch/BytesConsumer.h', 1092 'fetch/BytesConsumer.h',
1093 'fetch/BytesConsumerForDataConsumerHandle.cpp', 1093 'fetch/BytesConsumerForDataConsumerHandle.cpp',
1094 'fetch/BytesConsumerForDataConsumerHandle.h', 1094 'fetch/BytesConsumerForDataConsumerHandle.h',
1095 'fetch/CrossThreadHolder.h', 1095 'fetch/CrossThreadHolder.h',
1096 'fetch/DataConsumerTee.cpp',
1097 'fetch/DataConsumerTee.h',
1098 'fetch/FetchBlobDataConsumerHandle.cpp', 1096 'fetch/FetchBlobDataConsumerHandle.cpp',
1099 'fetch/FetchBlobDataConsumerHandle.h', 1097 'fetch/FetchBlobDataConsumerHandle.h',
1100 'fetch/FetchDataConsumerHandle.cpp', 1098 'fetch/FetchDataConsumerHandle.cpp',
1101 'fetch/FetchDataConsumerHandle.h', 1099 'fetch/FetchDataConsumerHandle.h',
1102 'fetch/FetchDataLoader.cpp', 1100 'fetch/FetchDataLoader.cpp',
1103 'fetch/FetchDataLoader.h', 1101 'fetch/FetchDataLoader.h',
1104 'fetch/FetchFormDataConsumerHandle.cpp', 1102 'fetch/FetchFormDataConsumerHandle.cpp',
1105 'fetch/FetchFormDataConsumerHandle.h', 1103 'fetch/FetchFormDataConsumerHandle.h',
1106 'fetch/FetchHeaderList.cpp', 1104 'fetch/FetchHeaderList.cpp',
1107 'fetch/FetchHeaderList.h', 1105 'fetch/FetchHeaderList.h',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 'accessibility/testing/InternalsAccessibility.idl', 1552 'accessibility/testing/InternalsAccessibility.idl',
1555 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1553 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1556 'peerconnection/testing/InternalsRTCCertificate.idl', 1554 'peerconnection/testing/InternalsRTCCertificate.idl',
1557 'serviceworkers/testing/InternalsServiceWorker.idl', 1555 'serviceworkers/testing/InternalsServiceWorker.idl',
1558 'speech/testing/InternalsSpeechSynthesis.idl', 1556 'speech/testing/InternalsSpeechSynthesis.idl',
1559 'vibration/testing/InternalsVibration.idl', 1557 'vibration/testing/InternalsVibration.idl',
1560 'webaudio/testing/InternalsWebAudio.idl', 1558 'webaudio/testing/InternalsWebAudio.idl',
1561 ], 1559 ],
1562 }, 1560 },
1563 } 1561 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698