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

Unified Diff: Source/modules/modules.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/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 3617f8fb695232c16acad56246c77ebb12747182..d9ff0e76906a1889598ff8f6efca0e458596db34 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -631,6 +631,8 @@
'compositorworker/CompositorWorker.h',
'compositorworker/CompositorWorkerGlobalScope.cpp',
'compositorworker/CompositorWorkerGlobalScope.h',
+ 'compositorworker/CompositorWorkerManager.cpp',
+ 'compositorworker/CompositorWorkerManager.h',
'compositorworker/CompositorWorkerMessagingProxy.cpp',
'compositorworker/CompositorWorkerMessagingProxy.h',
'compositorworker/CompositorWorkerThread.cpp',

Powered by Google App Engine
This is Rietveld 408576698