Chromium Code Reviews| Index: build/nocompile.gni |
| diff --git a/build/nocompile.gni b/build/nocompile.gni |
| index f93ac94fc8469c8387fb302fd5a569a5070a4a5e..7c91c673e37213f9255b6d9feda484f850f390da 100644 |
| --- a/build/nocompile.gni |
| +++ b/build/nocompile.gni |
| @@ -85,7 +85,7 @@ if (enable_nocompile_tests) { |
| "{{source}}", |
| "-Wall -Werror -Wfatal-errors " + "-I" + |
| rebase_path("//", root_build_dir) + sysroot_args, |
| - "{{output}}", |
| + rebase_path(result_path, root_build_dir), |
| ] |
| } |