| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index 9432838d266fc701951510df089ff87648cdd8d5..7cc3e4e02ea15298190885772bfd713f2d46f388 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" ]
|
|
|