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

Unified Diff: mojo/tools/data/apptests

Issue 1591103002: Fix and enable mojo:media_pipeline_integration_apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add deps in src/BUILD.gn (plus rebase) Created 4 years, 11 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/test/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index a2fa12b13726eb78105b32d5a8807587a65c662f..b530665376ad25f5ca6ca2fb499f2263a0a0bf21 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -84,12 +84,14 @@ if config.target_os != config.OS_ANDROID:
'args': ['--use-x11-test-config',
'--override-use-gl-with-osmesa-for-tests']
},
- # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
- # http://crbug.com/501417
{
'test': 'mojo:media_apptests',
'type': 'gtest_isolated',
},
+ {
+ 'test': 'mojo:media_pipeline_integration_apptests',
+ 'type': 'gtest_isolated',
+ },
# TODO(crbug.com/560626): Fix and enable mus_apptests on Android.
mus_apptests,
{
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698