| Index: components/resources/BUILD.gn
|
| diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
|
| index 6f2f2a109cd59987b30e68f6d80a19efc45ddd1c..8d296897d6607a6cc33315007655fead61c0d239 100644
|
| --- a/components/resources/BUILD.gn
|
| +++ b/components/resources/BUILD.gn
|
| @@ -32,6 +32,8 @@ grit("components_resources") {
|
| grit_flags = [
|
| "-E",
|
| "about_credits_file=" + rebase_path(about_credits_file_bro, root_build_dir),
|
| + "-E",
|
| + "output_dir=" + rebase_path(output_dir, root_build_dir),
|
| ]
|
|
|
| deps = [
|
|
|