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

Unified Diff: content/browser/mojo/chrome_manifest.json

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 | « content/browser/BUILD.gn ('k') | mojo/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mojo/chrome_manifest.json
diff --git a/content/browser/mojo/chrome_manifest.json b/content/browser/mojo/chrome_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..ef5e6dec51839fe29663972f3f5ed553452398c4
--- /dev/null
+++ b/content/browser/mojo/chrome_manifest.json
@@ -0,0 +1,14 @@
+{
+ "manifest_version": 1,
+ "name": "exe:chrome",
+ "display_name": "Chrome",
+ "capabilities": {
+ "required": {
+ "*": { "interfaces": [ "*" ] },
+ "mojo:shell": {
+ "classes": [ "client_process", "instance_name" ],
+ "interfaces": [ "*" ]
+ }
+ }
+ }
+}
« no previous file with comments | « content/browser/BUILD.gn ('k') | mojo/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698