Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / scripts / templates / MediaFeatures.h.tmpl
1 {% from "macros.tmpl" import license %}
2 {{ license() }}
3
4 #ifndef MediaFeatures_h
5 #define MediaFeatures_h
6
7 #define CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(macro) \
8     {% for entry in entries %}
9     macro({{entry|symbol}}){% if not loop.last %} \
10     {% endif %}
11     {% endfor %}
12
13 #endif