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

Unified Diff: mojo/edk/embedder/BUILD.gn

Issue 2680973006: Mojo EDK: Add safe process connection API (Closed)
Patch Set: . Created 3 years, 10 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 | « content/renderer/render_thread_impl_browsertest.cc ('k') | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index c652e517527727e2856e27f081b463c49d34bf5e..b3fa0076edab640ff5ea81adca7280e62b8b22e9 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -12,6 +12,7 @@ source_set("headers") {
"named_platform_channel_pair.h",
"named_platform_handle.h",
"named_platform_handle_utils.h",
+ "pending_process_connection.h",
"platform_channel_pair.h",
"platform_handle.h",
"platform_handle_utils.h",
@@ -39,6 +40,7 @@ source_set("embedder") {
"embedder_internal.h",
"entrypoints.cc",
"entrypoints.h",
+ "pending_process_connection.cc",
"scoped_ipc_support.cc",
"scoped_ipc_support.h",
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698