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

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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 'fetch/FontResource.cpp', 1570 'fetch/FontResource.cpp',
1571 'fetch/FontResource.h', 1571 'fetch/FontResource.h',
1572 'fetch/ImageResource.cpp', 1572 'fetch/ImageResource.cpp',
1573 'fetch/ImageResource.h', 1573 'fetch/ImageResource.h',
1574 'fetch/IntegrityMetadata.cpp', 1574 'fetch/IntegrityMetadata.cpp',
1575 'fetch/IntegrityMetadata.h', 1575 'fetch/IntegrityMetadata.h',
1576 'fetch/LinkFetchResource.cpp', 1576 'fetch/LinkFetchResource.cpp',
1577 'fetch/LinkFetchResource.h', 1577 'fetch/LinkFetchResource.h',
1578 'fetch/MemoryCache.cpp', 1578 'fetch/MemoryCache.cpp',
1579 'fetch/MemoryCache.h', 1579 'fetch/MemoryCache.h',
1580 'fetch/MultipartImageResourceParser.cpp',
1581 'fetch/MultipartImageResourceParser.h',
1580 'fetch/RawResource.cpp', 1582 'fetch/RawResource.cpp',
1581 'fetch/RawResource.h', 1583 'fetch/RawResource.h',
1582 'fetch/Resource.cpp', 1584 'fetch/Resource.cpp',
1583 'fetch/Resource.h', 1585 'fetch/Resource.h',
1584 'fetch/ResourceClientWalker.h', 1586 'fetch/ResourceClientWalker.h',
1585 'fetch/ResourceFetcher.cpp', 1587 'fetch/ResourceFetcher.cpp',
1586 'fetch/ResourceFetcher.h', 1588 'fetch/ResourceFetcher.h',
1587 'fetch/ResourceLoader.cpp', 1589 'fetch/ResourceLoader.cpp',
1588 'fetch/ResourceLoader.h', 1590 'fetch/ResourceLoader.h',
1589 'fetch/ResourceLoaderOptions.h', 1591 'fetch/ResourceLoaderOptions.h',
(...skipping 2324 matching lines...) Expand 10 before | Expand all | Expand 10 after
3914 'editing/serializers/StyledMarkupSerializerTest.cpp', 3916 'editing/serializers/StyledMarkupSerializerTest.cpp',
3915 'editing/spellcheck/SpellCheckerTest.cpp', 3917 'editing/spellcheck/SpellCheckerTest.cpp',
3916 'events/EventPathTest.cpp', 3918 'events/EventPathTest.cpp',
3917 'events/PointerEventFactoryTest.cpp', 3919 'events/PointerEventFactoryTest.cpp',
3918 'fetch/CachingCorrectnessTest.cpp', 3920 'fetch/CachingCorrectnessTest.cpp',
3919 'fetch/ClientHintsPreferencesTest.cpp', 3921 'fetch/ClientHintsPreferencesTest.cpp',
3920 'fetch/FetchUtilsTest.cpp', 3922 'fetch/FetchUtilsTest.cpp',
3921 'fetch/ImageResourceTest.cpp', 3923 'fetch/ImageResourceTest.cpp',
3922 'fetch/MemoryCacheTest.cpp', 3924 'fetch/MemoryCacheTest.cpp',
3923 'fetch/MockImageResourceClient.cpp', 3925 'fetch/MockImageResourceClient.cpp',
3926 'fetch/MultipartImageResourceParserTest.cpp',
3924 'fetch/RawResourceTest.cpp', 3927 'fetch/RawResourceTest.cpp',
3925 'fetch/ResourceFetcherTest.cpp', 3928 'fetch/ResourceFetcherTest.cpp',
3926 'fetch/ResourceLoaderOptionsTest.cpp', 3929 'fetch/ResourceLoaderOptionsTest.cpp',
3927 'fetch/ResourceTest.cpp', 3930 'fetch/ResourceTest.cpp',
3928 'fileapi/FileListTest.cpp', 3931 'fileapi/FileListTest.cpp',
3929 'fileapi/FileTest.cpp', 3932 'fileapi/FileTest.cpp',
3930 'frame/FrameViewTest.cpp', 3933 'frame/FrameViewTest.cpp',
3931 'frame/HistoryTest.cpp', 3934 'frame/HistoryTest.cpp',
3932 'frame/ImageBitmapTest.cpp', 3935 'frame/ImageBitmapTest.cpp',
3933 'frame/OriginsUsingFeaturesTest.cpp', 3936 'frame/OriginsUsingFeaturesTest.cpp',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
4017 'style/SVGComputedStyleTest.cpp', 4020 'style/SVGComputedStyleTest.cpp',
4018 'svg/SVGPathParserTest.cpp', 4021 'svg/SVGPathParserTest.cpp',
4019 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4022 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4020 'testing/PrivateScriptTestTest.cpp', 4023 'testing/PrivateScriptTestTest.cpp',
4021 'timing/MemoryInfoTest.cpp', 4024 'timing/MemoryInfoTest.cpp',
4022 'workers/WorkerThreadTest.cpp', 4025 'workers/WorkerThreadTest.cpp',
4023 'xml/parser/SharedBufferReaderTest.cpp', 4026 'xml/parser/SharedBufferReaderTest.cpp',
4024 ], 4027 ],
4025 } 4028 }
4026 } 4029 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698