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

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: rebase 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 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 'fetch/FontResource.cpp', 1595 'fetch/FontResource.cpp',
1596 'fetch/FontResource.h', 1596 'fetch/FontResource.h',
1597 'fetch/ImageResource.cpp', 1597 'fetch/ImageResource.cpp',
1598 'fetch/ImageResource.h', 1598 'fetch/ImageResource.h',
1599 'fetch/IntegrityMetadata.cpp', 1599 'fetch/IntegrityMetadata.cpp',
1600 'fetch/IntegrityMetadata.h', 1600 'fetch/IntegrityMetadata.h',
1601 'fetch/LinkFetchResource.cpp', 1601 'fetch/LinkFetchResource.cpp',
1602 'fetch/LinkFetchResource.h', 1602 'fetch/LinkFetchResource.h',
1603 'fetch/MemoryCache.cpp', 1603 'fetch/MemoryCache.cpp',
1604 'fetch/MemoryCache.h', 1604 'fetch/MemoryCache.h',
1605 'fetch/MultipartImageResourceParser.cpp',
1606 'fetch/MultipartImageResourceParser.h',
1605 'fetch/RawResource.cpp', 1607 'fetch/RawResource.cpp',
1606 'fetch/RawResource.h', 1608 'fetch/RawResource.h',
1607 'fetch/Resource.cpp', 1609 'fetch/Resource.cpp',
1608 'fetch/Resource.h', 1610 'fetch/Resource.h',
1609 'fetch/ResourceClientWalker.h', 1611 'fetch/ResourceClientWalker.h',
1610 'fetch/ResourceFetcher.cpp', 1612 'fetch/ResourceFetcher.cpp',
1611 'fetch/ResourceFetcher.h', 1613 'fetch/ResourceFetcher.h',
1612 'fetch/ResourceLoader.cpp', 1614 'fetch/ResourceLoader.cpp',
1613 'fetch/ResourceLoader.h', 1615 'fetch/ResourceLoader.h',
1614 'fetch/ResourceLoaderOptions.h', 1616 'fetch/ResourceLoaderOptions.h',
(...skipping 2323 matching lines...) Expand 10 before | Expand all | Expand 10 after
3938 'editing/serializers/StyledMarkupSerializerTest.cpp', 3940 'editing/serializers/StyledMarkupSerializerTest.cpp',
3939 'editing/spellcheck/SpellCheckerTest.cpp', 3941 'editing/spellcheck/SpellCheckerTest.cpp',
3940 'events/EventPathTest.cpp', 3942 'events/EventPathTest.cpp',
3941 'events/PointerEventFactoryTest.cpp', 3943 'events/PointerEventFactoryTest.cpp',
3942 'fetch/CachingCorrectnessTest.cpp', 3944 'fetch/CachingCorrectnessTest.cpp',
3943 'fetch/ClientHintsPreferencesTest.cpp', 3945 'fetch/ClientHintsPreferencesTest.cpp',
3944 'fetch/FetchUtilsTest.cpp', 3946 'fetch/FetchUtilsTest.cpp',
3945 'fetch/ImageResourceTest.cpp', 3947 'fetch/ImageResourceTest.cpp',
3946 'fetch/MemoryCacheTest.cpp', 3948 'fetch/MemoryCacheTest.cpp',
3947 'fetch/MockImageResourceClient.cpp', 3949 'fetch/MockImageResourceClient.cpp',
3950 'fetch/MultipartImageResourceParserTest.cpp',
3948 'fetch/RawResourceTest.cpp', 3951 'fetch/RawResourceTest.cpp',
3949 'fetch/ResourceFetcherTest.cpp', 3952 'fetch/ResourceFetcherTest.cpp',
3950 'fetch/ResourceLoaderOptionsTest.cpp', 3953 'fetch/ResourceLoaderOptionsTest.cpp',
3951 'fetch/ResourceTest.cpp', 3954 'fetch/ResourceTest.cpp',
3952 'fileapi/FileListTest.cpp', 3955 'fileapi/FileListTest.cpp',
3953 'fileapi/FileTest.cpp', 3956 'fileapi/FileTest.cpp',
3954 'frame/FrameViewTest.cpp', 3957 'frame/FrameViewTest.cpp',
3955 'frame/HistoryTest.cpp', 3958 'frame/HistoryTest.cpp',
3956 'frame/ImageBitmapTest.cpp', 3959 'frame/ImageBitmapTest.cpp',
3957 'frame/OriginsUsingFeaturesTest.cpp', 3960 'frame/OriginsUsingFeaturesTest.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
4043 'style/SVGComputedStyleTest.cpp', 4046 'style/SVGComputedStyleTest.cpp',
4044 'svg/SVGPathParserTest.cpp', 4047 'svg/SVGPathParserTest.cpp',
4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4048 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4046 'testing/PrivateScriptTestTest.cpp', 4049 'testing/PrivateScriptTestTest.cpp',
4047 'timing/MemoryInfoTest.cpp', 4050 'timing/MemoryInfoTest.cpp',
4048 'workers/WorkerThreadTest.cpp', 4051 'workers/WorkerThreadTest.cpp',
4049 'xml/parser/SharedBufferReaderTest.cpp', 4052 'xml/parser/SharedBufferReaderTest.cpp',
4050 ], 4053 ],
4051 } 4054 }
4052 } 4055 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698