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

Side by Side Diff: Source/core/core.gypi

Issue 1323043002: Define "opaque" FormData objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Dropping makeOpaque again. 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
« 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 3779 matching lines...) Expand 10 before | Expand all | Expand 10 after
3790 'fileapi/FileListTest.cpp', 3790 'fileapi/FileListTest.cpp',
3791 'fileapi/FileTest.cpp', 3791 'fileapi/FileTest.cpp',
3792 'frame/ImageBitmapTest.cpp', 3792 'frame/ImageBitmapTest.cpp',
3793 'frame/OriginsUsingFeaturesTest.cpp', 3793 'frame/OriginsUsingFeaturesTest.cpp',
3794 'frame/RootFrameViewportTest.cpp', 3794 'frame/RootFrameViewportTest.cpp',
3795 'frame/SubresourceIntegrityTest.cpp', 3795 'frame/SubresourceIntegrityTest.cpp',
3796 'frame/UseCounterTest.cpp', 3796 'frame/UseCounterTest.cpp',
3797 'frame/csp/CSPSourceListTest.cpp', 3797 'frame/csp/CSPSourceListTest.cpp',
3798 'frame/csp/CSPSourceTest.cpp', 3798 'frame/csp/CSPSourceTest.cpp',
3799 'frame/csp/ContentSecurityPolicyTest.cpp', 3799 'frame/csp/ContentSecurityPolicyTest.cpp',
3800 'html/DOMFormDataTest.cpp',
3800 'html/HTMLDimensionTest.cpp', 3801 'html/HTMLDimensionTest.cpp',
3801 'html/HTMLFormControlElementTest.cpp', 3802 'html/HTMLFormControlElementTest.cpp',
3802 'html/HTMLImageElementTest.cpp', 3803 'html/HTMLImageElementTest.cpp',
3803 'html/HTMLInputElementTest.cpp', 3804 'html/HTMLInputElementTest.cpp',
3804 'html/HTMLLinkElementSizesAttributeTest.cpp', 3805 'html/HTMLLinkElementSizesAttributeTest.cpp',
3805 'html/HTMLSelectElementTest.cpp', 3806 'html/HTMLSelectElementTest.cpp',
3806 'html/HTMLTableRowElementTest.cpp', 3807 'html/HTMLTableRowElementTest.cpp',
3807 'html/HTMLTextFormControlElementTest.cpp', 3808 'html/HTMLTextFormControlElementTest.cpp',
3808 'html/LinkRelAttributeTest.cpp', 3809 'html/LinkRelAttributeTest.cpp',
3809 'html/TimeRangesTest.cpp', 3810 'html/TimeRangesTest.cpp',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
3852 'style/OutlineValueTest.cpp', 3853 'style/OutlineValueTest.cpp',
3853 'style/SVGComputedStyleTest.cpp', 3854 'style/SVGComputedStyleTest.cpp',
3854 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3855 'testing/PrivateScriptTestTest.cpp', 3856 'testing/PrivateScriptTestTest.cpp',
3856 'timing/MemoryInfoTest.cpp', 3857 'timing/MemoryInfoTest.cpp',
3857 'workers/WorkerThreadTest.cpp', 3858 'workers/WorkerThreadTest.cpp',
3858 'xml/parser/SharedBufferReaderTest.cpp', 3859 'xml/parser/SharedBufferReaderTest.cpp',
3859 ], 3860 ],
3860 } 3861 }
3861 } 3862 }
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