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

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

Issue 2305913002: Use ChannelMojo from the browser to NaCl loader process. (Closed)
Patch Set: 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 e9c95c4623b28f3ea12b1c84ad81b882828c1f71..f028fffc0b23f177bad669c14889c99e95d15cf4 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