| Index: tools/gn/config_values_extractors.h
|
| diff --git a/tools/gn/config_values_extractors.h b/tools/gn/config_values_extractors.h
|
| index 5d248fb4e2402cecc0d257810b195c0594514a1e..14eb1180a9c129759041b206a3e2152148178fe9 100644
|
| --- a/tools/gn/config_values_extractors.h
|
| +++ b/tools/gn/config_values_extractors.h
|
| @@ -40,7 +40,7 @@ class ConfigValuesIterator {
|
| const ConfigValues& cur() const {
|
| if (cur_index_ == -1)
|
| return target_->config_values();
|
| - return target_->configs()[cur_index_].ptr->config_values();
|
| + return target_->configs()[cur_index_].ptr->resolved_values();
|
| }
|
|
|
| // Returns the origin of who added this config, if any. This will always be
|
|
|