diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build index 9275b3549fa7..f205b6a1464b 100644 --- a/toolkit/components/moz.build +++ b/toolkit/components/moz.build @@ -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']