mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Revert "Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC"
This reverts commit 9e7d1492e6.
This commit is contained in:
parent
7e50abda7d
commit
119feb053c
54 changed files with 30 additions and 314 deletions
|
|
@ -949,7 +949,6 @@ class GTestCommands(MachCommandBase):
|
|||
# https://code.google.com/p/googletest/wiki/AdvancedGuide#Running_Test_Programs:_Advanced_Options
|
||||
gtest_env = {b'GTEST_FILTER': gtest_filter}
|
||||
|
||||
#ifdef MOZ_GMP
|
||||
# Note: we must normalize the path here so that gtest on Windows sees
|
||||
# a MOZ_GMP_PATH which has only Windows dir seperators, because
|
||||
# nsILocalFile cannot open the paths with non-Windows dir seperators.
|
||||
|
|
@ -959,7 +958,6 @@ class GTestCommands(MachCommandBase):
|
|||
os.path.join(xre_path, p, "1.0")
|
||||
for p in ('gmp-fake', 'gmp-fakeopenh264')
|
||||
)
|
||||
#endif
|
||||
|
||||
gtest_env[b"MOZ_RUN_GTEST"] = b"True"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue