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

Unified Diff: chrome/app/mash/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 | « no previous file | chrome/app/mash/chrome_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index deced6bf293e3b1731660700b836909cd36402d4..a941b0d2962ea4b7f42af4a80b4904c431b37b17 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -29,7 +29,6 @@ source_set("mash") {
"//url",
]
data_deps = [
- ":chrome_manifest",
":manifest",
]
@@ -64,9 +63,3 @@ mojo_application_manifest("manifest") {
packaged_applications += [ "font_service" ]
}
}
-
-mojo_application_manifest("chrome_manifest") {
- type = "exe"
- application_name = "chrome"
- source = "chrome_manifest.json"
-}
« no previous file with comments | « no previous file | chrome/app/mash/chrome_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698