| Index: components/resources/BUILD.gn
|
| diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
|
| index b6e027cd1bae5e8fce1b19709432dfa066a9ab47..06448bf46f4fb883c6f818aa772042ef2a6d1d2e 100644
|
| --- a/components/resources/BUILD.gn
|
| +++ b/components/resources/BUILD.gn
|
| @@ -22,6 +22,7 @@ grit("components_resources") {
|
| "grit/components_resources.h",
|
| "components_resources.pak",
|
| ]
|
| + output_dir = "$root_gen_dir/components"
|
| }
|
|
|
| # GYP version: components/components_resources.gyp
|
| @@ -35,4 +36,5 @@ grit("components_scaled_resources") {
|
| "components_resources_100_percent.pak",
|
| "components_resources_200_percent.pak",
|
| ]
|
| + output_dir = "$root_gen_dir/components"
|
| }
|
|
|