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