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

Unified Diff: chrome/test/base/mus_browser_tests_manifest.json

Issue 2834693002: Mus Browser Tests (Closed)
Patch Set: Address Comments 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 | « chrome/test/base/mojo_test_connector.cc ('k') | testing/buildbot/filters/mus.browser_tests.filter » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/mus_browser_tests_manifest.json
diff --git a/chrome/test/base/mus_browser_tests_manifest.json b/chrome/test/base/mus_browser_tests_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c64633b6b6ed3da8c7cf7bad12e43c22912a2e13
--- /dev/null
+++ b/chrome/test/base/mus_browser_tests_manifest.json
@@ -0,0 +1,19 @@
+{
+ "name": "mus_browser_tests",
+ "display_name": "Mus Browser Tests",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "service_manager:service_factory": [
+ "service_manager::mojom::ServiceFactory"
+ ]
+ },
+ "requires": {
+ "*": [ "app" ],
+ "service_manager": [
+ "service_manager:instance_per_child"
+ ]
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/test/base/mojo_test_connector.cc ('k') | testing/buildbot/filters/mus.browser_tests.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698