Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Tools / TestResultServer / templates / showfilelist.jsonp
1 CALLBACK([{% for file in files %}
2   { "key": "{{ file.key }}" },{% endfor %}
3 ]);