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

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 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4094 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4096 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4097 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4098 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4099 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4100 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4101 ],
4100 } 4102 }
4101 } 4103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698