Index: ipc/BUILD.gn |
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn |
index c56559f6e3c8677fffbae68931a9b510a21afe02..e1f3b9d884d5ec3da84edcea28bdc174d26cd67b 100644 |
--- a/ipc/BUILD.gn |
+++ b/ipc/BUILD.gn |
@@ -86,7 +86,6 @@ component("ipc") { |
if (is_nacl) { |
sources -= [ |
- "ipc_channel.cc", |
"ipc_channel_posix.cc", |
Tom Sepez
2015/07/30 00:35:47
Did you mean to do this?
erikchen
2015/07/30 01:38:19
Yes, but it's no longer relevant now that I moved
|
"unix_domain_socket_util.cc", |
] |