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

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

Issue 1733353004: Introduce WorkerBackingThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 'workers/MainThreadWorkletGlobalScope.h', 2222 'workers/MainThreadWorkletGlobalScope.h',
2223 'workers/SharedWorker.cpp', 2223 'workers/SharedWorker.cpp',
2224 'workers/SharedWorker.h', 2224 'workers/SharedWorker.h',
2225 'workers/SharedWorkerGlobalScope.cpp', 2225 'workers/SharedWorkerGlobalScope.cpp',
2226 'workers/SharedWorkerGlobalScope.h', 2226 'workers/SharedWorkerGlobalScope.h',
2227 'workers/SharedWorkerRepositoryClient.h', 2227 'workers/SharedWorkerRepositoryClient.h',
2228 'workers/SharedWorkerThread.cpp', 2228 'workers/SharedWorkerThread.cpp',
2229 'workers/SharedWorkerThread.h', 2229 'workers/SharedWorkerThread.h',
2230 'workers/Worker.cpp', 2230 'workers/Worker.cpp',
2231 'workers/Worker.h', 2231 'workers/Worker.h',
2232 'workers/WorkerBackingThread.cpp',
2233 'workers/WorkerBackingThread.h',
2232 'workers/WorkerClients.h', 2234 'workers/WorkerClients.h',
2233 'workers/WorkerConsole.cpp', 2235 'workers/WorkerConsole.cpp',
2234 'workers/WorkerConsole.h', 2236 'workers/WorkerConsole.h',
2235 'workers/WorkerEventQueue.cpp', 2237 'workers/WorkerEventQueue.cpp',
2236 'workers/WorkerEventQueue.h', 2238 'workers/WorkerEventQueue.h',
2237 'workers/WorkerGlobalScope.cpp', 2239 'workers/WorkerGlobalScope.cpp',
2238 'workers/WorkerGlobalScope.h', 2240 'workers/WorkerGlobalScope.h',
2239 'workers/WorkerGlobalScopeProxy.h', 2241 'workers/WorkerGlobalScopeProxy.h',
2240 'workers/WorkerGlobalScopeProxyProvider.cpp', 2242 'workers/WorkerGlobalScopeProxyProvider.cpp',
2241 'workers/WorkerGlobalScopeProxyProvider.h', 2243 'workers/WorkerGlobalScopeProxyProvider.h',
(...skipping 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after
4085 'svg/SVGPathParserTest.cpp', 4087 'svg/SVGPathParserTest.cpp',
4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4087 'testing/PrivateScriptTestTest.cpp', 4089 'testing/PrivateScriptTestTest.cpp',
4088 'timing/MemoryInfoTest.cpp', 4090 'timing/MemoryInfoTest.cpp',
4089 'workers/WorkerThreadTest.cpp', 4091 'workers/WorkerThreadTest.cpp',
4090 'workers/WorkerThreadTestHelper.h', 4092 'workers/WorkerThreadTestHelper.h',
4091 'xml/parser/SharedBufferReaderTest.cpp', 4093 'xml/parser/SharedBufferReaderTest.cpp',
4092 ], 4094 ],
4093 } 4095 }
4094 } 4096 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698