blob: d0e1da163da446dc1675c7c74320ead43c090a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[DEFAULT]
head = head.js head_native_messaging.js
tail =
firefox-appdir = browser
skip-if = appname == "thunderbird" || os == "android"
subprocess = true
support-files =
data/**
tags = webextensions
[test_ext_native_messaging.js]
[test_ext_native_messaging_perf.js]
[test_ext_native_messaging_unresponsive.js]
|