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

Unified Diff: services/identity/unittest_manifest.json

Issue 2854083002: [Identity Service] Add service tests of IdentityManager (Closed)
Patch Set: Fix for elimination of InterfaceFactory Created 3 years, 8 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 | « services/identity/identity_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/identity/unittest_manifest.json
diff --git a/services/identity/unittest_manifest.json b/services/identity/unittest_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..fb0c1feffb15adb0067b50d4ecd26b4a5b18979f
--- /dev/null
+++ b/services/identity/unittest_manifest.json
@@ -0,0 +1,16 @@
+{
+ "name": "identity_unittests",
+ "display_name": "Identity Unittests",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "service_manager:service_factory": [
+ "service_manager::mojom::ServiceFactory"
+ ]
+ },
+ "requires": {
+ "identity": [ "identity_manager" ]
+ }
+ }
+ }
+}
« no previous file with comments | « services/identity/identity_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698