summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/files-info/bug_component/static/moz.build
blob: 49acf291968bb510dced63f13d6f6688f9c8f3fa (plain)
1
2
3
4
5
with Files("foo"):
    BUG_COMPONENT = ("FooProduct", "FooComponent")

with Files("bar"):
    BUG_COMPONENT = ("BarProduct", "BarComponent")