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

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

Issue 2025783002: Worker: Introduce an observation mechanism for WorkerThread termination (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delayed_task
Patch Set: remake and add tests 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 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2279 'workers/WorkerLoaderProxy.h', 2279 'workers/WorkerLoaderProxy.h',
2280 'workers/WorkerLocation.h', 2280 'workers/WorkerLocation.h',
2281 'workers/WorkerNavigator.cpp', 2281 'workers/WorkerNavigator.cpp',
2282 'workers/WorkerNavigator.h', 2282 'workers/WorkerNavigator.h',
2283 'workers/WorkerOrWorkletGlobalScope.h', 2283 'workers/WorkerOrWorkletGlobalScope.h',
2284 'workers/WorkerReportingProxy.h', 2284 'workers/WorkerReportingProxy.h',
2285 'workers/WorkerScriptLoader.cpp', 2285 'workers/WorkerScriptLoader.cpp',
2286 'workers/WorkerScriptLoader.h', 2286 'workers/WorkerScriptLoader.h',
2287 'workers/WorkerThread.cpp', 2287 'workers/WorkerThread.cpp',
2288 'workers/WorkerThread.h', 2288 'workers/WorkerThread.h',
2289 'workers/WorkerThreadLifecycleObserver.cpp',
2290 'workers/WorkerThreadLifecycleObserver.h',
2289 'workers/WorkerThreadStartupData.cpp', 2291 'workers/WorkerThreadStartupData.cpp',
2290 'workers/WorkerThreadStartupData.h', 2292 'workers/WorkerThreadStartupData.h',
2291 'workers/WorkletGlobalScope.cpp', 2293 'workers/WorkletGlobalScope.cpp',
2292 'workers/WorkletGlobalScope.h', 2294 'workers/WorkletGlobalScope.h',
2293 'xml/DOMParser.cpp', 2295 'xml/DOMParser.cpp',
2294 'xml/DOMParser.h', 2296 'xml/DOMParser.h',
2295 'xml/DocumentXPathEvaluator.cpp', 2297 'xml/DocumentXPathEvaluator.cpp',
2296 'xml/DocumentXPathEvaluator.h', 2298 'xml/DocumentXPathEvaluator.h',
2297 'xml/DocumentXSLT.cpp', 2299 'xml/DocumentXSLT.cpp',
2298 'xml/DocumentXSLT.h', 2300 'xml/DocumentXSLT.h',
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
4165 'testing/PrivateScriptTestTest.cpp', 4167 'testing/PrivateScriptTestTest.cpp',
4166 'timing/MemoryInfoTest.cpp', 4168 'timing/MemoryInfoTest.cpp',
4167 'timing/PerformanceBaseTest.cpp', 4169 'timing/PerformanceBaseTest.cpp',
4168 'timing/PerformanceObserverTest.cpp', 4170 'timing/PerformanceObserverTest.cpp',
4169 'workers/WorkerThreadTest.cpp', 4171 'workers/WorkerThreadTest.cpp',
4170 'workers/WorkerThreadTestHelper.h', 4172 'workers/WorkerThreadTestHelper.h',
4171 'xml/parser/SharedBufferReaderTest.cpp', 4173 'xml/parser/SharedBufferReaderTest.cpp',
4172 ], 4174 ],
4173 } 4175 }
4174 } 4176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698