| Index: mojo/public/js/BUILD.gn
|
| diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn
|
| index 0bec9e26350e911657875dd09f1258424df02087..21cc4edb7aa124d5c284510c387b438aadbd4cce 100644
|
| --- a/mojo/public/js/BUILD.gn
|
| +++ b/mojo/public/js/BUILD.gn
|
| @@ -77,8 +77,8 @@ action("new_bindings") {
|
| compiled_file,
|
| ]
|
|
|
| - args = rebase_path(new_bindings_js_files)
|
| - args += [ rebase_path(compiled_file) ]
|
| + args = rebase_path(new_bindings_js_files, root_build_dir)
|
| + args += [ rebase_path(compiled_file, root_build_dir) ]
|
|
|
| deps = [
|
| "//mojo/public/interfaces/bindings:new_bindings__generator",
|
|
|