diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-01-19 18:07:43 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-01-20 18:13:23 +0900 |
| commit | 8ef0ce5e83861a67b4c02b4545b36fb39322b57f (patch) | |
| tree | 03ca172e34fdaf032729539fd0c8d1fcc0a5389b /ninja.h | |
| parent | 23a0c47f068d1c4a7a2aa43feca50e46bc1bb022 (diff) | |
[C++] Move NeedsRegen from ninja.cc to regen.cc
Diffstat (limited to 'ninja.h')
| -rw-r--r-- | ninja.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ void GenerateNinja(const vector<DepNode*>& nodes, const string& orig_args, double start_time); -bool NeedsRegen(double start_time, const string& orig_args); +string GetNinjaFilename(); +string GetNinjaShellScriptFilename(); +string GetNinjaStampFilename(); // Exposed only for test. bool GetDepfileFromCommand(string* cmd, string* out); |
