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

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

Issue 2310673002: [worklets] Split up InProcessWorkerMessagingProxy into a base+worker class. (Closed)
Patch Set: ... 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
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 2286 matching lines...) Expand 10 before | Expand all | Expand 10 after
2297 'workers/DedicatedWorkerGlobalScope.cpp', 2297 'workers/DedicatedWorkerGlobalScope.cpp',
2298 'workers/DedicatedWorkerGlobalScope.h', 2298 'workers/DedicatedWorkerGlobalScope.h',
2299 'workers/DedicatedWorkerGlobalScopeProxyProvider.cpp', 2299 'workers/DedicatedWorkerGlobalScopeProxyProvider.cpp',
2300 'workers/DedicatedWorkerGlobalScopeProxyProvider.h', 2300 'workers/DedicatedWorkerGlobalScopeProxyProvider.h',
2301 'workers/DedicatedWorkerMessagingProxy.cpp', 2301 'workers/DedicatedWorkerMessagingProxy.cpp',
2302 'workers/DedicatedWorkerMessagingProxy.h', 2302 'workers/DedicatedWorkerMessagingProxy.h',
2303 'workers/DedicatedWorkerThread.cpp', 2303 'workers/DedicatedWorkerThread.cpp',
2304 'workers/DedicatedWorkerThread.h', 2304 'workers/DedicatedWorkerThread.h',
2305 'workers/InProcessWorkerBase.cpp', 2305 'workers/InProcessWorkerBase.cpp',
2306 'workers/InProcessWorkerBase.h', 2306 'workers/InProcessWorkerBase.h',
2307 'workers/InProcessWorkerGlobalScopeProxy.h',
2308 'workers/InProcessWorkerMessagingProxy.cpp', 2307 'workers/InProcessWorkerMessagingProxy.cpp',
2309 'workers/InProcessWorkerMessagingProxy.h', 2308 'workers/InProcessWorkerMessagingProxy.h',
2310 'workers/InProcessWorkerObjectProxy.cpp', 2309 'workers/InProcessWorkerObjectProxy.cpp',
2311 'workers/InProcessWorkerObjectProxy.h', 2310 'workers/InProcessWorkerObjectProxy.h',
2312 'workers/MainThreadWorkletGlobalScope.cpp', 2311 'workers/MainThreadWorkletGlobalScope.cpp',
2313 'workers/MainThreadWorkletGlobalScope.h', 2312 'workers/MainThreadWorkletGlobalScope.h',
2314 'workers/ParentFrameTaskRunners.cpp', 2313 'workers/ParentFrameTaskRunners.cpp',
2315 'workers/ParentFrameTaskRunners.h', 2314 'workers/ParentFrameTaskRunners.h',
2316 'workers/SharedWorker.cpp', 2315 'workers/SharedWorker.cpp',
2317 'workers/SharedWorker.h', 2316 'workers/SharedWorker.h',
2318 'workers/SharedWorkerGlobalScope.cpp', 2317 'workers/SharedWorkerGlobalScope.cpp',
2319 'workers/SharedWorkerGlobalScope.h', 2318 'workers/SharedWorkerGlobalScope.h',
2320 'workers/SharedWorkerRepositoryClient.h', 2319 'workers/SharedWorkerRepositoryClient.h',
2321 'workers/SharedWorkerThread.cpp', 2320 'workers/SharedWorkerThread.cpp',
2322 'workers/SharedWorkerThread.h', 2321 'workers/SharedWorkerThread.h',
2322 'workers/ThreadedGlobalScopeProxy.h',
2323 'workers/ThreadedMessagingProxyBase.cpp',
2324 'workers/ThreadedMessagingProxyBase.h',
2323 'workers/ThreadedWorkletGlobalScope.cpp', 2325 'workers/ThreadedWorkletGlobalScope.cpp',
2324 'workers/ThreadedWorkletGlobalScope.h', 2326 'workers/ThreadedWorkletGlobalScope.h',
2325 'workers/ThreadedWorkletGlobalScopeProxy.h', 2327 'workers/ThreadedWorkletGlobalScopeProxy.h',
2326 'workers/Worker.cpp', 2328 'workers/Worker.cpp',
2327 'workers/Worker.h', 2329 'workers/Worker.h',
2328 'workers/WorkerBackingThread.cpp', 2330 'workers/WorkerBackingThread.cpp',
2329 'workers/WorkerBackingThread.h', 2331 'workers/WorkerBackingThread.h',
2330 'workers/WorkerClients.cpp', 2332 'workers/WorkerClients.cpp',
2331 'workers/WorkerClients.h', 2333 'workers/WorkerClients.h',
2332 'workers/WorkerEventQueue.cpp', 2334 'workers/WorkerEventQueue.cpp',
(...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
3534 'testing/TypeConversions.h', 3536 'testing/TypeConversions.h',
3535 'testing/UnionTypesTest.cpp', 3537 'testing/UnionTypesTest.cpp',
3536 'testing/UnionTypesTest.h', 3538 'testing/UnionTypesTest.h',
3537 'testing/v8/WebCoreTestSupport.cpp', 3539 'testing/v8/WebCoreTestSupport.cpp',
3538 'testing/v8/WebCoreTestSupport.h', 3540 'testing/v8/WebCoreTestSupport.h',
3539 'testing/WorkerInternals.cpp', 3541 'testing/WorkerInternals.cpp',
3540 'testing/WorkerInternals.h', 3542 'testing/WorkerInternals.h',
3541 ], 3543 ],
3542 } 3544 }
3543 } 3545 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698