summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gypi
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-08-11 14:17:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-11 21:18:44 +0000
commit959039d06c1677f2d90fc7d84cb9ad9d310842bd (patch)
treebf326c766e7d0b040bcbcf0110f73d3b7d0ddd5a /ipc/ipc.gypi
parent1d30631db4ff58e63c4ae4b7132cb136fb0c37b3 (diff)
downloadchromium_src-959039d06c1677f2d90fc7d84cb9ad9d310842bd.zip
chromium_src-959039d06c1677f2d90fc7d84cb9ad9d310842bd.tar.gz
chromium_src-959039d06c1677f2d90fc7d84cb9ad9d310842bd.tar.bz2
ipc: Add the class HandleWin.
HandleWin is a wrapper around a Windows HANDLE that can be transported across IPC channels that support attachment brokering. The attachment broker is responsible for duplicating the HANDLE into the destination process. BUG=493414 Review URL: https://codereview.chromium.org/1281083004 Cr-Commit-Position: refs/heads/master@{#342897}
Diffstat (limited to 'ipc/ipc.gypi')
-rw-r--r--ipc/ipc.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index ce9ffda..beb0a6a 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -26,6 +26,8 @@
'brokerable_attachment.h',
'handle_attachment_win.cc',
'handle_attachment_win.h',
+ 'handle_win.cc',
+ 'handle_win.h',
'ipc_channel.cc',
'ipc_channel.h',
'ipc_channel_factory.cc',