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

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

Issue 2199633002: Revert of Pass per-frame task runners to Workers (when possible) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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/workers/InProcessWorkerMessagingProxy.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 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2257 'workers/DedicatedWorkerThread.h', 2257 'workers/DedicatedWorkerThread.h',
2258 'workers/InProcessWorkerBase.cpp', 2258 'workers/InProcessWorkerBase.cpp',
2259 'workers/InProcessWorkerBase.h', 2259 'workers/InProcessWorkerBase.h',
2260 'workers/InProcessWorkerGlobalScopeProxy.h', 2260 'workers/InProcessWorkerGlobalScopeProxy.h',
2261 'workers/InProcessWorkerMessagingProxy.cpp', 2261 'workers/InProcessWorkerMessagingProxy.cpp',
2262 'workers/InProcessWorkerMessagingProxy.h', 2262 'workers/InProcessWorkerMessagingProxy.h',
2263 'workers/InProcessWorkerObjectProxy.cpp', 2263 'workers/InProcessWorkerObjectProxy.cpp',
2264 'workers/InProcessWorkerObjectProxy.h', 2264 'workers/InProcessWorkerObjectProxy.h',
2265 'workers/MainThreadWorkletGlobalScope.cpp', 2265 'workers/MainThreadWorkletGlobalScope.cpp',
2266 'workers/MainThreadWorkletGlobalScope.h', 2266 'workers/MainThreadWorkletGlobalScope.h',
2267 'workers/ParentFrameTaskRunners.cpp',
2268 'workers/ParentFrameTaskRunners.h',
2269 'workers/SharedWorker.cpp', 2267 'workers/SharedWorker.cpp',
2270 'workers/SharedWorker.h', 2268 'workers/SharedWorker.h',
2271 'workers/SharedWorkerGlobalScope.cpp', 2269 'workers/SharedWorkerGlobalScope.cpp',
2272 'workers/SharedWorkerGlobalScope.h', 2270 'workers/SharedWorkerGlobalScope.h',
2273 'workers/SharedWorkerRepositoryClient.h', 2271 'workers/SharedWorkerRepositoryClient.h',
2274 'workers/SharedWorkerThread.cpp', 2272 'workers/SharedWorkerThread.cpp',
2275 'workers/SharedWorkerThread.h', 2273 'workers/SharedWorkerThread.h',
2276 'workers/Worker.cpp', 2274 'workers/Worker.cpp',
2277 'workers/Worker.h', 2275 'workers/Worker.h',
2278 'workers/WorkerBackingThread.cpp', 2276 'workers/WorkerBackingThread.cpp',
(...skipping 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 'testing/PrivateScriptTestTest.cpp', 4238 'testing/PrivateScriptTestTest.cpp',
4241 'timing/MemoryInfoTest.cpp', 4239 'timing/MemoryInfoTest.cpp',
4242 'timing/PerformanceBaseTest.cpp', 4240 'timing/PerformanceBaseTest.cpp',
4243 'timing/PerformanceObserverTest.cpp', 4241 'timing/PerformanceObserverTest.cpp',
4244 'workers/WorkerThreadTest.cpp', 4242 'workers/WorkerThreadTest.cpp',
4245 'workers/WorkerThreadTestHelper.h', 4243 'workers/WorkerThreadTestHelper.h',
4246 'xml/parser/SharedBufferReaderTest.cpp', 4244 'xml/parser/SharedBufferReaderTest.cpp',
4247 ], 4245 ],
4248 } 4246 }
4249 } 4247 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698