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

Unified Diff: ipc/BUILD.gn

Issue 1270683002: ipc: Make a common subclass for Channel and ProxyChannel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More rebase errors. Created 5 years, 4 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_privileged.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 c56559f6e3c8677fffbae68931a9b510a21afe02..eb592743af0248e38368a2d9aa5a82a894e65434 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -38,6 +38,8 @@ component("ipc") {
"ipc_channel_win.cc",
"ipc_channel_win.h",
"ipc_descriptors.h",
+ "ipc_endpoint.cc",
+ "ipc_endpoint.h",
"ipc_export.h",
"ipc_handle_win.cc",
"ipc_handle_win.h",
« no previous file with comments | « no previous file | ipc/attachment_broker_privileged.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698