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

Unified Diff: tools/gn/label.h

Issue 630223002: gn: Support build directories outside the source tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/label.h
diff --git a/tools/gn/label.h b/tools/gn/label.h
index 1028b3088c85f2c38141d173a17f9e62b2301684..595d63e07d15674d7068712a9e6be11b3874b551 100644
--- a/tools/gn/label.h
+++ b/tools/gn/label.h
@@ -36,6 +36,7 @@ class Label {
static Label Resolve(const SourceDir& current_dir,
const Label& current_toolchain,
const Value& input,
+ const base::FilePath& source_root,
Err* err);
bool is_null() const { return dir_.is_null(); }
« tools/gn/filesystem_utils.cc ('K') | « tools/gn/item.cc ('k') | tools/gn/label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698