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

Unified Diff: Source/core/core.gypi

Issue 1158443008: compositor-worker: Share a thread and an isolate for compositor workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 90d4f5dcabffb12e99f35447b3fc7759a4cef525..8a4538dc638bbc6b162a8557aa6233df27cd6806 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2042,6 +2042,8 @@
'workers/WorkerGlobalScopeProxyProvider.h',
'workers/WorkerInspectorProxy.cpp',
'workers/WorkerInspectorProxy.h',
+ 'workers/WorkerIsolateWrapper.cpp',
+ 'workers/WorkerIsolateWrapper.h',
'workers/WorkerLoaderProxy.cpp',
'workers/WorkerLoaderProxy.h',
'workers/WorkerLocation.h',
@@ -2057,6 +2059,7 @@
'workers/WorkerScriptLoaderClient.cpp',
'workers/WorkerScriptLoaderClient.h',
'workers/WorkerThread.cpp',
+ 'workers/WorkerThread.h',
'workers/WorkerThreadStartupData.cpp',
'workers/WorkerThreadStartupData.h',
'xml/DOMParser.cpp',
« no previous file with comments | « no previous file | Source/core/workers/DedicatedWorkerThread.h » ('j') | Source/core/workers/DedicatedWorkerThread.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698