| Index: build/secondary/tools/grit/BUILD.gn
|
| diff --git a/build/secondary/tools/grit/BUILD.gn b/build/secondary/tools/grit/BUILD.gn
|
| index dee3d06a4fa043f6f664bd572cf481db10aa4b50..660bf1b1ebcfb553b690052ecf0468ec223499b2 100644
|
| --- a/build/secondary/tools/grit/BUILD.gn
|
| +++ b/build/secondary/tools/grit/BUILD.gn
|
| @@ -15,7 +15,9 @@ action("grit_sources") {
|
|
|
| # Note that we can't call this "grit_sources.stamp" because that file is
|
| # implicitly created by GN for script actions.
|
| - outputs = [ "$target_out_dir/grit_sources.script.stamp" ]
|
| + outputs = [
|
| + "$target_out_dir/grit_sources.script.stamp",
|
| + ]
|
|
|
| args = [
|
| rebase_path("//tools/grit", root_build_dir),
|
|
|