Rename Toolkit's webextensions component directory to better reflect what it is.

This commit is contained in:
NTD 2018-02-09 11:10:00 -05:00 committed by Roy Tam
commit d7d16e7fbb
242 changed files with 4 additions and 2 deletions

View file

@ -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)

View file

@ -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']

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 580 B

After

Width:  |  Height:  |  Size: 580 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more