Bug 886842 - Add clang trunk builds for ASan. r=froydnj
[gecko.git] / content / moz.build
bloba96e8000b2dfe1046cb147faf3f3de41c51f323b
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 PARALLEL_DIRS += [
8     'base',
9     'canvas',
10     'events',
11     'html',
12     'mathml/content/src',
13     'media',
14     'smil',
15     'svg',
16     'xml',
17     'xul',
18     'xbl',
19     'xslt',
22 TEST_TOOL_DIRS += ['test']
24 MODULE = 'content'