summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_common.gypi
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-04 22:46:03 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-04 22:46:03 +0000
commit1aca0098c408047b8ddedfc306e8b8163b7b4ec2 (patch)
tree34e3cc762575da0f6a0243642a3a8d1dc3dc6773 /gpu/command_buffer_common.gypi
parent35fb693d6565cf0435a11d238df29b62c5668315 (diff)
downloadchromium_src-1aca0098c408047b8ddedfc306e8b8163b7b4ec2.zip
chromium_src-1aca0098c408047b8ddedfc306e8b8163b7b4ec2.tar.gz
chromium_src-1aca0098c408047b8ddedfc306e8b8163b7b4ec2.tar.bz2
Move Mailbox from cc to gpu, and its traits to gpu/ipc
Mailbox is safer to IPC than coaxing it into a string, because otherwise we need to validate the size when coming from untrusted sources. This is to enable passing Mailbox through IPC without having to depend on cc. Among others I will need it to move Pepper to mailboxes, and pepper can't depend on cc. BUG=164095 Review URL: https://chromiumcodereview.appspot.com/12378053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer_common.gypi')
-rw-r--r--gpu/command_buffer_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer_common.gypi b/gpu/command_buffer_common.gypi
index 5b71ef9..85431e4 100644
--- a/gpu/command_buffer_common.gypi
+++ b/gpu/command_buffer_common.gypi
@@ -23,6 +23,8 @@
'command_buffer/common/gles2_cmd_format.h',
'command_buffer/common/id_allocator.cc',
'command_buffer/common/id_allocator.h',
+ 'command_buffer/common/mailbox.cc',
+ 'command_buffer/common/mailbox.h',
'command_buffer/common/thread_local.h',
'command_buffer/common/time.h',
'command_buffer/common/types.h',