Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / build / scripts / templates / MediaFeatures.h.tmpl
blobd4a56ab0eb1f8bacb4d4e2595bf4efd2ec06c565
1 {% from "macros.tmpl" import license %}
2 {{ license() }}
4 #ifndef MediaFeatures_h
5 #define MediaFeatures_h
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 %}
13 #endif