Bug 1689494 - Don't include gmp-clearkey in test archives. r=releng-reviewers,jmaher

It's already part of Firefox, and makes the gtest initialization print
an error message because the one already in Firefox can't be
overwritten.

Differential Revision: https://phabricator.services.mozilla.com/D103475
This commit is contained in:
Mike Hommey 2021-01-29 13:31:07 +00:00
Родитель 28ce0f37e8
Коммит 4030da2448
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,6 @@ TEST_HARNESS_BINS = [
TEST_HARNESS_DLLS = ["crashinjectdll", "mozglue"]
GMP_TEST_PLUGIN_DIRS = [
"gmp-clearkey/**",
"gmp-fake/**",
"gmp-fakeopenh264/**",
]