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

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

Issue 2191633003: Move ResourceClient to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-raw-resource-client
Patch Set: rebase Created 4 years, 4 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 'fetch/LinkFetchResource.cpp', 1698 'fetch/LinkFetchResource.cpp',
1699 'fetch/LinkFetchResource.h', 1699 'fetch/LinkFetchResource.h',
1700 'fetch/MemoryCache.cpp', 1700 'fetch/MemoryCache.cpp',
1701 'fetch/MemoryCache.h', 1701 'fetch/MemoryCache.h',
1702 'fetch/MultipartImageResourceParser.cpp', 1702 'fetch/MultipartImageResourceParser.cpp',
1703 'fetch/MultipartImageResourceParser.h', 1703 'fetch/MultipartImageResourceParser.h',
1704 'fetch/RawResource.cpp', 1704 'fetch/RawResource.cpp',
1705 'fetch/RawResource.h', 1705 'fetch/RawResource.h',
1706 'fetch/Resource.cpp', 1706 'fetch/Resource.cpp',
1707 'fetch/Resource.h', 1707 'fetch/Resource.h',
1708 'fetch/ResourceClientOrObserverWalker.h', 1708 'fetch/ResourceClientWalker.h',
1709 'fetch/ResourceFetcher.cpp', 1709 'fetch/ResourceFetcher.cpp',
1710 'fetch/ResourceFetcher.h', 1710 'fetch/ResourceFetcher.h',
1711 'fetch/ResourceLoader.cpp', 1711 'fetch/ResourceLoader.cpp',
1712 'fetch/ResourceLoader.h', 1712 'fetch/ResourceLoader.h',
1713 'fetch/ResourceLoaderOptions.h', 1713 'fetch/ResourceLoaderOptions.h',
1714 'fetch/ResourceLoaderSet.cpp', 1714 'fetch/ResourceLoaderSet.cpp',
1715 'fetch/ResourceLoaderSet.h', 1715 'fetch/ResourceLoaderSet.h',
1716 'fetch/ScriptResource.cpp', 1716 'fetch/ScriptResource.cpp',
1717 'fetch/ScriptResource.h', 1717 'fetch/ScriptResource.h',
1718 'fetch/SubstituteData.h', 1718 'fetch/SubstituteData.h',
(...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after
4266 'testing/PrivateScriptTestTest.cpp', 4266 'testing/PrivateScriptTestTest.cpp',
4267 'timing/MemoryInfoTest.cpp', 4267 'timing/MemoryInfoTest.cpp',
4268 'timing/PerformanceBaseTest.cpp', 4268 'timing/PerformanceBaseTest.cpp',
4269 'timing/PerformanceObserverTest.cpp', 4269 'timing/PerformanceObserverTest.cpp',
4270 'workers/WorkerThreadTest.cpp', 4270 'workers/WorkerThreadTest.cpp',
4271 'workers/WorkerThreadTestHelper.h', 4271 'workers/WorkerThreadTestHelper.h',
4272 'xml/parser/SharedBufferReaderTest.cpp', 4272 'xml/parser/SharedBufferReaderTest.cpp',
4273 ], 4273 ],
4274 } 4274 }
4275 } 4275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698