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

Side by Side Diff: content/test/unittests_manifest.json

Issue 2597983003: Add tests for how LocalStorageContextMojo interacts with file/leveldb services. (Closed)
Patch Set: reapply change that got lost during rebase Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | services/service_manager/public/cpp/lib/service_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "content_unittests",
3 "display_name": "Content Unittests",
4 "interface_provider_specs": {
5 "service_manager:connector": {
6 "provides": {
7 "service_manager:service_factory": [
8 "service_manager::mojom::ServiceFactory"
9 ]
10 },
11 "requires": {
12 "file": [ "file:filesystem", "file:leveldb" ]
13 }
14 }
15 }
16 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | services/service_manager/public/cpp/lib/service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698