Chromium Code Reviews| Index: tools/gn/target.cc |
| diff --git a/tools/gn/target.cc b/tools/gn/target.cc |
| index 7a2b625b21907307a70d7029b2f7c7a961a4a21d..0763a8c7d9098ce6b336df81c9fdedd082e72fb0 100644 |
| --- a/tools/gn/target.cc |
| +++ b/tools/gn/target.cc |
| @@ -54,6 +54,7 @@ void MergeAllDependentConfigsFrom(const Target* from_target, |
| Target::Target(const Settings* settings, const Label& label) |
| : Item(settings, label), |
| output_type_(UNKNOWN), |
| + all_headers_public_(true), |
| hard_dep_(false) { |
| } |