| Index: chrome/browser/resources/BUILD.gn
|
| diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
|
| index c7f75f32895623efd8f1e7f055e3ac9b198e8e21..672308de0904e442eeb047a8a77cb1bf5f95aeaa 100644
|
| --- a/chrome/browser/resources/BUILD.gn
|
| +++ b/chrome/browser/resources/BUILD.gn
|
| @@ -94,6 +94,15 @@ if (!is_ios) {
|
| output_dir = "$root_gen_dir/chrome"
|
| }
|
|
|
| + grit("options_test_resources") {
|
| + source = "options_test_resources.grd"
|
| + outputs = [
|
| + "grit/options_test_resources.h",
|
| + "options_test_resources.pak",
|
| + ]
|
| + output_dir = "$root_gen_dir/chrome"
|
| + }
|
| +
|
| grit("quota_internals_resources") {
|
| source = "quota_internals_resources.grd"
|
| outputs = [
|
|
|