Backed out changeset 8df491f3dcdf for landing with the wrong bug number in the commit message.

This commit is contained in:
Ryan VanderMeulen 2017-08-15 19:27:16 -04:00
Родитель a86c240986
Коммит 629d98cad7
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -10,7 +10,6 @@ support-files =
ShowPaymentChromeScript.js ShowPaymentChromeScript.js
[test_abortPayment.html] [test_abortPayment.html]
run-if = nightly_build # Bug 1390018: Depends on the Nightly-only UI service
[test_basiccard.html] [test_basiccard.html]
[test_canMakePayment.html] [test_canMakePayment.html]
[test_constructor.html] [test_constructor.html]

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

@ -115,5 +115,5 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
'nsDefaultCLH.manifest', 'nsDefaultCLH.manifest',
] ]
if CONFIG['NIGHTLY_BUILD'] and CONFIG['MOZ_BUILD_APP'] == 'browser': if CONFIG['MOZ_BUILD_APP'] == 'browser':
DIRS += ['payments'] DIRS += ['payments']