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

Unified Diff: mojo/public/tools/bindings/BUILD.gn

Issue 2905523002: Reduce absolute paths in generated ninja files (Closed)
Patch Set: fixup 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
Index: mojo/public/tools/bindings/BUILD.gn
diff --git a/mojo/public/tools/bindings/BUILD.gn b/mojo/public/tools/bindings/BUILD.gn
index 153d11033254256e25f1dff90876f8057a958723..5be5586e734192b557c64e2f788f9278f9eb71b1 100644
--- a/mojo/public/tools/bindings/BUILD.gn
+++ b/mojo/public/tools/bindings/BUILD.gn
@@ -72,6 +72,6 @@ action("precompile_templates") {
"--use_bundled_pylibs",
"precompile",
"-o",
- rebase_path(target_gen_dir),
+ rebase_path(target_gen_dir, root_build_dir),
]
}

Powered by Google App Engine
This is Rietveld 408576698