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

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 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 'fetch/FontResource.cpp', 1575 'fetch/FontResource.cpp',
1576 'fetch/FontResource.h', 1576 'fetch/FontResource.h',
1577 'fetch/ImageResource.cpp', 1577 'fetch/ImageResource.cpp',
1578 'fetch/ImageResource.h', 1578 'fetch/ImageResource.h',
1579 'fetch/IntegrityMetadata.cpp', 1579 'fetch/IntegrityMetadata.cpp',
1580 'fetch/IntegrityMetadata.h', 1580 'fetch/IntegrityMetadata.h',
1581 'fetch/LinkFetchResource.cpp', 1581 'fetch/LinkFetchResource.cpp',
1582 'fetch/LinkFetchResource.h', 1582 'fetch/LinkFetchResource.h',
1583 'fetch/MemoryCache.cpp', 1583 'fetch/MemoryCache.cpp',
1584 'fetch/MemoryCache.h', 1584 'fetch/MemoryCache.h',
1585 'fetch/MultipartImageResourceParser.cpp',
1586 'fetch/MultipartImageResourceParser.h',
1585 'fetch/RawResource.cpp', 1587 'fetch/RawResource.cpp',
1586 'fetch/RawResource.h', 1588 'fetch/RawResource.h',
1587 'fetch/Resource.cpp', 1589 'fetch/Resource.cpp',
1588 'fetch/Resource.h', 1590 'fetch/Resource.h',
1589 'fetch/ResourceClientWalker.h', 1591 'fetch/ResourceClientWalker.h',
1590 'fetch/ResourceFetcher.cpp', 1592 'fetch/ResourceFetcher.cpp',
1591 'fetch/ResourceFetcher.h', 1593 'fetch/ResourceFetcher.h',
1592 'fetch/ResourceLoader.cpp', 1594 'fetch/ResourceLoader.cpp',
1593 'fetch/ResourceLoader.h', 1595 'fetch/ResourceLoader.h',
1594 'fetch/ResourceLoaderOptions.h', 1596 'fetch/ResourceLoaderOptions.h',
(...skipping 2324 matching lines...) Expand 10 before | Expand all | Expand 10 after
3919 'editing/serializers/StyledMarkupSerializerTest.cpp', 3921 'editing/serializers/StyledMarkupSerializerTest.cpp',
3920 'editing/spellcheck/SpellCheckerTest.cpp', 3922 'editing/spellcheck/SpellCheckerTest.cpp',
3921 'events/EventPathTest.cpp', 3923 'events/EventPathTest.cpp',
3922 'events/PointerEventFactoryTest.cpp', 3924 'events/PointerEventFactoryTest.cpp',
3923 'fetch/CachingCorrectnessTest.cpp', 3925 'fetch/CachingCorrectnessTest.cpp',
3924 'fetch/ClientHintsPreferencesTest.cpp', 3926 'fetch/ClientHintsPreferencesTest.cpp',
3925 'fetch/FetchUtilsTest.cpp', 3927 'fetch/FetchUtilsTest.cpp',
3926 'fetch/ImageResourceTest.cpp', 3928 'fetch/ImageResourceTest.cpp',
3927 'fetch/MemoryCacheTest.cpp', 3929 'fetch/MemoryCacheTest.cpp',
3928 'fetch/MockImageResourceClient.cpp', 3930 'fetch/MockImageResourceClient.cpp',
3931 'fetch/MultipartImageResourceParserTest.cpp',
3929 'fetch/RawResourceTest.cpp', 3932 'fetch/RawResourceTest.cpp',
3930 'fetch/ResourceFetcherTest.cpp', 3933 'fetch/ResourceFetcherTest.cpp',
3931 'fetch/ResourceLoaderOptionsTest.cpp', 3934 'fetch/ResourceLoaderOptionsTest.cpp',
3932 'fetch/ResourceTest.cpp', 3935 'fetch/ResourceTest.cpp',
3933 'fileapi/FileListTest.cpp', 3936 'fileapi/FileListTest.cpp',
3934 'fileapi/FileTest.cpp', 3937 'fileapi/FileTest.cpp',
3935 'frame/FrameViewTest.cpp', 3938 'frame/FrameViewTest.cpp',
3936 'frame/HistoryTest.cpp', 3939 'frame/HistoryTest.cpp',
3937 'frame/ImageBitmapTest.cpp', 3940 'frame/ImageBitmapTest.cpp',
3938 'frame/OriginsUsingFeaturesTest.cpp', 3941 'frame/OriginsUsingFeaturesTest.cpp',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
4023 'style/SVGComputedStyleTest.cpp', 4026 'style/SVGComputedStyleTest.cpp',
4024 'svg/SVGPathParserTest.cpp', 4027 'svg/SVGPathParserTest.cpp',
4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4026 'testing/PrivateScriptTestTest.cpp', 4029 'testing/PrivateScriptTestTest.cpp',
4027 'timing/MemoryInfoTest.cpp', 4030 'timing/MemoryInfoTest.cpp',
4028 'workers/WorkerThreadTest.cpp', 4031 'workers/WorkerThreadTest.cpp',
4029 'xml/parser/SharedBufferReaderTest.cpp', 4032 'xml/parser/SharedBufferReaderTest.cpp',
4030 ], 4033 ],
4031 } 4034 }
4032 } 4035 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698