diff options
| author | Shinichiro Hamaji <hamaji@google.com> | 2016-01-27 17:46:49 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <hamaji@google.com> | 2016-01-27 17:46:49 +0900 |
| commit | fcc7c3ab7bcdb8df80dbdd44092563c8df77850c (patch) | |
| tree | e48e83a79df7038ffaa9e118dde7da0c04311759 /ninja.h | |
| parent | ed8db98c45fca52926d6c1bf88bf9e6752e0c453 (diff) | |
Revert "Revert "Merge remote-tracking branch 'aosp/upstream'""
This reverts commit ed8db98c45fca52926d6c1bf88bf9e6752e0c453.
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); |
