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

Unified Diff: services/shell/tests/connect/connect_test_app_manifest.json

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: services/shell/tests/connect/connect_test_app_manifest.json
diff --git a/services/shell/tests/connect/connect_test_app_manifest.json b/services/shell/tests/connect/connect_test_app_manifest.json
deleted file mode 100644
index 601e2f33aaebabaa9d9e620cdef1a6c975ff3bd6..0000000000000000000000000000000000000000
--- a/services/shell/tests/connect/connect_test_app_manifest.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "manifest_version": 1,
- "name": "service:connect_test_app",
- "display_name": "Connect Test App",
- "capabilities": {
- "provided": {
- "connect_unittests:connect_test_service": [
- "shell::test::mojom::ConnectTestService"
- ],
- "connect_unittests:standalone_app": [
- "shell::test::mojom::StandaloneApp"
- ],
- "connect_unittests:user_id_test": [ "shell::test::mojom::UserIdTest" ]
- },
- "required": {
- "service:connect_unittests": [ "connect_unittests:exposed_interface" ],
- "service:connect_test_a": [ "connect_unittests:connect_test_service" ],
- "service:connect_test_class_app": [
- "connect_unittests:class",
- "connect_unittests:connect_test_service"
- ],
- "service:shell": [ "shell:user_id" ]
- }
- }
-}
« no previous file with comments | « services/shell/tests/connect/connect_test_app_b_manifest.json ('k') | services/shell/tests/connect/connect_test_class_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698