| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index 1cdf6204f0ce54629c789ec4e39b6e07dcbd8753..5eced0453ff0989f6f2ca33358e7a1bddc277904 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -59,10 +59,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" ]
|
|
|