summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/exports-generated/moz.build
blob: bd3507c97b48c360ee27f9065028e1617fe89dff (plain)
1
2
3
4
5
6
7
8
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

EXPORTS += ["foo.h"]
EXPORTS.mozilla += ["mozilla1.h"]
EXPORTS.mozilla += ["!mozilla2.h"]

GENERATED_FILES += ["mozilla2.h"]