| Index: chrome/app/BUILD.gn
|
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
|
| index 9ff5c084652ad0f47f6a393ddccba5982b1650a3..6be2ff36694d06d77d12bd1b5ffa7cbf4ac481b9 100644
|
| --- a/chrome/app/BUILD.gn
|
| +++ b/chrome/app/BUILD.gn
|
| @@ -17,10 +17,10 @@ action("make_generated_resources_map") {
|
|
|
| script = "//chrome/browser/metrics/variations/generate_resources_map.py"
|
|
|
| - source_prereqs = [ "$target_gen_dir/grit/generated_resources.h" ]
|
| + inputs = [ "$target_gen_dir/grit/generated_resources.h" ]
|
| outputs = [ "$target_gen_dir/generated_resources_map.cc" ]
|
|
|
| - args = rebase_path(source_prereqs, root_build_dir) +
|
| + args = rebase_path(inputs, root_build_dir) +
|
| rebase_path(outputs, root_build_dir)
|
|
|
| deps = [ ":generated_resources" ]
|
|
|