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

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

Issue 1693183002: Move multipart resource handling to core/fetch (1/2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@multipart-cleanup-preliminary
Patch Set: Created 4 years, 9 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
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 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'fetch/FontResource.cpp', 1601 'fetch/FontResource.cpp',
1602 'fetch/FontResource.h', 1602 'fetch/FontResource.h',
1603 'fetch/ImageResource.cpp', 1603 'fetch/ImageResource.cpp',
1604 'fetch/ImageResource.h', 1604 'fetch/ImageResource.h',
1605 'fetch/IntegrityMetadata.cpp', 1605 'fetch/IntegrityMetadata.cpp',
1606 'fetch/IntegrityMetadata.h', 1606 'fetch/IntegrityMetadata.h',
1607 'fetch/LinkFetchResource.cpp', 1607 'fetch/LinkFetchResource.cpp',
1608 'fetch/LinkFetchResource.h', 1608 'fetch/LinkFetchResource.h',
1609 'fetch/MemoryCache.cpp', 1609 'fetch/MemoryCache.cpp',
1610 'fetch/MemoryCache.h', 1610 'fetch/MemoryCache.h',
1611 'fetch/MultipartImageResourceParser.cpp',
1612 'fetch/MultipartImageResourceParser.h',
1611 'fetch/RawResource.cpp', 1613 'fetch/RawResource.cpp',
1612 'fetch/RawResource.h', 1614 'fetch/RawResource.h',
1613 'fetch/Resource.cpp', 1615 'fetch/Resource.cpp',
1614 'fetch/Resource.h', 1616 'fetch/Resource.h',
1615 'fetch/ResourceClientWalker.h', 1617 'fetch/ResourceClientWalker.h',
1616 'fetch/ResourceFetcher.cpp', 1618 'fetch/ResourceFetcher.cpp',
1617 'fetch/ResourceFetcher.h', 1619 'fetch/ResourceFetcher.h',
1618 'fetch/ResourceLoader.cpp', 1620 'fetch/ResourceLoader.cpp',
1619 'fetch/ResourceLoader.h', 1621 'fetch/ResourceLoader.h',
1620 'fetch/ResourceLoaderOptions.h', 1622 'fetch/ResourceLoaderOptions.h',
(...skipping 2329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3950 'editing/serializers/StyledMarkupSerializerTest.cpp', 3952 'editing/serializers/StyledMarkupSerializerTest.cpp',
3951 'editing/spellcheck/SpellCheckerTest.cpp', 3953 'editing/spellcheck/SpellCheckerTest.cpp',
3952 'events/EventPathTest.cpp', 3954 'events/EventPathTest.cpp',
3953 'events/PointerEventFactoryTest.cpp', 3955 'events/PointerEventFactoryTest.cpp',
3954 'fetch/CachingCorrectnessTest.cpp', 3956 'fetch/CachingCorrectnessTest.cpp',
3955 'fetch/ClientHintsPreferencesTest.cpp', 3957 'fetch/ClientHintsPreferencesTest.cpp',
3956 'fetch/FetchUtilsTest.cpp', 3958 'fetch/FetchUtilsTest.cpp',
3957 'fetch/ImageResourceTest.cpp', 3959 'fetch/ImageResourceTest.cpp',
3958 'fetch/MemoryCacheTest.cpp', 3960 'fetch/MemoryCacheTest.cpp',
3959 'fetch/MockImageResourceClient.cpp', 3961 'fetch/MockImageResourceClient.cpp',
3962 'fetch/MultipartImageResourceParserTest.cpp',
3960 'fetch/RawResourceTest.cpp', 3963 'fetch/RawResourceTest.cpp',
3961 'fetch/ResourceFetcherTest.cpp', 3964 'fetch/ResourceFetcherTest.cpp',
3962 'fetch/ResourceLoaderOptionsTest.cpp', 3965 'fetch/ResourceLoaderOptionsTest.cpp',
3963 'fetch/ResourceTest.cpp', 3966 'fetch/ResourceTest.cpp',
3964 'fileapi/FileListTest.cpp', 3967 'fileapi/FileListTest.cpp',
3965 'fileapi/FileTest.cpp', 3968 'fileapi/FileTest.cpp',
3966 'frame/FrameViewTest.cpp', 3969 'frame/FrameViewTest.cpp',
3967 'frame/HistoryTest.cpp', 3970 'frame/HistoryTest.cpp',
3968 'frame/ImageBitmapTest.cpp', 3971 'frame/ImageBitmapTest.cpp',
3969 'frame/OriginsUsingFeaturesTest.cpp', 3972 'frame/OriginsUsingFeaturesTest.cpp',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
4057 'style/SVGComputedStyleTest.cpp', 4060 'style/SVGComputedStyleTest.cpp',
4058 'svg/SVGPathParserTest.cpp', 4061 'svg/SVGPathParserTest.cpp',
4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4060 'testing/PrivateScriptTestTest.cpp', 4063 'testing/PrivateScriptTestTest.cpp',
4061 'timing/MemoryInfoTest.cpp', 4064 'timing/MemoryInfoTest.cpp',
4062 'workers/WorkerThreadTest.cpp', 4065 'workers/WorkerThreadTest.cpp',
4063 'xml/parser/SharedBufferReaderTest.cpp', 4066 'xml/parser/SharedBufferReaderTest.cpp',
4064 ], 4067 ],
4065 } 4068 }
4066 } 4069 }
OLDNEW
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698