Chromium Code Reviews| Index: content/public/common/BUILD.gn |
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn |
| index 8bab029fc27d115506be7ffaf71d49041734cf10..4f573ac3d9c61bd6a30b2fcbca5bcb8f1198c381 100644 |
| --- a/content/public/common/BUILD.gn |
| +++ b/content/public/common/BUILD.gn |
| @@ -27,6 +27,14 @@ source_set("result_codes") { |
| ] |
| } |
| +# This target allows other targets to depend on content_descriptors.h which is |
| +# a header-only dependency, without bringing in all of content. |
| +source_set("content_descriptors") { |
| + sources = [ |
| + "content_descriptors.h", |
|
jam
2015/10/29 16:11:44
can you explain to me what this accomplishes?
i.e
Dirk Pranke
2015/10/29 21:27:46
Argh! You're right. This change is wrong. This nee
|
| + ] |
| +} |
| + |
| # 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 |