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

Unified Diff: ipc/BUILD.gn

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 | « no previous file | ipc/file_descriptor_set_posix.h » ('j') | no next file with comments »
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 53717c81b74298bd4fbc7deb94605b6e4dfa569f..e843a31f07a6285a11a3f216aacf271a326ed58b 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -4,8 +4,6 @@
component("ipc") {
sources = [
- "file_descriptor_set_posix.cc",
- "file_descriptor_set_posix.h",
"ipc_channel.cc",
"ipc_channel.h",
"ipc_channel_factory.cc",
@@ -31,6 +29,8 @@ component("ipc") {
"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",
@@ -86,10 +86,10 @@ component("ipc") {
if (!is_android) {
test("ipc_tests") {
sources = [
- "file_descriptor_set_posix_unittest.cc",
"ipc_channel_posix_unittest.cc",
"ipc_channel_unittest.cc",
"ipc_fuzzing_tests.cc",
+ "ipc_message_attachment_set_posix_unittest.cc",
"ipc_message_unittest.cc",
"ipc_message_utils_unittest.cc",
"ipc_send_fds_test.cc",
« no previous file with comments | « no previous file | ipc/file_descriptor_set_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698