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

Unified Diff: mash/browser_driver/manifest.json

Issue 1989333003: mash: Rename browser_driver to app_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | « mash/browser_driver/main.cc ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/browser_driver/manifest.json
diff --git a/mash/browser_driver/manifest.json b/mash/browser_driver/manifest.json
deleted file mode 100644
index d864b2f910c01b91a0136e30a3b55a8bea1c0aac..0000000000000000000000000000000000000000
--- a/mash/browser_driver/manifest.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "manifest_version": 1,
- "name": "mojo:browser_driver",
- "display_name": "Browser Driver",
- "capabilities": {
- "required": {
- "*": {
- "classes": [ "mus:window_manager" ]
- },
- "exe:chrome": {
- "classes": [ "mash:launchable" ]
- },
- "mojo:catalog": {
- "interfaces": [ "catalog::mojom::Catalog" ]
- }
- }
- }
-}
« no previous file with comments | « mash/browser_driver/main.cc ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698