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

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: update implementation comments 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 1766eb7c705ac15abbd20bfa31adb59d8d37a31e..405770c9123df2ce44949037c44f163144f8f232 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2287,6 +2287,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