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

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

Issue 2262483003: Worklet: Move common worklet code from modules/worklet to core/workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove modules/worklet directory Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'timing/PerformanceNavigation.idl', 380 'timing/PerformanceNavigation.idl',
381 'timing/PerformanceObserver.idl', 381 'timing/PerformanceObserver.idl',
382 'timing/PerformanceObserverEntryList.idl', 382 'timing/PerformanceObserverEntryList.idl',
383 'timing/PerformanceRenderTiming.idl', 383 'timing/PerformanceRenderTiming.idl',
384 'timing/PerformanceResourceTiming.idl', 384 'timing/PerformanceResourceTiming.idl',
385 'timing/PerformanceTiming.idl', 385 'timing/PerformanceTiming.idl',
386 'timing/WorkerPerformance.idl', 386 'timing/WorkerPerformance.idl',
387 'workers/SharedWorker.idl', 387 'workers/SharedWorker.idl',
388 'workers/Worker.idl', 388 'workers/Worker.idl',
389 'workers/WorkerLocation.idl', 389 'workers/WorkerLocation.idl',
390 'workers/Worklet.idl',
390 'workers/WorkletGlobalScope.idl', 391 'workers/WorkletGlobalScope.idl',
391 'xml/DOMParser.idl', 392 'xml/DOMParser.idl',
392 'xml/XMLSerializer.idl', 393 'xml/XMLSerializer.idl',
393 'xml/XPathEvaluator.idl', 394 'xml/XPathEvaluator.idl',
394 'xml/XPathExpression.idl', 395 'xml/XPathExpression.idl',
395 'xml/XPathNSResolver.idl', 396 'xml/XPathNSResolver.idl',
396 'xml/XPathResult.idl', 397 'xml/XPathResult.idl',
397 'xml/XSLTProcessor.idl', 398 'xml/XSLTProcessor.idl',
398 'xmlhttprequest/XMLHttpRequest.idl', 399 'xmlhttprequest/XMLHttpRequest.idl',
399 'xmlhttprequest/XMLHttpRequestEventTarget.idl', 400 'xmlhttprequest/XMLHttpRequestEventTarget.idl',
(...skipping 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after
2293 'workers/MainThreadWorkletGlobalScope.h', 2294 'workers/MainThreadWorkletGlobalScope.h',
2294 'workers/ParentFrameTaskRunners.cpp', 2295 'workers/ParentFrameTaskRunners.cpp',
2295 'workers/ParentFrameTaskRunners.h', 2296 'workers/ParentFrameTaskRunners.h',
2296 'workers/SharedWorker.cpp', 2297 'workers/SharedWorker.cpp',
2297 'workers/SharedWorker.h', 2298 'workers/SharedWorker.h',
2298 'workers/SharedWorkerGlobalScope.cpp', 2299 'workers/SharedWorkerGlobalScope.cpp',
2299 'workers/SharedWorkerGlobalScope.h', 2300 'workers/SharedWorkerGlobalScope.h',
2300 'workers/SharedWorkerRepositoryClient.h', 2301 'workers/SharedWorkerRepositoryClient.h',
2301 'workers/SharedWorkerThread.cpp', 2302 'workers/SharedWorkerThread.cpp',
2302 'workers/SharedWorkerThread.h', 2303 'workers/SharedWorkerThread.h',
2304 'workers/ThreadedWorkletGlobalScopeProxy.h',
2303 'workers/Worker.cpp', 2305 'workers/Worker.cpp',
2304 'workers/Worker.h', 2306 'workers/Worker.h',
2305 'workers/WorkerBackingThread.cpp', 2307 'workers/WorkerBackingThread.cpp',
2306 'workers/WorkerBackingThread.h', 2308 'workers/WorkerBackingThread.h',
2307 'workers/WorkerClients.cpp', 2309 'workers/WorkerClients.cpp',
2308 'workers/WorkerClients.h', 2310 'workers/WorkerClients.h',
2309 'workers/WorkerEventQueue.cpp', 2311 'workers/WorkerEventQueue.cpp',
2310 'workers/WorkerEventQueue.h', 2312 'workers/WorkerEventQueue.h',
2311 'workers/WorkerGlobalScope.cpp', 2313 'workers/WorkerGlobalScope.cpp',
2312 'workers/WorkerGlobalScope.h', 2314 'workers/WorkerGlobalScope.h',
2313 'workers/WorkerInspectorProxy.cpp', 2315 'workers/WorkerInspectorProxy.cpp',
2314 'workers/WorkerInspectorProxy.h', 2316 'workers/WorkerInspectorProxy.h',
2315 'workers/WorkerLoaderProxy.cpp', 2317 'workers/WorkerLoaderProxy.cpp',
2316 'workers/WorkerLoaderProxy.h', 2318 'workers/WorkerLoaderProxy.h',
2317 'workers/WorkerLocation.h', 2319 'workers/WorkerLocation.h',
2318 'workers/WorkerNavigator.cpp', 2320 'workers/WorkerNavigator.cpp',
2319 'workers/WorkerNavigator.h', 2321 'workers/WorkerNavigator.h',
2320 'workers/WorkerOrWorkletGlobalScope.h', 2322 'workers/WorkerOrWorkletGlobalScope.h',
2321 'workers/WorkerReportingProxy.h', 2323 'workers/WorkerReportingProxy.h',
2322 'workers/WorkerScriptLoader.cpp', 2324 'workers/WorkerScriptLoader.cpp',
2323 'workers/WorkerScriptLoader.h', 2325 'workers/WorkerScriptLoader.h',
2324 'workers/WorkerSettings.cpp', 2326 'workers/WorkerSettings.cpp',
2325 'workers/WorkerSettings.h', 2327 'workers/WorkerSettings.h',
2326 'workers/WorkerThread.cpp', 2328 'workers/WorkerThread.cpp',
2327 'workers/WorkerThread.h', 2329 'workers/WorkerThread.h',
2328 'workers/WorkerThreadLifecycleObserver.cpp', 2330 'workers/WorkerThreadLifecycleObserver.cpp',
2329 'workers/WorkerThreadLifecycleObserver.h', 2331 'workers/WorkerThreadLifecycleObserver.h',
2330 'workers/WorkerThreadStartupData.cpp', 2332 'workers/WorkerThreadStartupData.cpp',
2331 'workers/WorkerThreadStartupData.h', 2333 'workers/WorkerThreadStartupData.h',
2334 'workers/Worklet.cpp',
2335 'workers/Worklet.h',
2332 'workers/WorkletGlobalScope.cpp', 2336 'workers/WorkletGlobalScope.cpp',
2333 'workers/WorkletGlobalScope.h', 2337 'workers/WorkletGlobalScope.h',
2338 'workers/WorkletScriptLoader.cpp',
2339 'workers/WorkletScriptLoader.h',
2334 'xml/DOMParser.cpp', 2340 'xml/DOMParser.cpp',
2335 'xml/DOMParser.h', 2341 'xml/DOMParser.h',
2336 'xml/DocumentXPathEvaluator.cpp', 2342 'xml/DocumentXPathEvaluator.cpp',
2337 'xml/DocumentXPathEvaluator.h', 2343 'xml/DocumentXPathEvaluator.h',
2338 'xml/DocumentXSLT.cpp', 2344 'xml/DocumentXSLT.cpp',
2339 'xml/DocumentXSLT.h', 2345 'xml/DocumentXSLT.h',
2340 'xml/NativeXPathNSResolver.cpp', 2346 'xml/NativeXPathNSResolver.cpp',
2341 'xml/NativeXPathNSResolver.h', 2347 'xml/NativeXPathNSResolver.h',
2342 'xml/XMLSerializer.cpp', 2348 'xml/XMLSerializer.cpp',
2343 'xml/XMLSerializer.h', 2349 'xml/XMLSerializer.h',
(...skipping 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after
4279 'testing/PrivateScriptTestTest.cpp', 4285 'testing/PrivateScriptTestTest.cpp',
4280 'timing/MemoryInfoTest.cpp', 4286 'timing/MemoryInfoTest.cpp',
4281 'timing/PerformanceBaseTest.cpp', 4287 'timing/PerformanceBaseTest.cpp',
4282 'timing/PerformanceObserverTest.cpp', 4288 'timing/PerformanceObserverTest.cpp',
4283 'workers/WorkerThreadTest.cpp', 4289 'workers/WorkerThreadTest.cpp',
4284 'workers/WorkerThreadTestHelper.h', 4290 'workers/WorkerThreadTestHelper.h',
4285 'xml/parser/SharedBufferReaderTest.cpp', 4291 'xml/parser/SharedBufferReaderTest.cpp',
4286 ], 4292 ],
4287 } 4293 }
4288 } 4294 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698