Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: tools/gn/path_output.h

Issue 630223002: gn: Support build directories outside the source tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch that compiles and passes unit tests on both Windows and Linux Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/output_file.cc ('k') | tools/gn/path_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/path_output.h
diff --git a/tools/gn/path_output.h b/tools/gn/path_output.h
index 12fc5ac5ea98dad5fdafbc7d91e190e6155f53a6..f7beb42357e3cd26d5a22df0fdab25dd5a8bd1b2 100644
--- a/tools/gn/path_output.h
+++ b/tools/gn/path_output.h
@@ -33,7 +33,8 @@ class PathOutput {
DIR_NO_LAST_SLASH,
};
- PathOutput(const SourceDir& current_dir, EscapingMode escaping);
+ PathOutput(const SourceDir& current_dir, const base::StringPiece& source_root,
+ EscapingMode escaping);
~PathOutput();
// Read-only since inverse_current_dir_ is computed depending on this.
« no previous file with comments | « tools/gn/output_file.cc ('k') | tools/gn/path_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698