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

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, 8 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
« no previous file with comments | « chrome/app/mojo/chrome_renderer_manifest.json ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/app/mojo/chrome_renderer_manifest.json ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698