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

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: Stop tracing CrossThread(Weak)Persistents 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 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 'workers/WorkerLoaderProxy.h', 2282 'workers/WorkerLoaderProxy.h',
2283 'workers/WorkerLocation.h', 2283 'workers/WorkerLocation.h',
2284 'workers/WorkerNavigator.cpp', 2284 'workers/WorkerNavigator.cpp',
2285 'workers/WorkerNavigator.h', 2285 'workers/WorkerNavigator.h',
2286 'workers/WorkerOrWorkletGlobalScope.h', 2286 'workers/WorkerOrWorkletGlobalScope.h',
2287 'workers/WorkerReportingProxy.h', 2287 'workers/WorkerReportingProxy.h',
2288 'workers/WorkerScriptLoader.cpp', 2288 'workers/WorkerScriptLoader.cpp',
2289 'workers/WorkerScriptLoader.h', 2289 'workers/WorkerScriptLoader.h',
2290 'workers/WorkerThread.cpp', 2290 'workers/WorkerThread.cpp',
2291 'workers/WorkerThread.h', 2291 'workers/WorkerThread.h',
2292 'workers/WorkerThreadLifecycleObserver.cpp',
2293 'workers/WorkerThreadLifecycleObserver.h',
2292 'workers/WorkerThreadStartupData.cpp', 2294 'workers/WorkerThreadStartupData.cpp',
2293 'workers/WorkerThreadStartupData.h', 2295 'workers/WorkerThreadStartupData.h',
2294 'workers/WorkletGlobalScope.cpp', 2296 'workers/WorkletGlobalScope.cpp',
2295 'workers/WorkletGlobalScope.h', 2297 'workers/WorkletGlobalScope.h',
2296 'xml/DOMParser.cpp', 2298 'xml/DOMParser.cpp',
2297 'xml/DOMParser.h', 2299 'xml/DOMParser.h',
2298 'xml/DocumentXPathEvaluator.cpp', 2300 'xml/DocumentXPathEvaluator.cpp',
2299 'xml/DocumentXPathEvaluator.h', 2301 'xml/DocumentXPathEvaluator.h',
2300 'xml/DocumentXSLT.cpp', 2302 'xml/DocumentXSLT.cpp',
2301 'xml/DocumentXSLT.h', 2303 'xml/DocumentXSLT.h',
(...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
4173 'testing/PrivateScriptTestTest.cpp', 4175 'testing/PrivateScriptTestTest.cpp',
4174 'timing/MemoryInfoTest.cpp', 4176 'timing/MemoryInfoTest.cpp',
4175 'timing/PerformanceBaseTest.cpp', 4177 'timing/PerformanceBaseTest.cpp',
4176 'timing/PerformanceObserverTest.cpp', 4178 'timing/PerformanceObserverTest.cpp',
4177 'workers/WorkerThreadTest.cpp', 4179 'workers/WorkerThreadTest.cpp',
4178 'workers/WorkerThreadTestHelper.h', 4180 'workers/WorkerThreadTestHelper.h',
4179 'xml/parser/SharedBufferReaderTest.cpp', 4181 'xml/parser/SharedBufferReaderTest.cpp',
4180 ], 4182 ],
4181 } 4183 }
4182 } 4184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698