summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/object-conflicts/3/moz.build
blob: a225907caeeecf6618a0483a6f844ceabc3d89ed (plain)
1
2
3
4
5
6
7
SOURCES += [
    "Test.c",
]

UNIFIED_SOURCES += [
    "Test.cpp",
]