Revision 9a641cc55f6fab307f92f496afe8e93383c34429 authored by Olli Pettay on 12 January 2014, 02:45:15 UTC, committed by Olli Pettay on 12 January 2014, 02:45:15 UTC
1 parent 68c3a45
Raw File
moz.build
# -*- 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/.

PARALLEL_DIRS += [
    'public',
    'idl',
    'txtsvc',
    'libeditor',
    'txmgr',
    'composer',
]

EXTRA_JS_MODULES += [
    'AsyncSpellCheckTestHelper.jsm',
]
back to top