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

Unified Diff: mojo/tools/data/apptests

Issue 1595773002: Added ImagePipe (Closed) Base URL: https://github.com/domokit/mojo.git@submit-2
Patch Set: rebased. the ImagePipe interface doesnt pass interfaces anyway so it didnt really change anything 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
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 7668f20674e01aa6e34f8b171dbb5f89bbec01fe..2343cb20d7f3dc8366921dfc437c3d6284872d5f 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -66,6 +66,12 @@ tests = [
{
"test": "mojo:versioning_apptests",
},
+ {
+ "test": "mojo:platform_handle_private_apptests",
+ },
+ {
+ "test": "mojo:image_pipe_apptests",
+ },
]
if target_os == 'linux':

Powered by Google App Engine
This is Rietveld 408576698