| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index 9e84aa70ce77fa82360add5ba9694fc627f8e2ee..86c374666a2de136cf380ae9e106e5d13d52b798 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -47,6 +47,13 @@ source_set("content_descriptors") {
|
| ]
|
| }
|
|
|
| +source_set("content_descriptor_keys") {
|
| + sources = [
|
| + "content_descriptor_keys.cc",
|
| + "content_descriptor_keys.h",
|
| + ]
|
| +}
|
| +
|
| # Forces static linking for targets using the static_switches constants, even
|
| # in the component build. This config makes it impossible to use the static
|
| # switches target and use the rest of content at the same time, because the
|
| @@ -257,6 +264,8 @@ source_set("common_sources") {
|
| "//url/ipc:url_ipc",
|
| ]
|
| deps = [
|
| + ":content_descriptor_keys",
|
| +
|
| # This looks needless as we have //content/common in public_deps, but it's
|
| # needed because of allow_circular_includes_from.
|
| "//components/mime_util",
|
|
|