| Index: tools/gn/target_generator.h
|
| diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
|
| index fce599fff64e140c7e6ab8af01017d649d6b93fa..c09567065b18bff883cc45baa416e44d778b5d5c 100644
|
| --- a/tools/gn/target_generator.h
|
| +++ b/tools/gn/target_generator.h
|
| @@ -70,6 +70,7 @@ class TargetGenerator {
|
| void FillDependentConfigs(); // Includes all types of dependent configs.
|
| void FillData();
|
| void FillDependencies(); // Includes data dependencies.
|
| + void FillTestonly();
|
|
|
| // Reads configs/deps from the given var name, and uses the given setting on
|
| // the target to save them.
|
|
|