Chromium Code Reviews| Index: components/strings/BUILD.gn |
| diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn |
| index ab42b5a1ac42ec460b1a783eab4f8d0dd436c44b..4c399e730d93c68d465316278119aa82d9317868 100644 |
| --- a/components/strings/BUILD.gn |
| +++ b/components/strings/BUILD.gn |
| @@ -64,4 +64,5 @@ grit("strings") { |
| "components_strings_zh-CN.pak", |
| "components_strings_zh-TW.pak", |
| ] |
| + output_dir = "$root_gen_dir/components" |
|
blundell
2014/10/09 05:31:16
gyp generates the strings into .../components/stri
|
| } |