diff options
author | Moonchild <moonchild@palemoon.org> | 2021-12-27 11:33:08 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-12-27 11:33:08 +0000 |
commit | a3bcbd51d04a43148489595af68b28efacca6bce (patch) | |
tree | b84b4cadc5fe4ce78cb68365ffb9bf0f61ca68b6 /build | |
parent | 91bf576590fb768b20d3e61536091bb05d9ecdde (diff) | |
download | aura-central-a3bcbd51d04a43148489595af68b28efacca6bce.tar.gz |
Issue %3012 - Remove EME support code and conditionals.
Diffstat (limited to 'build')
-rw-r--r-- | build/directive4.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py index 4b97bcb10..5fdcbad35 100644 --- a/build/directive4.py +++ b/build/directive4.py @@ -39,10 +39,9 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br 'MOZ_SYSTEM_JEMALLOC' ] - # Applies to Pale Moon Only + # Anything that applies to Pale Moon only goes here if 'MC_PALEMOON' in listConfig: listViolations += [ - 'MOZ_EME', ] # Iterate through enabled violations and output 1 to DIRECTIVE4 if any are found |