mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
missing changes when reverting previous commit
This commit is contained in:
parent
119feb053c
commit
6c3db876fc
3 changed files with 3 additions and 7 deletions
|
|
@ -19,6 +19,7 @@ with Files('GetUserMedia*'):
|
||||||
BUG_COMPONENT = component_av
|
BUG_COMPONENT = component_av
|
||||||
|
|
||||||
DIRS += [
|
DIRS += [
|
||||||
|
'eme',
|
||||||
'encoder',
|
'encoder',
|
||||||
'flac',
|
'flac',
|
||||||
'gmp',
|
'gmp',
|
||||||
|
|
@ -47,9 +48,6 @@ if CONFIG['MOZ_FMP4']:
|
||||||
if CONFIG['MOZ_WEBRTC']:
|
if CONFIG['MOZ_WEBRTC']:
|
||||||
DIRS += ['bridge']
|
DIRS += ['bridge']
|
||||||
|
|
||||||
if CONFIG['MOZ_EME']:
|
|
||||||
DIRS += ['eme']
|
|
||||||
|
|
||||||
TEST_DIRS += [
|
TEST_DIRS += [
|
||||||
'gtest',
|
'gtest',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -29,13 +29,11 @@ UNIFIED_SOURCES += [
|
||||||
]
|
]
|
||||||
|
|
||||||
DIRS += [
|
DIRS += [
|
||||||
|
'agnostic/eme',
|
||||||
'agnostic/gmp',
|
'agnostic/gmp',
|
||||||
'omx'
|
'omx'
|
||||||
]
|
]
|
||||||
|
|
||||||
if CONFIG['MOZ_EME']:
|
|
||||||
DIRS += ['agnostic/eme']
|
|
||||||
|
|
||||||
if CONFIG['MOZ_WMF']:
|
if CONFIG['MOZ_WMF']:
|
||||||
DIRS += [ 'wmf' ];
|
DIRS += [ 'wmf' ];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,13 +25,13 @@ EXTRA_COMPONENTS += [
|
||||||
EXTRA_JS_MODULES += [
|
EXTRA_JS_MODULES += [
|
||||||
'ChromeManifestParser.jsm',
|
'ChromeManifestParser.jsm',
|
||||||
'DeferredSave.jsm',
|
'DeferredSave.jsm',
|
||||||
|
'GMPUtils.jsm',
|
||||||
'LightweightThemeManager.jsm',
|
'LightweightThemeManager.jsm',
|
||||||
]
|
]
|
||||||
|
|
||||||
EXTRA_PP_JS_MODULES += [
|
EXTRA_PP_JS_MODULES += [
|
||||||
'AddonManager.jsm',
|
'AddonManager.jsm',
|
||||||
'GMPInstallManager.jsm',
|
'GMPInstallManager.jsm',
|
||||||
'GMPUtils.jsm',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Additional debugging info is exposed in debug builds
|
# Additional debugging info is exposed in debug builds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue