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

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

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: Rebase 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'fetch/FetchManager.cpp', 1108 'fetch/FetchManager.cpp',
1109 'fetch/FetchManager.h', 1109 'fetch/FetchManager.h',
1110 'fetch/FetchRequestData.cpp', 1110 'fetch/FetchRequestData.cpp',
1111 'fetch/FetchRequestData.h', 1111 'fetch/FetchRequestData.h',
1112 'fetch/FetchResponseData.cpp', 1112 'fetch/FetchResponseData.cpp',
1113 'fetch/FetchResponseData.h', 1113 'fetch/FetchResponseData.h',
1114 'fetch/GlobalFetch.cpp', 1114 'fetch/GlobalFetch.cpp',
1115 'fetch/GlobalFetch.h', 1115 'fetch/GlobalFetch.h',
1116 'fetch/Headers.cpp', 1116 'fetch/Headers.cpp',
1117 'fetch/Headers.h', 1117 'fetch/Headers.h',
1118 'fetch/MultipartParser.cpp',
1119 'fetch/MultipartParser.h',
1118 'fetch/ReadableStreamDataConsumerHandle.cpp', 1120 'fetch/ReadableStreamDataConsumerHandle.cpp',
1119 'fetch/ReadableStreamDataConsumerHandle.h', 1121 'fetch/ReadableStreamDataConsumerHandle.h',
1120 'fetch/Request.cpp', 1122 'fetch/Request.cpp',
1121 'fetch/Request.h', 1123 'fetch/Request.h',
1122 'fetch/RequestInit.cpp', 1124 'fetch/RequestInit.cpp',
1123 'fetch/RequestInit.h', 1125 'fetch/RequestInit.h',
1124 'fetch/Response.cpp', 1126 'fetch/Response.cpp',
1125 'fetch/Response.h', 1127 'fetch/Response.h',
1126 'fetch/ResponseInit.h', 1128 'fetch/ResponseInit.h',
1127 'filesystem/DOMFilePath.cpp', 1129 'filesystem/DOMFilePath.cpp',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 'accessibility/testing/InternalsAccessibility.idl', 1556 'accessibility/testing/InternalsAccessibility.idl',
1555 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1557 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1556 'peerconnection/testing/InternalsRTCCertificate.idl', 1558 'peerconnection/testing/InternalsRTCCertificate.idl',
1557 'serviceworkers/testing/InternalsServiceWorker.idl', 1559 'serviceworkers/testing/InternalsServiceWorker.idl',
1558 'speech/testing/InternalsSpeechSynthesis.idl', 1560 'speech/testing/InternalsSpeechSynthesis.idl',
1559 'vibration/testing/InternalsVibration.idl', 1561 'vibration/testing/InternalsVibration.idl',
1560 'webaudio/testing/InternalsWebAudio.idl', 1562 'webaudio/testing/InternalsWebAudio.idl',
1561 ], 1563 ],
1562 }, 1564 },
1563 } 1565 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698