Chromium Code Reviews| 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), |
| ] |
| } |