mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
9aabf6aa5a
--HG-- rename : intl/hyphenation/hnjalloc.h => intl/hyphenation/glue/hnjalloc.h rename : intl/hyphenation/hnjstdio.cpp => intl/hyphenation/glue/hnjstdio.cpp rename : intl/hyphenation/moz.build => intl/hyphenation/glue/moz.build rename : intl/hyphenation/nsHyphenationManager.cpp => intl/hyphenation/glue/nsHyphenationManager.cpp rename : intl/hyphenation/nsHyphenationManager.h => intl/hyphenation/glue/nsHyphenationManager.h rename : intl/hyphenation/nsHyphenator.cpp => intl/hyphenation/glue/nsHyphenator.cpp rename : intl/hyphenation/nsHyphenator.h => intl/hyphenation/glue/nsHyphenator.h rename : intl/hyphenation/COPYING => intl/hyphenation/hyphen/COPYING rename : intl/hyphenation/COPYING.LGPL => intl/hyphenation/hyphen/COPYING.LGPL rename : intl/hyphenation/COPYING.MPL => intl/hyphenation/hyphen/COPYING.MPL rename : intl/hyphenation/README => intl/hyphenation/hyphen/README rename : intl/hyphenation/README.compound => intl/hyphenation/hyphen/README.compound rename : intl/hyphenation/README.hyphen => intl/hyphenation/hyphen/README.hyphen rename : intl/hyphenation/README.nonstandard => intl/hyphenation/hyphen/README.nonstandard rename : intl/hyphenation/hyphen.c => intl/hyphenation/hyphen/hyphen.c rename : intl/hyphenation/hyphen.h => intl/hyphenation/hyphen/hyphen.h rename : intl/hyphenation/moz.build => intl/hyphenation/hyphen/moz.build
21 lines
484 B
Python
21 lines
484 B
Python
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
DIRS += [
|
|
'hyphenation/hyphen',
|
|
'hyphenation/glue',
|
|
'locale',
|
|
'locales',
|
|
'lwbrk',
|
|
'strres',
|
|
'unicharutil',
|
|
]
|
|
|
|
DIRS += [
|
|
'uconv',
|
|
'build',
|
|
]
|