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

Unified Diff: ipc/mojo/BUILD.gn

Issue 553283002: IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 743a3209fbae09e83da9de01ef46a7c2276fdd85..1dff5631f4657eba847a008529966ddab0069005 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -8,6 +8,8 @@ component("mojo") {
"ipc_channel_mojo.h",
"ipc_channel_mojo_readers.cc",
"ipc_channel_mojo_readers.h",
+ "ipc_mojo_bootstrap.cc",
+ "ipc_mojo_bootstrap.h",
"ipc_message_pipe_reader.cc",
"ipc_message_pipe_reader.h",
]
@@ -27,6 +29,7 @@ component("mojo") {
test("ipc_mojo_unittests") {
sources = [
"ipc_channel_mojo_unittest.cc",
+ "ipc_mojo_bootstrap_unittest.cc",
"run_all_unittests.cc",
]

Powered by Google App Engine
This is Rietveld 408576698