| Index: ipc/ipc.gypi
|
| diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
|
| index a10790ed103d6428ca30b2b0fb0a5b5154d171d0..65979d1885fc1ff5a235bdb95b09579b87091215 100644
|
| --- a/ipc/ipc.gypi
|
| +++ b/ipc/ipc.gypi
|
| @@ -11,6 +11,12 @@
|
| # This part is shared between the targets defined below.
|
| ['ipc_target==1', {
|
| 'sources': [
|
| + 'attachment_broker.h',
|
| + 'attachment_broker_win.cc',
|
| + 'attachment_broker_win.h',
|
| + 'brokerable_attachment.cc',
|
| + 'brokerable_attachment.h',
|
| + 'handle_attachment_win.h',
|
| 'ipc_channel.cc',
|
| 'ipc_channel.h',
|
| 'ipc_channel_factory.cc',
|
|
|