[XPToolkit] Restrict the preferences framework and communicator stylesheet to navigator for now

This commit is contained in:
Matt A. Tobin
2021-07-12 15:03:09 -04:00
parent 7e835882e4
commit 9d6e93a017
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -6,11 +6,11 @@
DIRS += [
'eula',
'downloads',
'preferences',
'profile',
]
if CONFIG['BINOC_BOREALIS']:
DIRS += [
'devtools',
'preferences',
]
+6 -2
View File
@@ -5,7 +5,11 @@
DIRS += [
'components',
'content',
'modules',
'searchplugins'
]
]
if CONFIG['BINOC_BOREALIS']:
DIRS += [
'content',
]