summaryrefslogtreecommitdiffstats
path: root/toolkit/components/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/moz.build')
-rw-r--r--toolkit/components/moz.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build
index e0b412428..c34c1f18d 100644
--- a/toolkit/components/moz.build
+++ b/toolkit/components/moz.build
@@ -60,7 +60,6 @@ DIRS += [
'tooltiptext',
'typeaheadfind',
'utils',
- 'url-classifier',
'urlformatter',
'viewconfig',
'workerloader',
@@ -93,6 +92,9 @@ if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
if CONFIG['MOZ_TOOLKIT_SEARCH']:
DIRS += ['search']
+if CONFIG['MOZ_URL_CLASSIFIER']:
+ DIRS += ['url-classifier']
+
DIRS += ['captivedetect']
if CONFIG['OS_TARGET'] != 'Android':