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

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

Issue 2738853002: Connections now take a ConnectionParams instead of a pipe handle. (Closed)
Patch Set: Fix Win compile 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
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index b3fa0076edab640ff5ea81adca7280e62b8b22e9..30f382d4c7b0973cfebe96c2f8b46da0566790e2 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_param.h",
"embedder.h",
"embedder_internal.h",
"named_platform_channel_pair.h",
@@ -35,6 +36,8 @@ source_set("embedder") {
sources = [
"configuration.h",
+ "connection_param.cc",
+ "connection_param.h",
"embedder.cc",
"embedder.h",
"embedder_internal.h",

Powered by Google App Engine
This is Rietveld 408576698