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

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

Issue 2254593002: [worklets] Introduce AnimationWorkletGlobalScope and ThreadedWorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add super call to WorkletGlobalScope::dispose() 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 2293 matching lines...) Expand 10 before | Expand all | Expand 10 after
2304 'workers/MainThreadWorkletGlobalScope.h', 2304 'workers/MainThreadWorkletGlobalScope.h',
2305 'workers/ParentFrameTaskRunners.cpp', 2305 'workers/ParentFrameTaskRunners.cpp',
2306 'workers/ParentFrameTaskRunners.h', 2306 'workers/ParentFrameTaskRunners.h',
2307 'workers/SharedWorker.cpp', 2307 'workers/SharedWorker.cpp',
2308 'workers/SharedWorker.h', 2308 'workers/SharedWorker.h',
2309 'workers/SharedWorkerGlobalScope.cpp', 2309 'workers/SharedWorkerGlobalScope.cpp',
2310 'workers/SharedWorkerGlobalScope.h', 2310 'workers/SharedWorkerGlobalScope.h',
2311 'workers/SharedWorkerRepositoryClient.h', 2311 'workers/SharedWorkerRepositoryClient.h',
2312 'workers/SharedWorkerThread.cpp', 2312 'workers/SharedWorkerThread.cpp',
2313 'workers/SharedWorkerThread.h', 2313 'workers/SharedWorkerThread.h',
2314 'workers/ThreadedWorkletGlobalScope.cpp',
2315 'workers/ThreadedWorkletGlobalScope.h',
2314 'workers/ThreadedWorkletGlobalScopeProxy.h', 2316 'workers/ThreadedWorkletGlobalScopeProxy.h',
2315 'workers/Worker.cpp', 2317 'workers/Worker.cpp',
2316 'workers/Worker.h', 2318 'workers/Worker.h',
2317 'workers/WorkerBackingThread.cpp', 2319 'workers/WorkerBackingThread.cpp',
2318 'workers/WorkerBackingThread.h', 2320 'workers/WorkerBackingThread.h',
2319 'workers/WorkerClients.cpp', 2321 'workers/WorkerClients.cpp',
2320 'workers/WorkerClients.h', 2322 'workers/WorkerClients.h',
2321 'workers/WorkerEventQueue.cpp', 2323 'workers/WorkerEventQueue.cpp',
2322 'workers/WorkerEventQueue.h', 2324 'workers/WorkerEventQueue.h',
2323 'workers/WorkerGlobalScope.cpp', 2325 'workers/WorkerGlobalScope.cpp',
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
4300 'timing/MemoryInfoTest.cpp', 4302 'timing/MemoryInfoTest.cpp',
4301 'timing/PerformanceBaseTest.cpp', 4303 'timing/PerformanceBaseTest.cpp',
4302 'timing/PerformanceObserverTest.cpp', 4304 'timing/PerformanceObserverTest.cpp',
4303 'workers/DedicatedWorkerTest.cpp', 4305 'workers/DedicatedWorkerTest.cpp',
4304 'workers/WorkerThreadTest.cpp', 4306 'workers/WorkerThreadTest.cpp',
4305 'workers/WorkerThreadTestHelper.h', 4307 'workers/WorkerThreadTestHelper.h',
4306 'xml/parser/SharedBufferReaderTest.cpp', 4308 'xml/parser/SharedBufferReaderTest.cpp',
4307 ], 4309 ],
4308 } 4310 }
4309 } 4311 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/v8_utilities.py ('k') | third_party/WebKit/Source/core/dom/ExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698