| Index: extensions/strings/BUILD.gn
|
| diff --git a/extensions/strings/BUILD.gn b/extensions/strings/BUILD.gn
|
| index bd9833b3070100f1f0c5221b12aff8831b8b1805..56145e79dac425d5ac367624ae3c0fa9ada68782 100644
|
| --- a/extensions/strings/BUILD.gn
|
| +++ b/extensions/strings/BUILD.gn
|
| @@ -8,10 +8,7 @@ assert(enable_extensions)
|
|
|
| # GYP version: extensions/extensions_strings.gyp:extensions_strings
|
| grit("strings") {
|
| - # This target is in this directory since it matches the output grit path for
|
| - # the GYP version of this target. Weirdly, it does not match the input path.
|
| - # The .grd should probably be moved here.
|
| - source = "../extensions_strings.grd"
|
| + source = "extensions_strings.grd"
|
| outputs = [
|
| "grit/extensions_strings.h",
|
| "extensions_strings_am.pak",
|
|
|