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

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

Issue 2305913002: Use ChannelMojo from the browser to NaCl loader process. (Closed)
Patch Set: rebase Created 4 years, 3 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: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 6eb1c9a735432b00813e77c845ce88bae3bffc13..361fc7698802ac6483376b198b990fd8d873a6b3 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -58,10 +58,12 @@ config("static_switches_defines") {
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" ]

Powered by Google App Engine
This is Rietveld 408576698