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

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
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 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 'loader/PrerendererClient.h', 1946 'loader/PrerendererClient.h',
1947 'loader/ProgressTracker.cpp', 1947 'loader/ProgressTracker.cpp',
1948 'loader/SinkDocument.cpp', 1948 'loader/SinkDocument.cpp',
1949 'loader/SinkDocument.h', 1949 'loader/SinkDocument.h',
1950 'loader/TextResourceDecoderBuilder.cpp', 1950 'loader/TextResourceDecoderBuilder.cpp',
1951 'loader/TextResourceDecoderBuilder.h', 1951 'loader/TextResourceDecoderBuilder.h',
1952 'loader/TextTrackLoader.cpp', 1952 'loader/TextTrackLoader.cpp',
1953 'loader/TextTrackLoader.h', 1953 'loader/TextTrackLoader.h',
1954 'loader/ThreadableLoader.cpp', 1954 'loader/ThreadableLoader.cpp',
1955 'loader/ThreadableLoaderClient.h', 1955 'loader/ThreadableLoaderClient.h',
1956 'loader/ThreadableLoaderClientWrapper.h',
1957 'loader/WorkerThreadableLoader.cpp', 1956 'loader/WorkerThreadableLoader.cpp',
1958 'loader/WorkerThreadableLoader.h', 1957 'loader/WorkerThreadableLoader.h',
1959 'loader/appcache/ApplicationCache.cpp', 1958 'loader/appcache/ApplicationCache.cpp',
1960 'loader/appcache/ApplicationCache.h', 1959 'loader/appcache/ApplicationCache.h',
1961 'loader/appcache/ApplicationCacheHost.cpp', 1960 'loader/appcache/ApplicationCacheHost.cpp',
1962 'loader/appcache/ApplicationCacheHost.h', 1961 'loader/appcache/ApplicationCacheHost.h',
1963 'offscreencanvas/OffscreenCanvas.cpp', 1962 'offscreencanvas/OffscreenCanvas.cpp',
1964 'offscreencanvas/OffscreenCanvas.h', 1963 'offscreencanvas/OffscreenCanvas.h',
1965 'origin_trials/OriginTrialContext.cpp', 1964 'origin_trials/OriginTrialContext.cpp',
1966 'origin_trials/OriginTrialContext.h', 1965 'origin_trials/OriginTrialContext.h',
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
4238 'testing/PrivateScriptTestTest.cpp', 4237 'testing/PrivateScriptTestTest.cpp',
4239 'timing/MemoryInfoTest.cpp', 4238 'timing/MemoryInfoTest.cpp',
4240 'timing/PerformanceBaseTest.cpp', 4239 'timing/PerformanceBaseTest.cpp',
4241 'timing/PerformanceObserverTest.cpp', 4240 'timing/PerformanceObserverTest.cpp',
4242 'workers/WorkerThreadTest.cpp', 4241 'workers/WorkerThreadTest.cpp',
4243 'workers/WorkerThreadTestHelper.h', 4242 'workers/WorkerThreadTestHelper.h',
4244 'xml/parser/SharedBufferReaderTest.cpp', 4243 'xml/parser/SharedBufferReaderTest.cpp',
4245 ], 4244 ],
4246 } 4245 }
4247 } 4246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698