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

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: tot-merge Created 5 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
« no previous file with comments | « Source/modules/compositorworker/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 0eae78b31e7927edf368f372d3b324689bcd7169..b36b3e09b0142e914f1a608fb2b1eb0c4a775a44 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -636,6 +636,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',
@@ -1441,6 +1443,7 @@
'modules_unittest_files': [
'accessibility/AXObjectTest.cpp',
'cachestorage/CacheTest.cpp',
+ 'compositorworker/CompositorWorkerManagerTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
« no previous file with comments | « Source/modules/compositorworker/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698