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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1311923004: Rename FormData/FormDataBuilder to EncodedFormData/FormDataEncoder respectively. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update comments Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/fetch/Response.cpp ('k') | Source/platform/exported/WebHTTPBody.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index add90dde21b33055eb8dbed74d3f16769f871d64..754867745e0e55527b23f8e99d560217701551b4 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -768,10 +768,10 @@
'network/ContentSecurityPolicyParsers.h',
'network/ContentSecurityPolicyResponseHeaders.cpp',
'network/ContentSecurityPolicyResponseHeaders.h',
- 'network/FormData.cpp',
- 'network/FormData.h',
- 'network/FormDataBuilder.cpp',
- 'network/FormDataBuilder.h',
+ 'network/EncodedFormData.cpp',
+ 'network/EncodedFormData.h',
+ 'network/FormDataEncoder.cpp',
+ 'network/FormDataEncoder.h',
'network/HTTPHeaderMap.cpp',
'network/HTTPHeaderMap.h',
'network/HTTPParsers.cpp',
@@ -992,7 +992,7 @@
'image-decoders/FastSharedBufferReaderTest.cpp',
'image-decoders/ImageDecoderTest.cpp',
'mac/VersionUtilMacTest.mm',
- 'network/FormDataTest.cpp',
+ 'network/EncodedFormDataTest.cpp',
'network/HTTPParsersTest.cpp',
'network/ResourceRequestTest.cpp',
'scheduler/CancellableTaskFactoryTest.cpp',
« no previous file with comments | « Source/modules/fetch/Response.cpp ('k') | Source/platform/exported/WebHTTPBody.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698