Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(761)

Unified Diff: ipc/BUILD.gn

Issue 1269553003: ipc: Clean up interface of attachment broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update BUILD.gn Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ipc/attachment_broker_privileged.cc » ('j') | ipc/attachment_broker_unprivileged.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | ipc/attachment_broker_privileged.cc » ('j') | ipc/attachment_broker_unprivileged.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698