| Index: content/BUILD.gn
|
| diff --git a/content/BUILD.gn b/content/BUILD.gn
|
| index 1ece4f97f491eb1ca10ff27a65a350fc71b3bcc1..7fddeb67e90c348c9d45bea968ed5d7e0a50aa13 100644
|
| --- a/content/BUILD.gn
|
| +++ b/content/BUILD.gn
|
| @@ -111,6 +111,15 @@ grit("resources") {
|
| "grit/content_resources.h",
|
| "content_resources.pak",
|
| ]
|
| + grit_flags = [
|
| + "-E",
|
| + "root_out_dir=" + rebase_path(root_out_dir, root_build_dir),
|
| + ]
|
| + deps = [
|
| + "//content/public/app:browser_manifest",
|
| + "//content/public/app:renderer_manifest",
|
| + "//mojo/services/catalog:manifest",
|
| + ]
|
| }
|
|
|
| # This target exists to "hold" the content_export header so we can do proper
|
|
|