summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/localized-files/moz.build
blob: 25a903088154f6120aedca8c7bd9c148965cc1b6 (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.foo += [
    "en-US/bar.ini",
    "en-US/code/*.js",
    "en-US/foo.js",
]