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