| Index: tools/gn/ninja_build_writer.h
|
| diff --git a/tools/gn/ninja_build_writer.h b/tools/gn/ninja_build_writer.h
|
| index 1de6719ede224bc204dad3840380ed83a1cdfcaf..86197e85ff43bd1324b9f87a0a51d24b7c68c5f6 100644
|
| --- a/tools/gn/ninja_build_writer.h
|
| +++ b/tools/gn/ninja_build_writer.h
|
| @@ -35,12 +35,12 @@ class NinjaBuildWriter {
|
| std::ostream& dep_out);
|
| ~NinjaBuildWriter();
|
|
|
| - void Run();
|
| + bool Run();
|
|
|
| void WriteNinjaRules();
|
| void WriteLinkPool();
|
| void WriteSubninjas();
|
| - void WritePhonyAndAllRules();
|
| + bool WritePhonyAndAllRules();
|
|
|
| void WritePhonyRule(const Target* target, const OutputFile& target_file,
|
| const std::string& phony_name);
|
|
|