gecko/content/moz.build
Ralph Giles fca7e06bbc Bug 857022 - Remove MOZ_MEDIA from content. r=cpearce
Remove the MOZ_MEDIA build-time define in the content
module, enabling this code unconditionally.
2013-04-04 15:07:00 -07:00

26 lines
537 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/.
PARALLEL_DIRS += [
'base',
'canvas',
'events',
'html',
'mathml/content/src',
'media',
'smil',
'svg',
'xml',
'xul',
'xbl',
'xslt',
]
TEST_TOOL_DIRS += ['test']
MODULE = 'content'