| Index: tools/gn/target.cc
|
| diff --git a/tools/gn/target.cc b/tools/gn/target.cc
|
| index 71488cb8a3932ba8a82ad7408dc8fc4ad5aab340..93dbbe2ae851da83f6c4fa72ccf6f18ed3884bba 100644
|
| --- a/tools/gn/target.cc
|
| +++ b/tools/gn/target.cc
|
| @@ -453,7 +453,7 @@ bool Target::ResolvePrecompiledHeaders(Err* err) {
|
| continue; // Skip the one on the target itself.
|
|
|
| const Config* config = iter.GetCurrentConfig();
|
| - const ConfigValues& cur = config->config_values();
|
| + const ConfigValues& cur = config->resolved_values();
|
| if (!cur.has_precompiled_headers())
|
| continue; // This one has no precompiled header info, skip.
|
|
|
|
|