blob: 711c03399f5926ad5bfdb552b08fc4f0a4ed2626 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[DEFAULT]
head = loader.js head.js
tail =
skip-if = toolkit == 'android'
# The following files starting with ".." are installed in the current folder.
# However, they cannot be referenced directly in the "head" directive above.
support-files =
../head_common.js
../loader_common.js
[test_infrastructure.js]
[test_integration.js]
|