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

Unified Diff: ipc/mojo/BUILD.gn

Issue 866223005: IPC: Add MojoHandleAttachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing windows build again... Created 5 years, 10 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_message_attachment_set.cc ('k') | ipc/mojo/ipc_channel_mojo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 2c169a91c419788d0a2a800d2af282c342d9f02c..051937c273b2b2cc7d09aae705c60338b295f35d 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -22,6 +22,10 @@ component("mojo") {
"ipc_channel_mojo_host.h",
"ipc_mojo_bootstrap.cc",
"ipc_mojo_bootstrap.h",
+ "ipc_mojo_handle_attachment.cc",
+ "ipc_mojo_handle_attachment.h",
+ "ipc_mojo_message_helper.cc",
+ "ipc_mojo_message_helper.h",
"ipc_message_pipe_reader.cc",
"ipc_message_pipe_reader.h",
]
« no previous file with comments | « ipc/ipc_message_attachment_set.cc ('k') | ipc/mojo/ipc_channel_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698