diff options
Diffstat (limited to 'python/mozbuild/mozbuild/test/frontend/data/exports-generated/moz.build')
-rw-r--r-- | python/mozbuild/mozbuild/test/frontend/data/exports-generated/moz.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/mozbuild/mozbuild/test/frontend/data/exports-generated/moz.build b/python/mozbuild/mozbuild/test/frontend/data/exports-generated/moz.build new file mode 100644 index 000000000..259d96fcd --- /dev/null +++ b/python/mozbuild/mozbuild/test/frontend/data/exports-generated/moz.build @@ -0,0 +1,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'] |