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

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

Issue 1897193002: Worker: Rename worker components to clarify what they work for (part 2) (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 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2231 'workers/DedicatedWorkerGlobalScopeProxyProvider.h', 2231 'workers/DedicatedWorkerGlobalScopeProxyProvider.h',
2232 'workers/DedicatedWorkerMessagingProxy.cpp', 2232 'workers/DedicatedWorkerMessagingProxy.cpp',
2233 'workers/DedicatedWorkerMessagingProxy.h', 2233 'workers/DedicatedWorkerMessagingProxy.h',
2234 'workers/DedicatedWorkerThread.cpp', 2234 'workers/DedicatedWorkerThread.cpp',
2235 'workers/DedicatedWorkerThread.h', 2235 'workers/DedicatedWorkerThread.h',
2236 'workers/InProcessWorkerBase.cpp', 2236 'workers/InProcessWorkerBase.cpp',
2237 'workers/InProcessWorkerBase.h', 2237 'workers/InProcessWorkerBase.h',
2238 'workers/InProcessWorkerGlobalScopeProxy.h', 2238 'workers/InProcessWorkerGlobalScopeProxy.h',
2239 'workers/InProcessWorkerMessagingProxy.cpp', 2239 'workers/InProcessWorkerMessagingProxy.cpp',
2240 'workers/InProcessWorkerMessagingProxy.h', 2240 'workers/InProcessWorkerMessagingProxy.h',
2241 'workers/InProcessWorkerObjectProxy.cpp',
2242 'workers/InProcessWorkerObjectProxy.h',
2241 'workers/MainThreadWorkletGlobalScope.h', 2243 'workers/MainThreadWorkletGlobalScope.h',
2242 'workers/SharedWorker.cpp', 2244 'workers/SharedWorker.cpp',
2243 'workers/SharedWorker.h', 2245 'workers/SharedWorker.h',
2244 'workers/SharedWorkerGlobalScope.cpp', 2246 'workers/SharedWorkerGlobalScope.cpp',
2245 'workers/SharedWorkerGlobalScope.h', 2247 'workers/SharedWorkerGlobalScope.h',
2246 'workers/SharedWorkerRepositoryClient.h', 2248 'workers/SharedWorkerRepositoryClient.h',
2247 'workers/SharedWorkerThread.cpp', 2249 'workers/SharedWorkerThread.cpp',
2248 'workers/SharedWorkerThread.h', 2250 'workers/SharedWorkerThread.h',
2249 'workers/Worker.cpp', 2251 'workers/Worker.cpp',
2250 'workers/Worker.h', 2252 'workers/Worker.h',
2251 'workers/WorkerBackingThread.cpp', 2253 'workers/WorkerBackingThread.cpp',
2252 'workers/WorkerBackingThread.h', 2254 'workers/WorkerBackingThread.h',
2253 'workers/WorkerClients.h', 2255 'workers/WorkerClients.h',
2254 'workers/WorkerConsole.cpp', 2256 'workers/WorkerConsole.cpp',
2255 'workers/WorkerConsole.h', 2257 'workers/WorkerConsole.h',
2256 'workers/WorkerEventQueue.cpp', 2258 'workers/WorkerEventQueue.cpp',
2257 'workers/WorkerEventQueue.h', 2259 'workers/WorkerEventQueue.h',
2258 'workers/WorkerGlobalScope.cpp', 2260 'workers/WorkerGlobalScope.cpp',
2259 'workers/WorkerGlobalScope.h', 2261 'workers/WorkerGlobalScope.h',
2260 'workers/WorkerInspectorProxy.cpp', 2262 'workers/WorkerInspectorProxy.cpp',
2261 'workers/WorkerInspectorProxy.h', 2263 'workers/WorkerInspectorProxy.h',
2262 'workers/WorkerLoaderProxy.cpp', 2264 'workers/WorkerLoaderProxy.cpp',
2263 'workers/WorkerLoaderProxy.h', 2265 'workers/WorkerLoaderProxy.h',
2264 'workers/WorkerLocation.h', 2266 'workers/WorkerLocation.h',
2265 'workers/WorkerNavigator.cpp', 2267 'workers/WorkerNavigator.cpp',
2266 'workers/WorkerNavigator.h', 2268 'workers/WorkerNavigator.h',
2267 'workers/WorkerObjectProxy.cpp',
2268 'workers/WorkerObjectProxy.h',
2269 'workers/WorkerOrWorkletGlobalScope.h', 2269 'workers/WorkerOrWorkletGlobalScope.h',
2270 'workers/WorkerReportingProxy.h', 2270 'workers/WorkerReportingProxy.h',
2271 'workers/WorkerScriptLoader.cpp', 2271 'workers/WorkerScriptLoader.cpp',
2272 'workers/WorkerScriptLoader.h', 2272 'workers/WorkerScriptLoader.h',
2273 'workers/WorkerThread.cpp', 2273 'workers/WorkerThread.cpp',
2274 'workers/WorkerThread.h', 2274 'workers/WorkerThread.h',
2275 'workers/WorkerThreadStartupData.cpp', 2275 'workers/WorkerThreadStartupData.cpp',
2276 'workers/WorkerThreadStartupData.h', 2276 'workers/WorkerThreadStartupData.h',
2277 'xml/DOMParser.cpp', 2277 'xml/DOMParser.cpp',
2278 'xml/DOMParser.h', 2278 'xml/DOMParser.h',
(...skipping 1823 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'svg/SVGPathParserTest.cpp', 4102 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4104 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4105 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4106 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4107 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4108 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4109 ],
4110 } 4110 }
4111 } 4111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698