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

Unified Diff: mojo/tools/data/apptests

Issue 1595773002: Added ImagePipe (Closed) Base URL: https://github.com/domokit/mojo.git@submit-2
Patch Set: Expose InterfacePtr::encountered_error() through ImagePipeProducerEndpoint so the GL on ImagePipe i… 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 3c7a13c70161615e6dcb61ce9ceed0726827de02..992810c9d7e0516e7ed2e6115629297805ab1c0b 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -80,6 +80,12 @@ tests = [
{
"test": "mojo:url_response_disk_cache_apptests",
},
+ {
+ "test": "mojo:platform_handle_apptests",
+ },
+ {
+ "test": "mojo:image_pipe_apptests",
+ },
]
if target_os == 'linux':

Powered by Google App Engine
This is Rietveld 408576698