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

Unified Diff: mojo/shell/tests/shell/target_manifest.json

Issue 1775813002: Eliminate CapabilityFilter parameter from CreateInstance, instead reading it from the associated ma… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@41qual
Patch Set: . Created 4 years, 9 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
« content/browser/mojo/OWNERS ('K') | « mojo/shell/tests/shell/driver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/shell/target_manifest.json
diff --git a/mojo/shell/tests/shell/target_manifest.json b/mojo/shell/tests/shell/target_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..68ddc21ed4bb48bd311dc5dc79bf8770b1e2267c
--- /dev/null
+++ b/mojo/shell/tests/shell/target_manifest.json
@@ -0,0 +1,5 @@
+{
+ "name": "exe:shell_unittest_target",
+ "display_name": "Shell Unittest: Target",
+ "capabilities": { "mojo:shell_unittest": [ "mojo::shell::test::mojom::CreateInstanceTest" ] }
+}
« content/browser/mojo/OWNERS ('K') | « mojo/shell/tests/shell/driver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698