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

Unified Diff: ipc/ipc.gypi

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
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 0ded80073fe832a8af5d7d55afad77c229e666c5..1f935f373d6e5e2082e66d98afd9f052c1f5b303 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -97,7 +97,6 @@
'target_conditions': [
['>(nacl_untrusted_build)==1', {
'sources!': [
- 'ipc_channel.cc',
Tom Sepez 2015/07/30 00:35:47 ditto
erikchen 2015/07/30 01:38:19 Yes, but it's no longer relevant now that I moved
'ipc_channel_posix.cc',
'unix_domain_socket_util.cc',
],

Powered by Google App Engine
This is Rietveld 408576698