зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1382092 - Remove the NIGHTLY_BUILD requirement for building the payments UI service. r=RyanVM
This commit is contained in:
Родитель
87b602a05f
Коммит
2ea810c199
|
@ -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']
|
||||
|
|
Загрузка…
Ссылка в новой задаче