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

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: Updated patch set Created 6 years, 2 months 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
Index: tools/gn/path_output.h
diff --git a/tools/gn/path_output.h b/tools/gn/path_output.h
index 12fc5ac5ea98dad5fdafbc7d91e190e6155f53a6..869ac46f4afbae09904916dfba3e6c3ec775f7ab 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::FilePath& source_root,
+ EscapingMode escaping);
~PathOutput();
// Read-only since inverse_current_dir_ is computed depending on this.

Powered by Google App Engine
This is Rietveld 408576698