summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorjrummell <jrummell@chromium.org>2016-01-27 11:36:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-27 19:37:26 +0000
commit135d61ec919d5c3bbd2b0c7db2a52c9f8bd5c82e (patch)
tree6885e77884f7cfb28925f1f664f9c7cda2ae0926 /BUILD.gn
parentdd4d2b253d29963aacb80e3a0dea42061f1f47c4 (diff)
downloadchromium_src-135d61ec919d5c3bbd2b0c7db2a52c9f8bd5c82e.zip
chromium_src-135d61ec919d5c3bbd2b0c7db2a52c9f8bd5c82e.tar.gz
chromium_src-135d61ec919d5c3bbd2b0c7db2a52c9f8bd5c82e.tar.bz2
Fix and enable mojo:media_pipeline_integration_apptests.
Currently the mojo implementation doesn't fully support EME nor clockless playback, so those tests are disabled for mojo. BUG=501417 TEST=new tests pass Review URL: https://codereview.chromium.org/1591103002 Cr-Commit-Position: refs/heads/master@{#371840}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index fac0464..d644a5d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -614,6 +614,7 @@ group("mojo_apptests") {
deps += [
"//mandoline:tests",
"//mash/wm:tests",
+ "//media/mojo/services:tests",
"//ui/views/mus:tests",
]
}