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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 294fefea471541947a90b13bea291eae8f5ceae2..ef2d0722d7e45ef88eb6f838ca3c49f6167453d5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2289,6 +2289,8 @@
'workers/WorkerScriptLoader.h',
'workers/WorkerThread.cpp',
'workers/WorkerThread.h',
+ 'workers/WorkerThreadLifecycleObserver.cpp',
+ 'workers/WorkerThreadLifecycleObserver.h',
'workers/WorkerThreadStartupData.cpp',
'workers/WorkerThreadStartupData.h',
'workers/WorkletGlobalScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698