summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/files-info/bug_component/different-matchers/moz.build
blob: ca5c74fd6abe8d59f9eb650a612e1d226d877807 (plain)
1
2
3
4
with Files("*.jsm"):
    BUG_COMPONENT = ("Firefox", "JS")
with Files("*.cpp"):
    BUG_COMPONENT = ("Firefox", "C++")