author | Carsten "Tomcat" Book <cbook@mozilla.com> |
Tue, 20 Jun 2017 10:05:11 +0200 | |
changeset 365009 | 6e1ff77dd9a1b2c9ccb1362251274f9bc461dbfc |
parent 365008 | f8f055ef9dee04861be8c5bb9ed8f5288bfccadb |
child 365010 | edf38274225e72c180b87fde8774c4954b3cc595 |
push id | 91680 |
push user | kwierso@gmail.com |
push date | Wed, 21 Jun 2017 01:32:01 +0000 |
treeherder | mozilla-inbound@f7b9dc31956c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1374389 |
milestone | 56.0a1 |
backs out | 370492d1bc69eef822823675413c12395d1c58aa |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/media/moz.build +++ b/dom/media/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -FILES_PER_UNIFIED_FILE = 6 - with Files('*'): BUG_COMPONENT = ('Core', 'Audio/Video') with Files('test/**'): BUG_COMPONENT = ('Core', 'Audio/Video: Playback') with Files('gtest/TestGMP*'): BUG_COMPONENT = ('Core', 'Audio/Video: GMP')