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

Unified Diff: media/mojo/services/apptest_manifest.json

Issue 1716793003: Enforce Capability Filter provided in manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9deps
Patch Set: . Created 4 years, 10 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 | « media/mojo/services/BUILD.gn ('k') | media/mojo/services/pipeline_apptest_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/apptest_manifest.json
diff --git a/media/mojo/services/apptest_manifest.json b/media/mojo/services/apptest_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e5f2b8decd77ca45dd35a3720cc5b2d5f87ed11b
--- /dev/null
+++ b/media/mojo/services/apptest_manifest.json
@@ -0,0 +1,5 @@
+{
+ "url": "mojo://media_apptests/",
+ "name": "Media Apptests",
+ "capabilities": { "*": ["*"] }
+}
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | media/mojo/services/pipeline_apptest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698