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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2236833002: Pass per-frame task runners to Workers (when possible) [2nd try] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, lifecycle observer + TaskType Created 4 years, 4 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 84777cb014cd52dac737efff287f8b555b93a3e9..51d0a024db4244b9cd902881fb20dd788fdc98dc 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2270,6 +2270,8 @@
'workers/InProcessWorkerObjectProxy.h',
'workers/MainThreadWorkletGlobalScope.cpp',
'workers/MainThreadWorkletGlobalScope.h',
+ 'workers/ParentFrameTaskRunners.cpp',
+ 'workers/ParentFrameTaskRunners.h',
'workers/SharedWorker.cpp',
'workers/SharedWorker.h',
'workers/SharedWorkerGlobalScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698