Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: content/BUILD.gn

Issue 1828733004: Load application manifests from resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698