Chromium Code Reviews| Index: build/config/android/rules.gni |
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni |
| index 6bc82e19f2c8a7a73f3bc69319cf5fd255099409..9692f381f3946611bd8a6aedd19a1d26c1ff3035 100644 |
| --- a/build/config/android/rules.gni |
| +++ b/build/config/android/rules.gni |
| @@ -402,6 +402,8 @@ template("jinja_template") { |
| ] |
| args = [ |
| + "--loader-base-dir", |
| + rebase_path("//", root_build_dir), |
| "--inputs", |
| rebase_path(invoker.input, root_build_dir), |
| "--output", |