summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/BUILD.gn
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2015-03-03 08:31:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-03 16:31:38 +0000
commitcbca72f3c9e31309a28b98624e1e0147c5dca7a1 (patch)
tree1bde2f531bed308832135e8d66a784afb0e258b1 /ipc/mojo/BUILD.gn
parent633e315de496ed52f2aed727ab36b23ea2fa3e87 (diff)
downloadchromium_src-cbca72f3c9e31309a28b98624e1e0147c5dca7a1.zip
chromium_src-cbca72f3c9e31309a28b98624e1e0147c5dca7a1.tar.gz
chromium_src-cbca72f3c9e31309a28b98624e1e0147c5dca7a1.tar.bz2
Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819
Highlights: - mojo::ChannelInit has been replaced with content::ChannelInit. - ScopedIPCSupport has been added so Mojo consumers can ensure the EDK is initialized. - single process mode now uses some evil tricks to get child threads to create their mojo client channels on the browser I/O thread. - several Android bits adapted to new interfaces - a number of tests have been adapted to work properly in spite of unconventional process arrangements BUG=None Review URL: https://codereview.chromium.org/954643002 Cr-Commit-Position: refs/heads/master@{#318883}
Diffstat (limited to 'ipc/mojo/BUILD.gn')
-rw-r--r--ipc/mojo/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 39855c4..6d2a9f8 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -28,6 +28,8 @@ component("mojo") {
"ipc_mojo_handle_attachment.h",
"ipc_mojo_message_helper.cc",
"ipc_mojo_message_helper.h",
+ "scoped_ipc_support.cc",
+ "scoped_ipc_support.h",
]
defines = [ "IPC_MOJO_IMPLEMENTATION" ]