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

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

Issue 2171973002: [WIP][worklets] ThreadedWorkletGlobalScope + AnimationWorkletGlobalScope Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 'workers/ParentFrameTaskRunners.h', 2302 'workers/ParentFrameTaskRunners.h',
2303 'workers/SharedWorker.cpp', 2303 'workers/SharedWorker.cpp',
2304 'workers/SharedWorker.h', 2304 'workers/SharedWorker.h',
2305 'workers/SharedWorkerGlobalScope.cpp', 2305 'workers/SharedWorkerGlobalScope.cpp',
2306 'workers/SharedWorkerGlobalScope.h', 2306 'workers/SharedWorkerGlobalScope.h',
2307 'workers/SharedWorkerRepositoryClient.h', 2307 'workers/SharedWorkerRepositoryClient.h',
2308 'workers/SharedWorkerThread.cpp', 2308 'workers/SharedWorkerThread.cpp',
2309 'workers/SharedWorkerThread.h', 2309 'workers/SharedWorkerThread.h',
2310 'workers/ThreadedWorkletGlobalScope.cpp', 2310 'workers/ThreadedWorkletGlobalScope.cpp',
2311 'workers/ThreadedWorkletGlobalScope.h', 2311 'workers/ThreadedWorkletGlobalScope.h',
2312 'workers/ThreadedWorkletGlobalScopeProxy.h', 2312 'workers/ThreadedWorkletMessagingProxy.cpp',
2313 'workers/ThreadedWorkletMessagingProxy.h',
2314 'workers/ThreadedWorkletObjectProxy.cpp',
2315 'workers/ThreadedWorkletObjectProxy.h',
2313 'workers/Worker.cpp', 2316 'workers/Worker.cpp',
2314 'workers/Worker.h', 2317 'workers/Worker.h',
2315 'workers/WorkerBackingThread.cpp', 2318 'workers/WorkerBackingThread.cpp',
2316 'workers/WorkerBackingThread.h', 2319 'workers/WorkerBackingThread.h',
2317 'workers/WorkerClients.cpp', 2320 'workers/WorkerClients.cpp',
2318 'workers/WorkerClients.h', 2321 'workers/WorkerClients.h',
2319 'workers/WorkerEventQueue.cpp', 2322 'workers/WorkerEventQueue.cpp',
2320 'workers/WorkerEventQueue.h', 2323 'workers/WorkerEventQueue.h',
2321 'workers/WorkerGlobalScope.cpp', 2324 'workers/WorkerGlobalScope.cpp',
2322 'workers/WorkerGlobalScope.h', 2325 'workers/WorkerGlobalScope.h',
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
4298 'timing/MemoryInfoTest.cpp', 4301 'timing/MemoryInfoTest.cpp',
4299 'timing/PerformanceBaseTest.cpp', 4302 'timing/PerformanceBaseTest.cpp',
4300 'timing/PerformanceObserverTest.cpp', 4303 'timing/PerformanceObserverTest.cpp',
4301 'workers/DedicatedWorkerTest.cpp', 4304 'workers/DedicatedWorkerTest.cpp',
4302 'workers/WorkerThreadTest.cpp', 4305 'workers/WorkerThreadTest.cpp',
4303 'workers/WorkerThreadTestHelper.h', 4306 'workers/WorkerThreadTestHelper.h',
4304 'xml/parser/SharedBufferReaderTest.cpp', 4307 'xml/parser/SharedBufferReaderTest.cpp',
4305 ], 4308 ],
4306 } 4309 }
4307 } 4310 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698