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

Unified Diff: content/browser/BUILD.gn

Issue 1787083003: Use chrome manifest with embedded shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell-no-wait
Patch Set: rebase 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
« no previous file with comments | « chrome/app/mash/chrome_manifest.json ('k') | content/browser/mojo/chrome_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ab78620bbdcc5a19dfae452dd015c00a058f7f33..d9c493583590c1f9f5946788a52cda8eaab91f6a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -71,6 +71,7 @@ source_set("browser") {
]
data_deps = [
+ ":chrome_manifest",
":chrome_renderer_manifest",
]
@@ -543,6 +544,12 @@ source_set("browser") {
}
}
+mojo_application_manifest("chrome_manifest") {
+ type = "exe"
+ application_name = "chrome"
+ source = "mojo/chrome_manifest.json"
+}
+
mojo_application_manifest("chrome_renderer_manifest") {
type = "exe"
application_name = "chrome_renderer"
« no previous file with comments | « chrome/app/mash/chrome_manifest.json ('k') | content/browser/mojo/chrome_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698