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

Unified Diff: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json

Issue 2573743003: Flatten mash overlay back into Chrome overlay (Closed)
Patch Set: Created 4 years 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/BUILD.gn ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
diff --git a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
deleted file mode 100644
index bb9b82115282242360f19d23378c3c78af2e5f1d..0000000000000000000000000000000000000000
--- a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
+++ /dev/null
@@ -1,24 +0,0 @@
-// NOTE: This overlay is applied to content_browser_manifest.json on top of
-// src/chrome/browser/chrome_content_browser_manifest_overlay.json.
-//
-// The resulting manifest is output to
-// ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the
-// manifest for "content_browser" (i.e. the browser process) when Chrome
-// is run in a Mash environment.
-{
- "interface_provider_specs": {
- "service_manager:connector": {
- "provides": {
- "ash": [
- "app_list::mojom::AppListPresenter"
- ],
- "ime:ime_driver": []
- },
- "requires": {
- "accessibility_autoclick": [ "ash:autoclick" ],
- "task_viewer": [ "mash:launchable" ],
- "ui": [ "ime_registrar" ]
- }
- }
- }
-}
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698