| Index: tools/gn/ninja_build_writer.h
|
| diff --git a/tools/gn/ninja_build_writer.h b/tools/gn/ninja_build_writer.h
|
| index 4c72ef9050c3431a94ebd53eb22bc0dda469df7a..95674567efa7f65247e18c3b5a09817166ed1b4f 100644
|
| --- a/tools/gn/ninja_build_writer.h
|
| +++ b/tools/gn/ninja_build_writer.h
|
| @@ -39,6 +39,9 @@ class NinjaBuildWriter {
|
| void WriteSubninjas();
|
| void WritePhonyAndAllRules();
|
|
|
| + void WritePhonyRule(const Target* target, const OutputFile& target_file,
|
| + const std::string& phony_name);
|
| +
|
| const BuildSettings* build_settings_;
|
| std::vector<const Settings*> all_settings_;
|
| std::vector<const Target*> default_toolchain_targets_;
|
|
|