Revision 8d2e42a2884718221442d3d6c054c99b1d2757b2 authored by Ryan VanderMeulen on 29 June 2015, 15:32:20 UTC, committed by Ryan VanderMeulen on 29 June 2015, 15:32:20 UTC
1 parent 9f1fb4c
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