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" ] |