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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/html/DOMFormData.h » ('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 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after
2593 'input/InputDeviceCapabilities.cpp', 2593 'input/InputDeviceCapabilities.cpp',
2594 'input/InputDeviceCapabilities.h', 2594 'input/InputDeviceCapabilities.h',
2595 'input/TouchActionUtil.cpp', 2595 'input/TouchActionUtil.cpp',
2596 'input/TouchActionUtil.h', 2596 'input/TouchActionUtil.h',
2597 ], 2597 ],
2598 'webcore_html_files': [ 2598 'webcore_html_files': [
2599 'html/ClassList.cpp', 2599 'html/ClassList.cpp',
2600 'html/ClassList.h', 2600 'html/ClassList.h',
2601 'html/CrossOriginAttribute.cpp', 2601 'html/CrossOriginAttribute.cpp',
2602 'html/CrossOriginAttribute.h', 2602 'html/CrossOriginAttribute.h',
2603 'html/DOMFormData.cpp',
2604 'html/DOMFormData.h',
2605 'html/DocumentNameCollection.cpp', 2603 'html/DocumentNameCollection.cpp',
2606 'html/DocumentNameCollection.h', 2604 'html/DocumentNameCollection.h',
2607 'html/FormAssociatedElement.cpp', 2605 'html/FormAssociatedElement.cpp',
2606 'html/FormData.cpp',
2607 'html/FormData.h',
2608 'html/FormDataList.cpp', 2608 'html/FormDataList.cpp',
2609 'html/FormDataList.h', 2609 'html/FormDataList.h',
2610 'html/HTMLAllCollection.cpp', 2610 'html/HTMLAllCollection.cpp',
2611 'html/HTMLAllCollection.h', 2611 'html/HTMLAllCollection.h',
2612 'html/HTMLAnchorElement.cpp', 2612 'html/HTMLAnchorElement.cpp',
2613 'html/HTMLAnchorElement.h', 2613 'html/HTMLAnchorElement.h',
2614 'html/HTMLAreaElement.cpp', 2614 'html/HTMLAreaElement.cpp',
2615 'html/HTMLAreaElement.h', 2615 'html/HTMLAreaElement.h',
2616 'html/HTMLAudioElement.cpp', 2616 'html/HTMLAudioElement.cpp',
2617 'html/HTMLAudioElement.h', 2617 'html/HTMLAudioElement.h',
(...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3792 'fileapi/FileListTest.cpp', 3792 'fileapi/FileListTest.cpp',
3793 'fileapi/FileTest.cpp', 3793 'fileapi/FileTest.cpp',
3794 'frame/ImageBitmapTest.cpp', 3794 'frame/ImageBitmapTest.cpp',
3795 'frame/OriginsUsingFeaturesTest.cpp', 3795 'frame/OriginsUsingFeaturesTest.cpp',
3796 'frame/RootFrameViewportTest.cpp', 3796 'frame/RootFrameViewportTest.cpp',
3797 'frame/SubresourceIntegrityTest.cpp', 3797 'frame/SubresourceIntegrityTest.cpp',
3798 'frame/UseCounterTest.cpp', 3798 'frame/UseCounterTest.cpp',
3799 'frame/csp/CSPSourceListTest.cpp', 3799 'frame/csp/CSPSourceListTest.cpp',
3800 'frame/csp/CSPSourceTest.cpp', 3800 'frame/csp/CSPSourceTest.cpp',
3801 'frame/csp/ContentSecurityPolicyTest.cpp', 3801 'frame/csp/ContentSecurityPolicyTest.cpp',
3802 'html/DOMFormDataTest.cpp', 3802 'html/FormDataTest.cpp',
3803 'html/HTMLDimensionTest.cpp', 3803 'html/HTMLDimensionTest.cpp',
3804 'html/HTMLFormControlElementTest.cpp', 3804 'html/HTMLFormControlElementTest.cpp',
3805 'html/HTMLImageElementTest.cpp', 3805 'html/HTMLImageElementTest.cpp',
3806 'html/HTMLInputElementTest.cpp', 3806 'html/HTMLInputElementTest.cpp',
3807 'html/HTMLLinkElementSizesAttributeTest.cpp', 3807 'html/HTMLLinkElementSizesAttributeTest.cpp',
3808 'html/HTMLSelectElementTest.cpp', 3808 'html/HTMLSelectElementTest.cpp',
3809 'html/HTMLTableRowElementTest.cpp', 3809 'html/HTMLTableRowElementTest.cpp',
3810 'html/HTMLTextFormControlElementTest.cpp', 3810 'html/HTMLTextFormControlElementTest.cpp',
3811 'html/LinkRelAttributeTest.cpp', 3811 'html/LinkRelAttributeTest.cpp',
3812 'html/TimeRangesTest.cpp', 3812 'html/TimeRangesTest.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 'style/OutlineValueTest.cpp', 3857 'style/OutlineValueTest.cpp',
3858 'style/SVGComputedStyleTest.cpp', 3858 'style/SVGComputedStyleTest.cpp',
3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3860 'testing/PrivateScriptTestTest.cpp', 3860 'testing/PrivateScriptTestTest.cpp',
3861 'timing/MemoryInfoTest.cpp', 3861 'timing/MemoryInfoTest.cpp',
3862 'workers/WorkerThreadTest.cpp', 3862 'workers/WorkerThreadTest.cpp',
3863 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3864 ], 3864 ],
3865 } 3865 }
3866 } 3866 }
OLDNEW
« 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