mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1900217 - Remove MOZ_RAW from confvars.sh r=glandium,geckoview-reviewers,m_kato
Previous behavior was not doing anything. Additionally MOZ_RAW was set in the config substitution but never actually used. Differential Revision: https://phabricator.services.mozilla.com/D212366
This commit is contained in:
parent
af58208cce
commit
c87d1a4f1d
@ -5,5 +5,3 @@
|
||||
MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
|
||||
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official
|
||||
# MOZ_APP_DISPLAYNAME is set by branding/configure.sh
|
||||
|
||||
MOZ_RAW=1
|
||||
|
@ -1522,7 +1522,6 @@ option(
|
||||
help="{Enable|Disable} support for RAW media",
|
||||
)
|
||||
|
||||
set_config("MOZ_RAW", depends_if("--enable-raw")(lambda _: True))
|
||||
set_define("MOZ_RAW", depends_if("--enable-raw")(lambda _: True))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user