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

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

Issue 2029163002: Worklets - Change inheritance heirarchy of WorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. 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 9073c8f59b1b8c0993d0b9f973c503714371918e..0f6abedd2d1be3da3536ec3c2238cc29f973ddea 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -383,6 +383,7 @@
'workers/SharedWorker.idl',
'workers/Worker.idl',
'workers/WorkerLocation.idl',
+ 'workers/WorkletGlobalScope.idl',
'xml/DOMParser.idl',
'xml/XMLSerializer.idl',
'xml/XPathEvaluator.idl',
@@ -2247,6 +2248,7 @@
'workers/InProcessWorkerMessagingProxy.h',
'workers/InProcessWorkerObjectProxy.cpp',
'workers/InProcessWorkerObjectProxy.h',
+ 'workers/MainThreadWorkletGlobalScope.cpp',
'workers/MainThreadWorkletGlobalScope.h',
'workers/SharedWorker.cpp',
'workers/SharedWorker.h',
@@ -2279,6 +2281,8 @@
'workers/WorkerThread.h',
'workers/WorkerThreadStartupData.cpp',
'workers/WorkerThreadStartupData.h',
+ 'workers/WorkletGlobalScope.cpp',
+ 'workers/WorkletGlobalScope.h',
'xml/DOMParser.cpp',
'xml/DOMParser.h',
'xml/DocumentXPathEvaluator.cpp',

Powered by Google App Engine
This is Rietveld 408576698