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