| Index: build/util/BUILD.gn
|
| diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn
|
| index d43cc4907aa20a0543501fa3c743c0eb15d35f7f..9275585997faa3640596f182733817a89245156a 100644
|
| --- a/build/util/BUILD.gn
|
| +++ b/build/util/BUILD.gn
|
| @@ -24,8 +24,8 @@ custom("last_change") {
|
| output_header = "$target_gen_dir/last_change.h"
|
| outputs = [ output_header ]
|
|
|
| - build_relative_src = rebase_path("//", ".", root_build_dir)
|
| - build_relative_outputs = rebase_path(output_header, ".", root_build_dir)
|
| + build_relative_src = rebase_path("//", root_build_dir)
|
| + build_relative_outputs = rebase_path(output_header, root_build_dir)
|
|
|
| args = [
|
| "--source-dir=$build_relative_src",
|
|
|