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

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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1679 'fetch/LinkFetchResource.cpp', 1679 'fetch/LinkFetchResource.cpp',
1680 'fetch/LinkFetchResource.h', 1680 'fetch/LinkFetchResource.h',
1681 'fetch/MemoryCache.cpp', 1681 'fetch/MemoryCache.cpp',
1682 'fetch/MemoryCache.h', 1682 'fetch/MemoryCache.h',
1683 'fetch/MultipartImageResourceParser.cpp', 1683 'fetch/MultipartImageResourceParser.cpp',
1684 'fetch/MultipartImageResourceParser.h', 1684 'fetch/MultipartImageResourceParser.h',
1685 'fetch/RawResource.cpp', 1685 'fetch/RawResource.cpp',
1686 'fetch/RawResource.h', 1686 'fetch/RawResource.h',
1687 'fetch/Resource.cpp', 1687 'fetch/Resource.cpp',
1688 'fetch/Resource.h', 1688 'fetch/Resource.h',
1689 'fetch/ResourceClientOrObserverWalker.h', 1689 'fetch/ResourceClientWalker.h',
1690 'fetch/ResourceFetcher.cpp', 1690 'fetch/ResourceFetcher.cpp',
1691 'fetch/ResourceFetcher.h', 1691 'fetch/ResourceFetcher.h',
1692 'fetch/ResourceLoader.cpp', 1692 'fetch/ResourceLoader.cpp',
1693 'fetch/ResourceLoader.h', 1693 'fetch/ResourceLoader.h',
1694 'fetch/ResourceLoaderOptions.h', 1694 'fetch/ResourceLoaderOptions.h',
1695 'fetch/ResourceLoaderSet.cpp', 1695 'fetch/ResourceLoaderSet.cpp',
1696 'fetch/ResourceLoaderSet.h', 1696 'fetch/ResourceLoaderSet.h',
1697 'fetch/ScriptResource.cpp', 1697 'fetch/ScriptResource.cpp',
1698 'fetch/ScriptResource.h', 1698 'fetch/ScriptResource.h',
1699 'fetch/SubstituteData.h', 1699 'fetch/SubstituteData.h',
(...skipping 2536 matching lines...) Expand 10 before | Expand all | Expand 10 after
4236 'testing/PrivateScriptTestTest.cpp', 4236 'testing/PrivateScriptTestTest.cpp',
4237 'timing/MemoryInfoTest.cpp', 4237 'timing/MemoryInfoTest.cpp',
4238 'timing/PerformanceBaseTest.cpp', 4238 'timing/PerformanceBaseTest.cpp',
4239 'timing/PerformanceObserverTest.cpp', 4239 'timing/PerformanceObserverTest.cpp',
4240 'workers/WorkerThreadTest.cpp', 4240 'workers/WorkerThreadTest.cpp',
4241 'workers/WorkerThreadTestHelper.h', 4241 'workers/WorkerThreadTestHelper.h',
4242 'xml/parser/SharedBufferReaderTest.cpp', 4242 'xml/parser/SharedBufferReaderTest.cpp',
4243 ], 4243 ],
4244 } 4244 }
4245 } 4245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698