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

Unified Diff: Source/core/core.gypi

Issue 1325893005: Rename DOMFormData to FormData. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Source/core/html/DOMFormData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 749e8b28fe0b231b35fdbfeabfde3debe4b8fc47..5756363daef1b135450c8b61c50a6f52fa6392fe 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2600,11 +2600,11 @@
'html/ClassList.h',
'html/CrossOriginAttribute.cpp',
'html/CrossOriginAttribute.h',
- 'html/DOMFormData.cpp',
- 'html/DOMFormData.h',
'html/DocumentNameCollection.cpp',
'html/DocumentNameCollection.h',
'html/FormAssociatedElement.cpp',
+ 'html/FormData.cpp',
+ 'html/FormData.h',
'html/FormDataList.cpp',
'html/FormDataList.h',
'html/HTMLAllCollection.cpp',
@@ -3799,7 +3799,7 @@
'frame/csp/CSPSourceListTest.cpp',
'frame/csp/CSPSourceTest.cpp',
'frame/csp/ContentSecurityPolicyTest.cpp',
- 'html/DOMFormDataTest.cpp',
+ 'html/FormDataTest.cpp',
'html/HTMLDimensionTest.cpp',
'html/HTMLFormControlElementTest.cpp',
'html/HTMLImageElementTest.cpp',
« no previous file with comments | « no previous file | Source/core/html/DOMFormData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698