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

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

Issue 1364993003: Add FetchUtils::normalizeHeaderValue( ) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | third_party/WebKit/Source/core/fetch/FetchUtils.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 3794 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'editing/markers/DocumentMarkerControllerTest.cpp', 3805 'editing/markers/DocumentMarkerControllerTest.cpp',
3806 'editing/PositionTest.cpp', 3806 'editing/PositionTest.cpp',
3807 'editing/SurroundingTextTest.cpp', 3807 'editing/SurroundingTextTest.cpp',
3808 'editing/VisiblePositionTest.cpp', 3808 'editing/VisiblePositionTest.cpp',
3809 'editing/VisibleSelectionTest.cpp', 3809 'editing/VisibleSelectionTest.cpp',
3810 'editing/VisibleUnitsTest.cpp', 3810 'editing/VisibleUnitsTest.cpp',
3811 'editing/serializers/StyledMarkupSerializerTest.cpp', 3811 'editing/serializers/StyledMarkupSerializerTest.cpp',
3812 'events/EventPathTest.cpp', 3812 'events/EventPathTest.cpp',
3813 'fetch/CachingCorrectnessTest.cpp', 3813 'fetch/CachingCorrectnessTest.cpp',
3814 'fetch/ClientHintsPreferencesTest.cpp', 3814 'fetch/ClientHintsPreferencesTest.cpp',
3815 'fetch/FetchUtilsTest.cpp',
3815 'fetch/ImageResourceTest.cpp', 3816 'fetch/ImageResourceTest.cpp',
3816 'fetch/MemoryCacheTest.cpp', 3817 'fetch/MemoryCacheTest.cpp',
3817 'fetch/MockImageResourceClient.cpp', 3818 'fetch/MockImageResourceClient.cpp',
3818 'fetch/RawResourceTest.cpp', 3819 'fetch/RawResourceTest.cpp',
3819 'fetch/ResourceFetcherTest.cpp', 3820 'fetch/ResourceFetcherTest.cpp',
3820 'fetch/ResourceLoaderOptionsTest.cpp', 3821 'fetch/ResourceLoaderOptionsTest.cpp',
3821 'fetch/ResourceTest.cpp', 3822 'fetch/ResourceTest.cpp',
3822 'fileapi/FileListTest.cpp', 3823 'fileapi/FileListTest.cpp',
3823 'fileapi/FileTest.cpp', 3824 'fileapi/FileTest.cpp',
3824 'frame/ImageBitmapTest.cpp', 3825 'frame/ImageBitmapTest.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 'style/OutlineValueTest.cpp', 3889 'style/OutlineValueTest.cpp',
3889 'style/SVGComputedStyleTest.cpp', 3890 'style/SVGComputedStyleTest.cpp',
3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3891 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3891 'testing/PrivateScriptTestTest.cpp', 3892 'testing/PrivateScriptTestTest.cpp',
3892 'timing/MemoryInfoTest.cpp', 3893 'timing/MemoryInfoTest.cpp',
3893 'workers/WorkerThreadTest.cpp', 3894 'workers/WorkerThreadTest.cpp',
3894 'xml/parser/SharedBufferReaderTest.cpp', 3895 'xml/parser/SharedBufferReaderTest.cpp',
3895 ], 3896 ],
3896 } 3897 }
3897 } 3898 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/FetchUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698