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

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

Issue 1341273002: Add FetchUtils::normalizeHeaderValue( ) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « no previous file | Source/core/fetch/FetchUtils.h » ('j') | Source/core/fetch/FetchUtilsTest.cpp » ('J')
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 3787 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'editing/markers/DocumentMarkerControllerTest.cpp', 3798 'editing/markers/DocumentMarkerControllerTest.cpp',
3799 'editing/PositionTest.cpp', 3799 'editing/PositionTest.cpp',
3800 'editing/SurroundingTextTest.cpp', 3800 'editing/SurroundingTextTest.cpp',
3801 'editing/VisiblePositionTest.cpp', 3801 'editing/VisiblePositionTest.cpp',
3802 'editing/VisibleSelectionTest.cpp', 3802 'editing/VisibleSelectionTest.cpp',
3803 'editing/VisibleUnitsTest.cpp', 3803 'editing/VisibleUnitsTest.cpp',
3804 'editing/serializers/StyledMarkupSerializerTest.cpp', 3804 'editing/serializers/StyledMarkupSerializerTest.cpp',
3805 'events/EventPathTest.cpp', 3805 'events/EventPathTest.cpp',
3806 'fetch/CachingCorrectnessTest.cpp', 3806 'fetch/CachingCorrectnessTest.cpp',
3807 'fetch/ClientHintsPreferencesTest.cpp', 3807 'fetch/ClientHintsPreferencesTest.cpp',
3808 'fetch/FetchUtilsTest.cpp',
3808 'fetch/ImageResourceTest.cpp', 3809 'fetch/ImageResourceTest.cpp',
3809 'fetch/MemoryCacheTest.cpp', 3810 'fetch/MemoryCacheTest.cpp',
3810 'fetch/MockImageResourceClient.cpp', 3811 'fetch/MockImageResourceClient.cpp',
3811 'fetch/RawResourceTest.cpp', 3812 'fetch/RawResourceTest.cpp',
3812 'fetch/ResourceFetcherTest.cpp', 3813 'fetch/ResourceFetcherTest.cpp',
3813 'fetch/ResourceLoaderOptionsTest.cpp', 3814 'fetch/ResourceLoaderOptionsTest.cpp',
3814 'fetch/ResourceTest.cpp', 3815 'fetch/ResourceTest.cpp',
3815 'fileapi/FileListTest.cpp', 3816 'fileapi/FileListTest.cpp',
3816 'fileapi/FileTest.cpp', 3817 'fileapi/FileTest.cpp',
3817 'frame/ImageBitmapTest.cpp', 3818 'frame/ImageBitmapTest.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
3881 'style/OutlineValueTest.cpp', 3882 'style/OutlineValueTest.cpp',
3882 'style/SVGComputedStyleTest.cpp', 3883 'style/SVGComputedStyleTest.cpp',
3883 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3884 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3884 'testing/PrivateScriptTestTest.cpp', 3885 'testing/PrivateScriptTestTest.cpp',
3885 'timing/MemoryInfoTest.cpp', 3886 'timing/MemoryInfoTest.cpp',
3886 'workers/WorkerThreadTest.cpp', 3887 'workers/WorkerThreadTest.cpp',
3887 'xml/parser/SharedBufferReaderTest.cpp', 3888 'xml/parser/SharedBufferReaderTest.cpp',
3888 ], 3889 ],
3889 } 3890 }
3890 } 3891 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/FetchUtils.h » ('j') | Source/core/fetch/FetchUtilsTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698