summaryrefslogtreecommitdiff
path: root/system/toolkit.mozbuild
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-27 16:47:16 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-27 16:47:16 -0500
commit465be57e4974d4ccbadbe9772bae75918308eb65 (patch)
treeacb7c5a32f0bb9e0cc3cc7868ae879626a4a786b /system/toolkit.mozbuild
parentaefce0cd7291b83861f21fdb59d5d6d911f75d9a (diff)
downloadaura-central-465be57e4974d4ccbadbe9772bae75918308eb65.tar.gz
Issue %3005 - Move extensions/universalchardet to intl/
Diffstat (limited to 'system/toolkit.mozbuild')
-rw-r--r--system/toolkit.mozbuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/toolkit.mozbuild b/system/toolkit.mozbuild
index 975f56b36..1fef4bf90 100644
--- a/system/toolkit.mozbuild
+++ b/system/toolkit.mozbuild
@@ -20,7 +20,6 @@ DIRS += [
'/ipc',
'/js/ipc',
'/js/xpconnect',
- '/intl/chardet',
'/libs/libyuv',
]
@@ -50,9 +49,6 @@ DIRS += [
'/embedding',
]
-if CONFIG['MOZ_UNIVERSALCHARDET']:
- DIRS += ['/extensions/universalchardet']
-
if CONFIG['ACCESSIBILITY']:
DIRS += ['/accessible']
else: