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

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

Issue 2738853002: Connections now take a ConnectionParams instead of a pipe handle. (Closed)
Patch Set: Fix Win release build. Created 3 years, 9 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/browser/child_process_launcher.cc ('k') | mojo/edk/embedder/connection_params.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 b3fa0076edab640ff5ea81adca7280e62b8b22e9..8105bedb5ff2a0659fb45dd71dbe6c57f7dfacbf 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/nacl/config.gni")
source_set("headers") {
sources = [
"configuration.h",
+ "connection_params.h",
"embedder.h",
"embedder_internal.h",
"named_platform_channel_pair.h",
@@ -35,6 +36,8 @@ source_set("embedder") {
sources = [
"configuration.h",
+ "connection_params.cc",
+ "connection_params.h",
"embedder.cc",
"embedder.h",
"embedder_internal.h",
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | mojo/edk/embedder/connection_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698