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

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

Issue 2181243002: Move ThreadableLoader to Oilpan heap (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-bridge-peer-in-worker-threadable-loader
Patch Set: fix 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/FileReaderLoader.h » ('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 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'loader/PrerendererClient.h', 1964 'loader/PrerendererClient.h',
1965 'loader/ProgressTracker.cpp', 1965 'loader/ProgressTracker.cpp',
1966 'loader/SinkDocument.cpp', 1966 'loader/SinkDocument.cpp',
1967 'loader/SinkDocument.h', 1967 'loader/SinkDocument.h',
1968 'loader/TextResourceDecoderBuilder.cpp', 1968 'loader/TextResourceDecoderBuilder.cpp',
1969 'loader/TextResourceDecoderBuilder.h', 1969 'loader/TextResourceDecoderBuilder.h',
1970 'loader/TextTrackLoader.cpp', 1970 'loader/TextTrackLoader.cpp',
1971 'loader/TextTrackLoader.h', 1971 'loader/TextTrackLoader.h',
1972 'loader/ThreadableLoader.cpp', 1972 'loader/ThreadableLoader.cpp',
1973 'loader/ThreadableLoaderClient.h', 1973 'loader/ThreadableLoaderClient.h',
1974 'loader/ThreadableLoaderClientWrapper.h',
1975 'loader/WorkerThreadableLoader.cpp', 1974 'loader/WorkerThreadableLoader.cpp',
1976 'loader/WorkerThreadableLoader.h', 1975 'loader/WorkerThreadableLoader.h',
1977 'loader/appcache/ApplicationCache.cpp', 1976 'loader/appcache/ApplicationCache.cpp',
1978 'loader/appcache/ApplicationCache.h', 1977 'loader/appcache/ApplicationCache.h',
1979 'loader/appcache/ApplicationCacheHost.cpp', 1978 'loader/appcache/ApplicationCacheHost.cpp',
1980 'loader/appcache/ApplicationCacheHost.h', 1979 'loader/appcache/ApplicationCacheHost.h',
1981 'offscreencanvas/OffscreenCanvas.cpp', 1980 'offscreencanvas/OffscreenCanvas.cpp',
1982 'offscreencanvas/OffscreenCanvas.h', 1981 'offscreencanvas/OffscreenCanvas.h',
1983 'origin_trials/OriginTrialContext.cpp', 1982 'origin_trials/OriginTrialContext.cpp',
1984 'origin_trials/OriginTrialContext.h', 1983 'origin_trials/OriginTrialContext.h',
(...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after
4267 'testing/PrivateScriptTestTest.cpp', 4266 'testing/PrivateScriptTestTest.cpp',
4268 'timing/MemoryInfoTest.cpp', 4267 'timing/MemoryInfoTest.cpp',
4269 'timing/PerformanceBaseTest.cpp', 4268 'timing/PerformanceBaseTest.cpp',
4270 'timing/PerformanceObserverTest.cpp', 4269 'timing/PerformanceObserverTest.cpp',
4271 'workers/WorkerThreadTest.cpp', 4270 'workers/WorkerThreadTest.cpp',
4272 'workers/WorkerThreadTestHelper.h', 4271 'workers/WorkerThreadTestHelper.h',
4273 'xml/parser/SharedBufferReaderTest.cpp', 4272 'xml/parser/SharedBufferReaderTest.cpp',
4274 ], 4273 ],
4275 } 4274 }
4276 } 4275 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/FileReaderLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698