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

Side by Side Diff: chrome/test/base/mash_browser_tests_manifest.json

Issue 2440903002: Make "all user" services work when packaged. (Closed)
Patch Set: Addressed latest comments and synced. Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « chrome/app/mash/chrome_mash_manifest.json ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "exe:mash_browser_tests", 2 "name": "exe:mash_browser_tests",
3 "display_name": "Mash Browser Tests", 3 "display_name": "Mash Browser Tests",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "service_manager:service_factory": [ 7 "service_manager:service_factory": [
8 "service_manager::mojom::ServiceFactory" 8 "service_manager::mojom::ServiceFactory"
9 ] 9 ]
10 }, 10 },
11 "requires": { 11 "requires": {
12 "*": [ "app" ] 12 "*": [ "app" ],
13 "service:service_manager": [
14 "service_manager:instance_per_child"
15 ]
13 } 16 }
14 } 17 }
15 } 18 }
16 } 19 }
OLDNEW
« no previous file with comments | « chrome/app/mash/chrome_mash_manifest.json ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698