| Index: ipc/ipc.gypi
|
| diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
|
| index 2cda25750c847518e06a1c045af7551f88922b70..0ded80073fe832a8af5d7d55afad77c229e666c5 100644
|
| --- a/ipc/ipc.gypi
|
| +++ b/ipc/ipc.gypi
|
| @@ -14,10 +14,14 @@
|
| 'attachment_broker.cc',
|
| 'attachment_broker.h',
|
| 'attachment_broker_messages.h',
|
| + 'attachment_broker_privileged.cc',
|
| + 'attachment_broker_privileged.h',
|
| 'attachment_broker_privileged_win.cc',
|
| 'attachment_broker_privileged_win.h',
|
| - 'attachment_broker_win.cc',
|
| - 'attachment_broker_win.h',
|
| + 'attachment_broker_unprivileged.cc',
|
| + 'attachment_broker_unprivileged.h',
|
| + 'attachment_broker_unprivileged_win.cc',
|
| + 'attachment_broker_unprivileged_win.h',
|
| 'brokerable_attachment.cc',
|
| 'brokerable_attachment.h',
|
| 'handle_attachment_win.cc',
|
|
|