Bug 1382092 - Remove the NIGHTLY_BUILD requirement for building the payments UI service. r=RyanVM

This commit is contained in:
Eden Chuang 2017-08-12 17:16:35 +08:00
Родитель 87b602a05f
Коммит 2ea810c199
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -41,6 +41,7 @@ DIRS += [
'osfile',
'parentalcontrols',
'passwordmgr',
'payments',
'perf',
'perfmonitoring',
'places',
@ -113,6 +114,3 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
'nsDefaultCLH.js',
'nsDefaultCLH.manifest',
]
if CONFIG['NIGHTLY_BUILD'] and CONFIG['MOZ_BUILD_APP'] == 'browser':
DIRS += ['payments']