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

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

Issue 2025763002: Use ChannelMojo in Pepper and NaCl processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-utility-channel-mojo
Patch Set: iujbhirtughfbnjrthiubj Created 4 years, 6 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/zygote/zygote_linux.cc ('k') | mojo/edk/system/channel_nacl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index dd153d6b1bc1a7253c58528edb558f3ed49263c8..3073f3e08818138ac40bcab304fb195a92e25427 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -34,6 +34,7 @@ component("system") {
"broker_posix.cc",
"channel.cc",
"channel.h",
+ "channel_nacl.cc",
"channel_posix.cc",
"channel_win.cc",
"configuration.cc",
@@ -125,6 +126,10 @@ component("system") {
"broker_posix.cc",
"channel_posix.cc",
]
+ } else {
+ sources -= [
+ "channel_nacl.cc",
+ ]
}
allow_circular_includes_from = [ "//mojo/edk/embedder" ]
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | mojo/edk/system/channel_nacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698