| Index: tools/gn/target_generator.h
|
| diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
|
| index baee0f1114ca10a1858f968678b69b11b280f2fe..9acfbeaaf5c710bc7eaf8144e8835b28ad6de8c6 100644
|
| --- a/tools/gn/target_generator.h
|
| +++ b/tools/gn/target_generator.h
|
| @@ -66,7 +66,8 @@ class TargetGenerator {
|
|
|
| // Reads configs/deps from the given var name, and uses the given setting on
|
| // the target to save them.
|
| - void FillGenericConfigs(const char* var_name, LabelConfigVector* dest);
|
| + void FillGenericConfigs(const char* var_name,
|
| + UniqueVector<LabelConfigPair>* dest);
|
| void FillGenericDeps(const char* var_name, LabelTargetVector* dest);
|
|
|
| void FillForwardDependentConfigs();
|
|
|