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

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

Issue 1456553002: Support 'URLSearchParams' as the body of a Request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@URLSearchParams
Patch Set: Feedback Created 5 years, 1 month 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_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 3798 matching lines...) Expand 10 before | Expand all | Expand 10 after
3809 'dom/DocumentStatisticsCollectorTest.cpp', 3809 'dom/DocumentStatisticsCollectorTest.cpp',
3810 'dom/DocumentTest.cpp', 3810 'dom/DocumentTest.cpp',
3811 'dom/MainThreadTaskRunnerTest.cpp', 3811 'dom/MainThreadTaskRunnerTest.cpp',
3812 'dom/NodeTest.cpp', 3812 'dom/NodeTest.cpp',
3813 'dom/NthIndexCacheTest.cpp', 3813 'dom/NthIndexCacheTest.cpp',
3814 'dom/RangeTest.cpp', 3814 'dom/RangeTest.cpp',
3815 'dom/ScriptRunnerTest.cpp', 3815 'dom/ScriptRunnerTest.cpp',
3816 'dom/StyleElementTest.cpp', 3816 'dom/StyleElementTest.cpp',
3817 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3817 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3818 'dom/TreeScopeTest.cpp', 3818 'dom/TreeScopeTest.cpp',
3819 'dom/URLSearchParamsTest.cpp',
3819 'dom/shadow/ComposedTreeTraversalTest.cpp', 3820 'dom/shadow/ComposedTreeTraversalTest.cpp',
3820 'editing/EditingStrategyTest.cpp', 3821 'editing/EditingStrategyTest.cpp',
3821 'editing/EditingTestBase.cpp', 3822 'editing/EditingTestBase.cpp',
3822 'editing/EditingTestBase.h', 3823 'editing/EditingTestBase.h',
3823 'editing/EditingUtilitiesTest.cpp', 3824 'editing/EditingUtilitiesTest.cpp',
3824 'editing/FrameSelectionTest.cpp', 3825 'editing/FrameSelectionTest.cpp',
3825 'editing/GranularityStrategyTest.cpp', 3826 'editing/GranularityStrategyTest.cpp',
3826 'editing/InputMethodControllerTest.cpp', 3827 'editing/InputMethodControllerTest.cpp',
3827 'editing/iterators/CharacterIteratorTest.cpp', 3828 'editing/iterators/CharacterIteratorTest.cpp',
3828 'editing/iterators/SearchBufferTest.cpp', 3829 'editing/iterators/SearchBufferTest.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
3926 'style/SVGComputedStyleTest.cpp', 3927 'style/SVGComputedStyleTest.cpp',
3927 'svg/SVGPathParserTest.cpp', 3928 'svg/SVGPathParserTest.cpp',
3928 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3929 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3929 'testing/PrivateScriptTestTest.cpp', 3930 'testing/PrivateScriptTestTest.cpp',
3930 'timing/MemoryInfoTest.cpp', 3931 'timing/MemoryInfoTest.cpp',
3931 'workers/WorkerThreadTest.cpp', 3932 'workers/WorkerThreadTest.cpp',
3932 'xml/parser/SharedBufferReaderTest.cpp', 3933 'xml/parser/SharedBufferReaderTest.cpp',
3933 ], 3934 ],
3934 } 3935 }
3935 } 3936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698