firefox-patches/disable-system-addons.patch

24 lines
414 B
Diff
Raw Normal View History

2018-01-07 17:12:58 +01:00
--- a/browser/moz.build
+++ b/browser/moz.build
@@ -11,12 +11,10 @@ SPHINX_TREES['browser'] = 'docs'
2017-11-20 20:14:25 +01:00
DIRS += [
'base',
'components',
- 'experiments',
'fonts',
'locales',
'modules',
'themes',
- 'extensions',
]
DIRS += [
2018-01-07 17:12:58 +01:00
@@ -27,7 +25,6 @@ if CONFIG['MAKENSISU']:
2017-11-20 20:14:25 +01:00
DIRS += ['installer/windows']
TEST_DIRS += [
- 'tools/mozscreenshots',
]
DIST_SUBDIR = 'browser'