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

Unified Diff: ipc/BUILD.gn

Issue 856443003: IPC: Introduce MessageAttachment and PlatformFileAttachment. (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/ipc.gypi » ('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 ac5631f15044b9968c3c6496099c2a483e22c73a..a4405936cb64f47bd0d3ee4bc94f0d755e3456a4 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -31,6 +31,8 @@ component("ipc") {
"ipc_logging.h",
"ipc_message.cc",
"ipc_message.h",
+ "ipc_message_attachment.cc",
+ "ipc_message_attachment.h",
"ipc_message_attachment_set.cc",
"ipc_message_attachment_set.h",
"ipc_message_macros.h",
@@ -40,6 +42,8 @@ component("ipc") {
"ipc_param_traits.h",
"ipc_platform_file.cc",
"ipc_platform_file.h",
+ "ipc_platform_file_attachment.cc",
+ "ipc_platform_file_attachment.h",
"ipc_sender.h",
"ipc_switches.cc",
"ipc_switches.h",
« no previous file with comments | « no previous file | ipc/ipc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698