Chromium Code Reviews| Index: content/BUILD.gn |
| diff --git a/content/BUILD.gn b/content/BUILD.gn |
| index 20a553e70a81811a5acd56f97b9627a75f282742..6c6427074c9824c3b498a8c5110dd0e31913e123 100644 |
| --- a/content/BUILD.gn |
| +++ b/content/BUILD.gn |
| @@ -38,6 +38,11 @@ if (is_component_build) { |
| grit("resources") { |
| source = "content_resources.grd" |
| + outputs = [ |
| + "grit/content_resources.h", |
| + "content_resources.pak", |
| + "content_resources.rc", |
| + ] |
| } |
| # This target exists to "hold" the content_export header so we can do proper |