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

Unified Diff: ipc/BUILD.gn

Issue 1188923003: Stub in more IPC attachment brokering functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase properly. Created 5 years, 5 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 | « crypto/BUILD.gn ('k') | ipc/DEPS » ('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 f5f65950e78f9e600a4ba8d98d3d5109e2481528..0c50923ef1f220d413fba09ec45e8dc0aa48bee5 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -7,10 +7,12 @@ import("//testing/test.gni")
component("ipc") {
sources = [
"attachment_broker.h",
+ "attachment_broker_messages.h",
"attachment_broker_win.cc",
"attachment_broker_win.h",
"brokerable_attachment.cc",
"brokerable_attachment.h",
+ "handle_attachment_win.cc",
"handle_attachment_win.h",
"ipc_channel.cc",
"ipc_channel.h",
@@ -32,6 +34,8 @@ component("ipc") {
"ipc_export.h",
"ipc_forwarding_message_filter.cc",
"ipc_forwarding_message_filter.h",
+ "ipc_handle_win.cc",
+ "ipc_handle_win.h",
"ipc_listener.h",
"ipc_logging.cc",
"ipc_logging.h",
@@ -41,6 +45,8 @@ component("ipc") {
"ipc_message_attachment.h",
"ipc_message_attachment_set.cc",
"ipc_message_attachment_set.h",
+ "ipc_message_generator.cc",
+ "ipc_message_generator.h",
"ipc_message_macros.h",
"ipc_message_start.h",
"ipc_message_utils.cc",
@@ -97,6 +103,7 @@ component("ipc") {
# TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
"//base/third_party/dynamic_annotations",
+ "//crypto:crypto",
]
}
« no previous file with comments | « crypto/BUILD.gn ('k') | ipc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698