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

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

Issue 2228433002: Revert of 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: 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 'loader/PrerendererClient.h', 1943 'loader/PrerendererClient.h',
1944 'loader/ProgressTracker.cpp', 1944 'loader/ProgressTracker.cpp',
1945 'loader/SinkDocument.cpp', 1945 'loader/SinkDocument.cpp',
1946 'loader/SinkDocument.h', 1946 'loader/SinkDocument.h',
1947 'loader/TextResourceDecoderBuilder.cpp', 1947 'loader/TextResourceDecoderBuilder.cpp',
1948 'loader/TextResourceDecoderBuilder.h', 1948 'loader/TextResourceDecoderBuilder.h',
1949 'loader/TextTrackLoader.cpp', 1949 'loader/TextTrackLoader.cpp',
1950 'loader/TextTrackLoader.h', 1950 'loader/TextTrackLoader.h',
1951 'loader/ThreadableLoader.cpp', 1951 'loader/ThreadableLoader.cpp',
1952 'loader/ThreadableLoaderClient.h', 1952 'loader/ThreadableLoaderClient.h',
1953 'loader/ThreadableLoaderClientWrapper.h',
1953 'loader/WorkerThreadableLoader.cpp', 1954 'loader/WorkerThreadableLoader.cpp',
1954 'loader/WorkerThreadableLoader.h', 1955 'loader/WorkerThreadableLoader.h',
1955 'loader/appcache/ApplicationCache.cpp', 1956 'loader/appcache/ApplicationCache.cpp',
1956 'loader/appcache/ApplicationCache.h', 1957 'loader/appcache/ApplicationCache.h',
1957 'loader/appcache/ApplicationCacheHost.cpp', 1958 'loader/appcache/ApplicationCacheHost.cpp',
1958 'loader/appcache/ApplicationCacheHost.h', 1959 'loader/appcache/ApplicationCacheHost.h',
1959 'offscreencanvas/OffscreenCanvas.cpp', 1960 'offscreencanvas/OffscreenCanvas.cpp',
1960 'offscreencanvas/OffscreenCanvas.h', 1961 'offscreencanvas/OffscreenCanvas.h',
1961 'origin_trials/OriginTrialContext.cpp', 1962 'origin_trials/OriginTrialContext.cpp',
1962 'origin_trials/OriginTrialContext.h', 1963 'origin_trials/OriginTrialContext.h',
(...skipping 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after
4236 'testing/PrivateScriptTestTest.cpp', 4237 'testing/PrivateScriptTestTest.cpp',
4237 'timing/MemoryInfoTest.cpp', 4238 'timing/MemoryInfoTest.cpp',
4238 'timing/PerformanceBaseTest.cpp', 4239 'timing/PerformanceBaseTest.cpp',
4239 'timing/PerformanceObserverTest.cpp', 4240 'timing/PerformanceObserverTest.cpp',
4240 'workers/WorkerThreadTest.cpp', 4241 'workers/WorkerThreadTest.cpp',
4241 'workers/WorkerThreadTestHelper.h', 4242 'workers/WorkerThreadTestHelper.h',
4242 'xml/parser/SharedBufferReaderTest.cpp', 4243 'xml/parser/SharedBufferReaderTest.cpp',
4243 ], 4244 ],
4244 } 4245 }
4245 } 4246 }
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