| Index: chrome/version.gni
|
| diff --git a/chrome/version.gni b/chrome/version.gni
|
| index b2e38d5ada1c7125dda61fe6f669f870db45c4be..0f113017f8bf6a3aa4c0ddab90a097029c411722 100644
|
| --- a/chrome/version.gni
|
| +++ b/chrome/version.gni
|
| @@ -54,11 +54,16 @@ template("process_version") {
|
| outputs = [ invoker.output ]
|
|
|
| args = [
|
| - "-f", rebase_path(version_path, root_build_dir),
|
| - "-f", rebase_path(branding_path, root_build_dir),
|
| - "-f", rebase_path(lastchange_path, root_build_dir),
|
| - "-i", rebase_path(invoker.source, root_build_dir),
|
| - "-o", rebase_path(invoker.output, root_build_dir),
|
| + "-f",
|
| + rebase_path(version_path, root_build_dir),
|
| + "-f",
|
| + rebase_path(branding_path, root_build_dir),
|
| + "-f",
|
| + rebase_path(lastchange_path, root_build_dir),
|
| + "-i",
|
| + rebase_path(invoker.source, root_build_dir),
|
| + "-o",
|
| + rebase_path(invoker.output, root_build_dir),
|
| ]
|
|
|
| if (defined(invoker.extra_args)) {
|
|
|