summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/localized-files/moz.build
blob: 93a97c7b8402c6f6df231522f45e77502391f34d (plain)
1
2
3
4
5
6
7
8
9
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

LOCALIZED_FILES += [
    "en-US/abc/*.abc",
    "en-US/bar.ini",
    "en-US/foo.js",
]