| Index: tools/gn/target_generator.h
|
| diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
|
| index 1fd055b100736113a2996dd9412132841e263a5a..4fa51f622ab40ca672bf5a481fc8b0dc41ed95be 100644
|
| --- a/tools/gn/target_generator.h
|
| +++ b/tools/gn/target_generator.h
|
| @@ -70,6 +70,7 @@ class TargetGenerator {
|
| bool FillData();
|
| bool FillDependencies(); // Includes data dependencies.
|
| bool FillTestonly();
|
| + bool FillAssertNoDeps();
|
|
|
| // Reads configs/deps from the given var name, and uses the given setting on
|
| // the target to save them.
|
|
|