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

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

Issue 2029163002: Worklets - Change inheritance heirarchy of WorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 4 years, 6 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'timing/PerformanceNavigation.idl', 376 'timing/PerformanceNavigation.idl',
377 'timing/PerformanceObserver.idl', 377 'timing/PerformanceObserver.idl',
378 'timing/PerformanceObserverEntryList.idl', 378 'timing/PerformanceObserverEntryList.idl',
379 'timing/PerformanceRenderTiming.idl', 379 'timing/PerformanceRenderTiming.idl',
380 'timing/PerformanceResourceTiming.idl', 380 'timing/PerformanceResourceTiming.idl',
381 'timing/PerformanceTiming.idl', 381 'timing/PerformanceTiming.idl',
382 'timing/WorkerPerformance.idl', 382 'timing/WorkerPerformance.idl',
383 'workers/SharedWorker.idl', 383 'workers/SharedWorker.idl',
384 'workers/Worker.idl', 384 'workers/Worker.idl',
385 'workers/WorkerLocation.idl', 385 'workers/WorkerLocation.idl',
386 'workers/WorkletGlobalScope.idl',
386 'xml/DOMParser.idl', 387 'xml/DOMParser.idl',
387 'xml/XMLSerializer.idl', 388 'xml/XMLSerializer.idl',
388 'xml/XPathEvaluator.idl', 389 'xml/XPathEvaluator.idl',
389 'xml/XPathExpression.idl', 390 'xml/XPathExpression.idl',
390 'xml/XPathNSResolver.idl', 391 'xml/XPathNSResolver.idl',
391 'xml/XPathResult.idl', 392 'xml/XPathResult.idl',
392 'xml/XSLTProcessor.idl', 393 'xml/XSLTProcessor.idl',
393 'xmlhttprequest/XMLHttpRequest.idl', 394 'xmlhttprequest/XMLHttpRequest.idl',
394 'xmlhttprequest/XMLHttpRequestEventTarget.idl', 395 'xmlhttprequest/XMLHttpRequestEventTarget.idl',
395 'xmlhttprequest/XMLHttpRequestUpload.idl', 396 'xmlhttprequest/XMLHttpRequestUpload.idl',
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
2240 'workers/DedicatedWorkerMessagingProxy.h', 2241 'workers/DedicatedWorkerMessagingProxy.h',
2241 'workers/DedicatedWorkerThread.cpp', 2242 'workers/DedicatedWorkerThread.cpp',
2242 'workers/DedicatedWorkerThread.h', 2243 'workers/DedicatedWorkerThread.h',
2243 'workers/InProcessWorkerBase.cpp', 2244 'workers/InProcessWorkerBase.cpp',
2244 'workers/InProcessWorkerBase.h', 2245 'workers/InProcessWorkerBase.h',
2245 'workers/InProcessWorkerGlobalScopeProxy.h', 2246 'workers/InProcessWorkerGlobalScopeProxy.h',
2246 'workers/InProcessWorkerMessagingProxy.cpp', 2247 'workers/InProcessWorkerMessagingProxy.cpp',
2247 'workers/InProcessWorkerMessagingProxy.h', 2248 'workers/InProcessWorkerMessagingProxy.h',
2248 'workers/InProcessWorkerObjectProxy.cpp', 2249 'workers/InProcessWorkerObjectProxy.cpp',
2249 'workers/InProcessWorkerObjectProxy.h', 2250 'workers/InProcessWorkerObjectProxy.h',
2251 'workers/MainThreadWorkletGlobalScope.cpp',
2250 'workers/MainThreadWorkletGlobalScope.h', 2252 'workers/MainThreadWorkletGlobalScope.h',
2251 'workers/SharedWorker.cpp', 2253 'workers/SharedWorker.cpp',
2252 'workers/SharedWorker.h', 2254 'workers/SharedWorker.h',
2253 'workers/SharedWorkerGlobalScope.cpp', 2255 'workers/SharedWorkerGlobalScope.cpp',
2254 'workers/SharedWorkerGlobalScope.h', 2256 'workers/SharedWorkerGlobalScope.h',
2255 'workers/SharedWorkerRepositoryClient.h', 2257 'workers/SharedWorkerRepositoryClient.h',
2256 'workers/SharedWorkerThread.cpp', 2258 'workers/SharedWorkerThread.cpp',
2257 'workers/SharedWorkerThread.h', 2259 'workers/SharedWorkerThread.h',
2258 'workers/Worker.cpp', 2260 'workers/Worker.cpp',
2259 'workers/Worker.h', 2261 'workers/Worker.h',
(...skipping 12 matching lines...) Expand all
2272 'workers/WorkerNavigator.cpp', 2274 'workers/WorkerNavigator.cpp',
2273 'workers/WorkerNavigator.h', 2275 'workers/WorkerNavigator.h',
2274 'workers/WorkerOrWorkletGlobalScope.h', 2276 'workers/WorkerOrWorkletGlobalScope.h',
2275 'workers/WorkerReportingProxy.h', 2277 'workers/WorkerReportingProxy.h',
2276 'workers/WorkerScriptLoader.cpp', 2278 'workers/WorkerScriptLoader.cpp',
2277 'workers/WorkerScriptLoader.h', 2279 'workers/WorkerScriptLoader.h',
2278 'workers/WorkerThread.cpp', 2280 'workers/WorkerThread.cpp',
2279 'workers/WorkerThread.h', 2281 'workers/WorkerThread.h',
2280 'workers/WorkerThreadStartupData.cpp', 2282 'workers/WorkerThreadStartupData.cpp',
2281 'workers/WorkerThreadStartupData.h', 2283 'workers/WorkerThreadStartupData.h',
2284 'workers/WorkletGlobalScope.cpp',
2285 'workers/WorkletGlobalScope.h',
2282 'xml/DOMParser.cpp', 2286 'xml/DOMParser.cpp',
2283 'xml/DOMParser.h', 2287 'xml/DOMParser.h',
2284 'xml/DocumentXPathEvaluator.cpp', 2288 'xml/DocumentXPathEvaluator.cpp',
2285 'xml/DocumentXPathEvaluator.h', 2289 'xml/DocumentXPathEvaluator.h',
2286 'xml/DocumentXSLT.cpp', 2290 'xml/DocumentXSLT.cpp',
2287 'xml/DocumentXSLT.h', 2291 'xml/DocumentXSLT.h',
2288 'xml/NativeXPathNSResolver.cpp', 2292 'xml/NativeXPathNSResolver.cpp',
2289 'xml/NativeXPathNSResolver.h', 2293 'xml/NativeXPathNSResolver.h',
2290 'xml/XMLSerializer.cpp', 2294 'xml/XMLSerializer.cpp',
2291 'xml/XMLSerializer.h', 2295 'xml/XMLSerializer.h',
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
4153 'testing/PrivateScriptTestTest.cpp', 4157 'testing/PrivateScriptTestTest.cpp',
4154 'timing/MemoryInfoTest.cpp', 4158 'timing/MemoryInfoTest.cpp',
4155 'timing/PerformanceBaseTest.cpp', 4159 'timing/PerformanceBaseTest.cpp',
4156 'timing/PerformanceObserverTest.cpp', 4160 'timing/PerformanceObserverTest.cpp',
4157 'workers/WorkerThreadTest.cpp', 4161 'workers/WorkerThreadTest.cpp',
4158 'workers/WorkerThreadTestHelper.h', 4162 'workers/WorkerThreadTestHelper.h',
4159 'xml/parser/SharedBufferReaderTest.cpp', 4163 'xml/parser/SharedBufferReaderTest.cpp',
4160 ], 4164 ],
4161 } 4165 }
4162 } 4166 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698