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

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: build fix Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 'fetch/LinkFetchResource.cpp', 1714 'fetch/LinkFetchResource.cpp',
1715 'fetch/LinkFetchResource.h', 1715 'fetch/LinkFetchResource.h',
1716 'fetch/MemoryCache.cpp', 1716 'fetch/MemoryCache.cpp',
1717 'fetch/MemoryCache.h', 1717 'fetch/MemoryCache.h',
1718 'fetch/MultipartImageResourceParser.cpp', 1718 'fetch/MultipartImageResourceParser.cpp',
1719 'fetch/MultipartImageResourceParser.h', 1719 'fetch/MultipartImageResourceParser.h',
1720 'fetch/RawResource.cpp', 1720 'fetch/RawResource.cpp',
1721 'fetch/RawResource.h', 1721 'fetch/RawResource.h',
1722 'fetch/Resource.cpp', 1722 'fetch/Resource.cpp',
1723 'fetch/Resource.h', 1723 'fetch/Resource.h',
1724 'fetch/ResourceClientOrObserverWalker.h', 1724 'fetch/ResourceClientWalker.h',
1725 'fetch/ResourceFetcher.cpp', 1725 'fetch/ResourceFetcher.cpp',
1726 'fetch/ResourceFetcher.h', 1726 'fetch/ResourceFetcher.h',
1727 'fetch/ResourceLoader.cpp', 1727 'fetch/ResourceLoader.cpp',
1728 'fetch/ResourceLoader.h', 1728 'fetch/ResourceLoader.h',
1729 'fetch/ResourceLoaderOptions.h', 1729 'fetch/ResourceLoaderOptions.h',
1730 'fetch/ResourceLoaderSet.cpp', 1730 'fetch/ResourceLoaderSet.cpp',
1731 'fetch/ResourceLoaderSet.h', 1731 'fetch/ResourceLoaderSet.h',
1732 'fetch/ResourceLoadingLog.h', 1732 'fetch/ResourceLoadingLog.h',
1733 'fetch/ScriptResource.cpp', 1733 'fetch/ScriptResource.cpp',
1734 'fetch/ScriptResource.h', 1734 'fetch/ScriptResource.h',
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after
4311 'timing/MemoryInfoTest.cpp', 4311 'timing/MemoryInfoTest.cpp',
4312 'timing/PerformanceBaseTest.cpp', 4312 'timing/PerformanceBaseTest.cpp',
4313 'timing/PerformanceObserverTest.cpp', 4313 'timing/PerformanceObserverTest.cpp',
4314 'workers/DedicatedWorkerTest.cpp', 4314 'workers/DedicatedWorkerTest.cpp',
4315 'workers/WorkerThreadTest.cpp', 4315 'workers/WorkerThreadTest.cpp',
4316 'workers/WorkerThreadTestHelper.h', 4316 'workers/WorkerThreadTestHelper.h',
4317 'xml/parser/SharedBufferReaderTest.cpp', 4317 'xml/parser/SharedBufferReaderTest.cpp',
4318 ], 4318 ],
4319 } 4319 }
4320 } 4320 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698