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

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: fix build 2 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 1840 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 'workers/DedicatedWorkerMessagingProxy.h', 2237 'workers/DedicatedWorkerMessagingProxy.h',
2237 'workers/DedicatedWorkerThread.cpp', 2238 'workers/DedicatedWorkerThread.cpp',
2238 'workers/DedicatedWorkerThread.h', 2239 'workers/DedicatedWorkerThread.h',
2239 'workers/InProcessWorkerBase.cpp', 2240 'workers/InProcessWorkerBase.cpp',
2240 'workers/InProcessWorkerBase.h', 2241 'workers/InProcessWorkerBase.h',
2241 'workers/InProcessWorkerGlobalScopeProxy.h', 2242 'workers/InProcessWorkerGlobalScopeProxy.h',
2242 'workers/InProcessWorkerMessagingProxy.cpp', 2243 'workers/InProcessWorkerMessagingProxy.cpp',
2243 'workers/InProcessWorkerMessagingProxy.h', 2244 'workers/InProcessWorkerMessagingProxy.h',
2244 'workers/InProcessWorkerObjectProxy.cpp', 2245 'workers/InProcessWorkerObjectProxy.cpp',
2245 'workers/InProcessWorkerObjectProxy.h', 2246 'workers/InProcessWorkerObjectProxy.h',
2247 'workers/MainThreadWorkletGlobalScope.cpp',
2246 'workers/MainThreadWorkletGlobalScope.h', 2248 'workers/MainThreadWorkletGlobalScope.h',
2247 'workers/SharedWorker.cpp', 2249 'workers/SharedWorker.cpp',
2248 'workers/SharedWorker.h', 2250 'workers/SharedWorker.h',
2249 'workers/SharedWorkerGlobalScope.cpp', 2251 'workers/SharedWorkerGlobalScope.cpp',
2250 'workers/SharedWorkerGlobalScope.h', 2252 'workers/SharedWorkerGlobalScope.h',
2251 'workers/SharedWorkerRepositoryClient.h', 2253 'workers/SharedWorkerRepositoryClient.h',
2252 'workers/SharedWorkerThread.cpp', 2254 'workers/SharedWorkerThread.cpp',
2253 'workers/SharedWorkerThread.h', 2255 'workers/SharedWorkerThread.h',
2254 'workers/Worker.cpp', 2256 'workers/Worker.cpp',
2255 'workers/Worker.h', 2257 'workers/Worker.h',
(...skipping 12 matching lines...) Expand all
2268 'workers/WorkerNavigator.cpp', 2270 'workers/WorkerNavigator.cpp',
2269 'workers/WorkerNavigator.h', 2271 'workers/WorkerNavigator.h',
2270 'workers/WorkerOrWorkletGlobalScope.h', 2272 'workers/WorkerOrWorkletGlobalScope.h',
2271 'workers/WorkerReportingProxy.h', 2273 'workers/WorkerReportingProxy.h',
2272 'workers/WorkerScriptLoader.cpp', 2274 'workers/WorkerScriptLoader.cpp',
2273 'workers/WorkerScriptLoader.h', 2275 'workers/WorkerScriptLoader.h',
2274 'workers/WorkerThread.cpp', 2276 'workers/WorkerThread.cpp',
2275 'workers/WorkerThread.h', 2277 'workers/WorkerThread.h',
2276 'workers/WorkerThreadStartupData.cpp', 2278 'workers/WorkerThreadStartupData.cpp',
2277 'workers/WorkerThreadStartupData.h', 2279 'workers/WorkerThreadStartupData.h',
2280 'workers/WorkletGlobalScope.cpp',
2281 'workers/WorkletGlobalScope.h',
2278 'xml/DOMParser.cpp', 2282 'xml/DOMParser.cpp',
2279 'xml/DOMParser.h', 2283 'xml/DOMParser.h',
2280 'xml/DocumentXPathEvaluator.cpp', 2284 'xml/DocumentXPathEvaluator.cpp',
2281 'xml/DocumentXPathEvaluator.h', 2285 'xml/DocumentXPathEvaluator.h',
2282 'xml/DocumentXSLT.cpp', 2286 'xml/DocumentXSLT.cpp',
2283 'xml/DocumentXSLT.h', 2287 'xml/DocumentXSLT.h',
2284 'xml/NativeXPathNSResolver.cpp', 2288 'xml/NativeXPathNSResolver.cpp',
2285 'xml/NativeXPathNSResolver.h', 2289 'xml/NativeXPathNSResolver.h',
2286 'xml/XMLSerializer.cpp', 2290 'xml/XMLSerializer.cpp',
2287 'xml/XMLSerializer.h', 2291 'xml/XMLSerializer.h',
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
4143 'testing/PrivateScriptTestTest.cpp', 4147 'testing/PrivateScriptTestTest.cpp',
4144 'timing/MemoryInfoTest.cpp', 4148 'timing/MemoryInfoTest.cpp',
4145 'timing/PerformanceBaseTest.cpp', 4149 'timing/PerformanceBaseTest.cpp',
4146 'timing/PerformanceObserverTest.cpp', 4150 'timing/PerformanceObserverTest.cpp',
4147 'workers/WorkerThreadTest.cpp', 4151 'workers/WorkerThreadTest.cpp',
4148 'workers/WorkerThreadTestHelper.h', 4152 'workers/WorkerThreadTestHelper.h',
4149 'xml/parser/SharedBufferReaderTest.cpp', 4153 'xml/parser/SharedBufferReaderTest.cpp',
4150 ], 4154 ],
4151 } 4155 }
4152 } 4156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698