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

Unified Diff: tools/gn/filesystem_utils.h

Issue 1316653003: GN get_label_info support toolchains for target_out_dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | tools/gn/filesystem_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/filesystem_utils.h
diff --git a/tools/gn/filesystem_utils.h b/tools/gn/filesystem_utils.h
index 4f258e1d47c5bfe3a97b885d0e46326f1d5a43ff..ce563958d40bcafd718f7fe704078065984dd9d7 100644
--- a/tools/gn/filesystem_utils.h
+++ b/tools/gn/filesystem_utils.h
@@ -178,6 +178,15 @@ SourceDir GetToolchainGenDir(const BuildSettings* build_settings,
SourceDir GetOutputDirForSourceDir(const Settings* settings,
const SourceDir& source_dir);
+SourceDir GetOutputDirForSourceDir(const BuildSettings* build_settings,
+ const SourceDir& source_dir,
+ const Label& toolchain_label,
+ bool is_default_toolchain);
+OutputFile GetOutputDirForSourceDirAsOutputFile(
+ const BuildSettings* build_settings,
+ const SourceDir& source_dir,
+ const Label& toolchain_label,
+ bool is_default_toolchain);
OutputFile GetOutputDirForSourceDirAsOutputFile(const Settings* settings,
const SourceDir& source_dir);
« no previous file with comments | « no previous file | tools/gn/filesystem_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698