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

EXPORTS += ["!bar.h", "foo.h"]
EXPORTS.mozilla += ["!mozilla2.h", "mozilla1.h"]
EXPORTS.mozilla.dom += ["!dom2.h", "!dom3.h", "dom1.h"]
EXPORTS.gfx += ["gfx.h"]

GENERATED_FILES += ["bar.h"]
GENERATED_FILES += ["mozilla2.h"]
GENERATED_FILES += ["dom2.h"]
GENERATED_FILES += ["dom3.h"]