| Index: content/BUILD.gn
|
| diff --git a/content/BUILD.gn b/content/BUILD.gn
|
| index d2d450a60da530a88e82bd07e5ccf5a3cbe9865a..56941b8f427d882bea0d1938a75d8f9bc20fca7f 100644
|
| --- a/content/BUILD.gn
|
| +++ b/content/BUILD.gn
|
| @@ -110,6 +110,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
|
|
|