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

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

Issue 1893313003: [mojo] Use a pipe path to initialise Mojo in elevated utility processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/child/child_thread_impl.cc ('k') | mojo/edk/embedder/named_platform_channel_pair.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 02fc32cab3a123547a19213fa004b9d0b478b798..7ecd485eed446436864146d5aedf695a96816b3a 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -7,6 +7,7 @@ source_set("headers") {
"configuration.h",
"embedder.h",
"embedder_internal.h",
+ "named_platform_channel_pair.h",
"platform_channel_pair.h",
"platform_handle.h",
"platform_handle_utils.h",
@@ -72,6 +73,8 @@ source_set("platform") {
]
sources = [
+ "named_platform_channel_pair.h",
+ "named_platform_channel_pair_win.cc",
"platform_channel_pair.cc",
"platform_channel_pair.h",
"platform_channel_pair_posix.cc",
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | mojo/edk/embedder/named_platform_channel_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698