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

Unified 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 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 | « content/test/BUILD.gn ('k') | services/service_manager/public/cpp/lib/service_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/unittests_manifest.json
diff --git a/content/test/unittests_manifest.json b/content/test/unittests_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..94cb81e38586c2ca65aa36ac97056b0c17a5d013
--- /dev/null
+++ b/content/test/unittests_manifest.json
@@ -0,0 +1,16 @@
+{
+ "name": "content_unittests",
+ "display_name": "Content Unittests",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "service_manager:service_factory": [
+ "service_manager::mojom::ServiceFactory"
+ ]
+ },
+ "requires": {
+ "file": [ "file:filesystem", "file:leveldb" ]
+ }
+ }
+ }
+}
« 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