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