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

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: 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 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 8cc52c2c4fb07b2c37884ee6ecc8434a04943be9..2c15fe41f5a67f6f8183b132589563b4737234f7 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2286,6 +2286,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