Chromium Code Reviews| Index: ipc/BUILD.gn |
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn |
| index a4405936cb64f47bd0d3ee4bc94f0d755e3456a4..6c2acf65a6134e03a7698ba237167b32fceed75c 100644 |
| --- a/ipc/BUILD.gn |
| +++ b/ipc/BUILD.gn |
| @@ -75,7 +75,11 @@ component("ipc") { |
| } |
| if (is_win || is_ios) { |
| - sources -= [ "unix_domain_socket_util.cc" ] |
| + sources -= [ |
| + "ipc_platform_file_attachment.cc", |
|
agl
2015/01/30 19:34:02
Why aren't these built on iOS. Is iOS not POSIX?
Hajime Morrita
2015/01/30 21:01:29
Uh, dunno. I just did piggyback what we already ha
|
| + "ipc_platform_file_attachment.h", |
| + "unix_domain_socket_util.cc", |
| + ] |
| } |
| defines = [ "IPC_IMPLEMENTATION" ] |