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

Unified Diff: content/public/common/BUILD.gn

Issue 2081183005: Use ChannelMojo from the browser to NaCl loader process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-channel-handle
Patch Set: rebase Created 4 years, 5 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/content_nacl_nonsfi.gyp ('k') | content/public/common/zygote_fork_delegate_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index b66217711c6c7e75229d4939405006a4c4b56d8a..07da10b38e06080eff67f4bfcb17bd0937244460 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -68,10 +68,12 @@ config("mojo_shell_client") {
source_set("static_switches") {
public = [
"content_switches.h",
+ "mojo_channel_switches.h",
]
sources = [
"//content/common/content_export.h",
"content_switches.cc",
+ "mojo_channel_switches.cc",
]
public_configs = [ ":static_switches_defines" ]
« no previous file with comments | « content/content_nacl_nonsfi.gyp ('k') | content/public/common/zygote_fork_delegate_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698