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

Unified Diff: ipc/ipc.gypi

Issue 835873004: IPC: Generalize FileDescriptorSet to MessageAttachmentSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 5 years, 11 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 | « ipc/ipc.gyp ('k') | ipc/ipc_channel_nacl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 5f6875701adf58a7374eb7eabfb5aed655985fb5..05dab8c5b7417ad533088ca833ac615ce30dfcc9 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -11,8 +11,6 @@
# This part is shared between the targets defined below.
['ipc_target==1', {
'sources': [
- 'file_descriptor_set_posix.cc',
- 'file_descriptor_set_posix.h',
'ipc_channel.cc',
'ipc_channel.h',
'ipc_channel_factory.cc',
@@ -38,6 +36,8 @@
'ipc_logging.h',
'ipc_message.cc',
'ipc_message.h',
+ 'ipc_message_attachment_set.cc',
+ 'ipc_message_attachment_set.h',
'ipc_message_macros.h',
'ipc_message_start.h',
'ipc_message_utils.cc',
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_channel_nacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698