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

Unified Diff: third_party/google_input_tools/closure.gni

Issue 2909253002: Eliminate absolute paths in ninja files for Linux Release build (Closed)
Patch Set: 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 | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/google_input_tools/closure.gni
diff --git a/third_party/google_input_tools/closure.gni b/third_party/google_input_tools/closure.gni
index ea8fe8360f0c2bc10a3800b947aaa4ed73083f6c..74128440a505000c2e5aeebc6f390993dc72766d 100644
--- a/third_party/google_input_tools/closure.gni
+++ b/third_party/google_input_tools/closure.gni
@@ -34,7 +34,7 @@ template("build_closure") {
if (defined(invoker.path)) {
args += [
"--path",
- invoker.path,
+ rebase_path(invoker.path, root_build_dir),
]
}
}
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698