aboutsummaryrefslogtreecommitdiff
path: root/ninja.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <hamaji@google.com>2016-01-27 17:46:49 +0900
committerShinichiro Hamaji <hamaji@google.com>2016-01-27 17:46:49 +0900
commitfcc7c3ab7bcdb8df80dbdd44092563c8df77850c (patch)
treee48e83a79df7038ffaa9e118dde7da0c04311759 /ninja.h
parented8db98c45fca52926d6c1bf88bf9e6752e0c453 (diff)
Revert "Revert "Merge remote-tracking branch 'aosp/upstream'""
This reverts commit ed8db98c45fca52926d6c1bf88bf9e6752e0c453.
Diffstat (limited to 'ninja.h')
-rw-r--r--ninja.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ninja.h b/ninja.h
index f117f2b..89683e8 100644
--- a/ninja.h
+++ b/ninja.h
@@ -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);