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

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

Issue 2254593002: [worklets] Introduce AnimationWorkletGlobalScope and ThreadedWorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove global listing as no console output. 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 d09ad18f28d730cf571991554a73d1d85f8c58b6..3c734ab20fd3bf840ec09f240661aabc7dd21a86 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2296,6 +2296,8 @@
'workers/SharedWorkerRepositoryClient.h',
'workers/SharedWorkerThread.cpp',
'workers/SharedWorkerThread.h',
+ 'workers/ThreadedWorkletGlobalScope.cpp',
+ 'workers/ThreadedWorkletGlobalScope.h',
'workers/Worker.cpp',
'workers/Worker.h',
'workers/WorkerBackingThread.cpp',

Powered by Google App Engine
This is Rietveld 408576698