mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Rename Toolkit's webextensions component directory to better reflect what it is.
This commit is contained in:
parent
6955450f7a
commit
d7d16e7fbb
242 changed files with 4 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ dnl Optional parts of the build.
|
|||
dnl ========================================================
|
||||
dnl = Disable WebExtensions
|
||||
dnl ========================================================
|
||||
MOZ_ARG_DISABLE_BOOL(browser-statusbar,
|
||||
MOZ_ARG_DISABLE_BOOL(webextensions,
|
||||
[ --disable-webextensions Disable WebExtensions],
|
||||
MOZ_WEBEXTENSIONS=,
|
||||
MOZ_WEBEXTENSIONS=1)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ DIRS += [
|
|||
'crashmonitor',
|
||||
'diskspacewatcher',
|
||||
'downloads',
|
||||
'extensions',
|
||||
'exthelper',
|
||||
'filewatcher',
|
||||
'finalizationwitness',
|
||||
|
|
@ -68,6 +67,9 @@ DIRS += [
|
|||
'xulstore'
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WEBEXTENSIONS']:
|
||||
DIRS += ['webextensions']
|
||||
|
||||
if CONFIG['ENABLE_INTL_API']:
|
||||
DIRS += ['mozintl']
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue