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

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, 10 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 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 'fetch/FontResource.cpp', 1589 'fetch/FontResource.cpp',
1590 'fetch/FontResource.h', 1590 'fetch/FontResource.h',
1591 'fetch/ImageResource.cpp', 1591 'fetch/ImageResource.cpp',
1592 'fetch/ImageResource.h', 1592 'fetch/ImageResource.h',
1593 'fetch/IntegrityMetadata.cpp', 1593 'fetch/IntegrityMetadata.cpp',
1594 'fetch/IntegrityMetadata.h', 1594 'fetch/IntegrityMetadata.h',
1595 'fetch/LinkFetchResource.cpp', 1595 'fetch/LinkFetchResource.cpp',
1596 'fetch/LinkFetchResource.h', 1596 'fetch/LinkFetchResource.h',
1597 'fetch/MemoryCache.cpp', 1597 'fetch/MemoryCache.cpp',
1598 'fetch/MemoryCache.h', 1598 'fetch/MemoryCache.h',
1599 'fetch/MultipartImageResourceParser.cpp',
1600 'fetch/MultipartImageResourceParser.h',
1599 'fetch/RawResource.cpp', 1601 'fetch/RawResource.cpp',
1600 'fetch/RawResource.h', 1602 'fetch/RawResource.h',
1601 'fetch/Resource.cpp', 1603 'fetch/Resource.cpp',
1602 'fetch/Resource.h', 1604 'fetch/Resource.h',
1603 'fetch/ResourceClientWalker.h', 1605 'fetch/ResourceClientWalker.h',
1604 'fetch/ResourceFetcher.cpp', 1606 'fetch/ResourceFetcher.cpp',
1605 'fetch/ResourceFetcher.h', 1607 'fetch/ResourceFetcher.h',
1606 'fetch/ResourceLoader.cpp', 1608 'fetch/ResourceLoader.cpp',
1607 'fetch/ResourceLoader.h', 1609 'fetch/ResourceLoader.h',
1608 'fetch/ResourceLoaderOptions.h', 1610 'fetch/ResourceLoaderOptions.h',
(...skipping 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after
3934 'editing/serializers/StyledMarkupSerializerTest.cpp', 3936 'editing/serializers/StyledMarkupSerializerTest.cpp',
3935 'editing/spellcheck/SpellCheckerTest.cpp', 3937 'editing/spellcheck/SpellCheckerTest.cpp',
3936 'events/EventPathTest.cpp', 3938 'events/EventPathTest.cpp',
3937 'events/PointerEventFactoryTest.cpp', 3939 'events/PointerEventFactoryTest.cpp',
3938 'fetch/CachingCorrectnessTest.cpp', 3940 'fetch/CachingCorrectnessTest.cpp',
3939 'fetch/ClientHintsPreferencesTest.cpp', 3941 'fetch/ClientHintsPreferencesTest.cpp',
3940 'fetch/FetchUtilsTest.cpp', 3942 'fetch/FetchUtilsTest.cpp',
3941 'fetch/ImageResourceTest.cpp', 3943 'fetch/ImageResourceTest.cpp',
3942 'fetch/MemoryCacheTest.cpp', 3944 'fetch/MemoryCacheTest.cpp',
3943 'fetch/MockImageResourceClient.cpp', 3945 'fetch/MockImageResourceClient.cpp',
3946 'fetch/MultipartImageResourceParserTest.cpp',
3944 'fetch/RawResourceTest.cpp', 3947 'fetch/RawResourceTest.cpp',
3945 'fetch/ResourceFetcherTest.cpp', 3948 'fetch/ResourceFetcherTest.cpp',
3946 'fetch/ResourceLoaderOptionsTest.cpp', 3949 'fetch/ResourceLoaderOptionsTest.cpp',
3947 'fetch/ResourceTest.cpp', 3950 'fetch/ResourceTest.cpp',
3948 'fileapi/FileListTest.cpp', 3951 'fileapi/FileListTest.cpp',
3949 'fileapi/FileTest.cpp', 3952 'fileapi/FileTest.cpp',
3950 'frame/FrameViewTest.cpp', 3953 'frame/FrameViewTest.cpp',
3951 'frame/HistoryTest.cpp', 3954 'frame/HistoryTest.cpp',
3952 'frame/ImageBitmapTest.cpp', 3955 'frame/ImageBitmapTest.cpp',
3953 'frame/OriginsUsingFeaturesTest.cpp', 3956 'frame/OriginsUsingFeaturesTest.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
4039 'style/SVGComputedStyleTest.cpp', 4042 'style/SVGComputedStyleTest.cpp',
4040 'svg/SVGPathParserTest.cpp', 4043 'svg/SVGPathParserTest.cpp',
4041 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4044 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4042 'testing/PrivateScriptTestTest.cpp', 4045 'testing/PrivateScriptTestTest.cpp',
4043 'timing/MemoryInfoTest.cpp', 4046 'timing/MemoryInfoTest.cpp',
4044 'workers/WorkerThreadTest.cpp', 4047 'workers/WorkerThreadTest.cpp',
4045 'xml/parser/SharedBufferReaderTest.cpp', 4048 'xml/parser/SharedBufferReaderTest.cpp',
4046 ], 4049 ],
4047 } 4050 }
4048 } 4051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698