Blame parser/moz.build

Packit f0b94e
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
Packit f0b94e
# vim: set filetype=python:
Packit f0b94e
# This Source Code Form is subject to the terms of the Mozilla Public
Packit f0b94e
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit f0b94e
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit f0b94e
Packit f0b94e
with Files('**'):
Packit f0b94e
    BUG_COMPONENT = ('Core', 'HTML: Parser')
Packit f0b94e
Packit f0b94e
DIRS += ['expat', 'xml', 'htmlparser', 'html']
Packit f0b94e
Packit f0b94e
EXPORTS += [
Packit f0b94e
    'nsCharsetSource.h',
Packit f0b94e
]
Packit f0b94e