summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authorboliu <boliu@chromium.org>2015-07-13 13:47:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-13 20:48:18 +0000
commit8e814cb21af0383d41287e34aa3cac0b220a477d (patch)
treed9dda2d26950bbe30e222b079d1bf969d338e0b0 /gpu/command_buffer_service.gypi
parent194f4c6bea6ae714cfa6a0eb32bf7e79a70e0192 (diff)
downloadchromium_src-8e814cb21af0383d41287e34aa3cac0b220a477d.zip
chromium_src-8e814cb21af0383d41287e34aa3cac0b220a477d.tar.gz
chromium_src-8e814cb21af0383d41287e34aa3cac0b220a477d.tar.bz2
Create MailboxManagerSync based on command line switch
Goal here is to have ipc-based command buffer create MailboxManagerSync based on the command line switch as well. Implement by adding a MailboxManager::Create method that does the right thing. BUG=509702 Review URL: https://codereview.chromium.org/1229153002 Cr-Commit-Position: refs/heads/master@{#338559}
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index af077f1..abdedc4 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -96,6 +96,7 @@
'command_buffer/service/in_process_command_buffer.h',
'command_buffer/service/logger.cc',
'command_buffer/service/logger.h',
+ 'command_buffer/service/mailbox_manager.cc',
'command_buffer/service/mailbox_manager.h',
'command_buffer/service/mailbox_manager_impl.cc',
'command_buffer/service/mailbox_manager_impl.h',