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

Unified Diff: ipc/BUILD.gn

Issue 1180313007: IPC: Add new classes required for attachment brokering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from wfh. Created 5 years, 6 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/attachment_broker.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 b756921e7ddc18e87f02e4a8fa3b2a86be9d3182..f5f65950e78f9e600a4ba8d98d3d5109e2481528 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -6,6 +6,12 @@ import("//testing/test.gni")
component("ipc") {
sources = [
+ "attachment_broker.h",
+ "attachment_broker_win.cc",
+ "attachment_broker_win.h",
+ "brokerable_attachment.cc",
+ "brokerable_attachment.h",
+ "handle_attachment_win.h",
"ipc_channel.cc",
"ipc_channel.h",
"ipc_channel_common.cc",
« no previous file with comments | « no previous file | ipc/attachment_broker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698