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

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: maybe fix tests Created 4 years, 7 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 9f3cb0b5e2b4a5960e4fa7001477ba16ab23c73d..45fa7b1bdc5c62be7ed8c0d2f38928a75eb94556 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2277,6 +2277,8 @@
'workers/WorkerScriptLoader.h',
'workers/WorkerThread.cpp',
'workers/WorkerThread.h',
+ 'workers/WorkerThreadLifecycleObserver.cpp',
+ 'workers/WorkerThreadLifecycleObserver.h',
'workers/WorkerThreadStartupData.cpp',
'workers/WorkerThreadStartupData.h',
'xml/DOMParser.cpp',

Powered by Google App Engine
This is Rietveld 408576698