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

Unified Diff: remoting/tools/build/remoting_localize.gni

Issue 2905523002: Reduce absolute paths in generated ninja files (Closed)
Patch Set: revert build/config/gcc/BUILD.gn, rebase Created 3 years, 7 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 | « remoting/host/BUILD.gn ('k') | services/catalog/public/tools/catalog.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/build/remoting_localize.gni
diff --git a/remoting/tools/build/remoting_localize.gni b/remoting/tools/build/remoting_localize.gni
index 54ff46e27f829916e872dbd865f467d7ea1341a7..53e802380bc0057f3941cd4be217165b9b772458 100644
--- a/remoting/tools/build/remoting_localize.gni
+++ b/remoting/tools/build/remoting_localize.gni
@@ -76,7 +76,7 @@ template("remoting_localize") {
foreach(i, invoker.variables) {
args += [
"--variables",
- i,
+ rebase_path(i, root_build_dir),
]
}
}
« no previous file with comments | « remoting/host/BUILD.gn ('k') | services/catalog/public/tools/catalog.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698