diff options
Diffstat (limited to 'ipc/ipc.gypi')
-rw-r--r-- | ipc/ipc.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi index e1eb740..1c014f8 100644 --- a/ipc/ipc.gypi +++ b/ipc/ipc.gypi @@ -66,6 +66,7 @@ 'target_conditions': [ ['>(nacl_untrusted_build)==1', { 'sources!': [ + 'ipc_channel.cc', 'ipc_channel_posix.cc', ], }], |