Bug 1508381 - remove now-unnecessary TASKCLUSTER_* variables r=tomprince
[gecko.git] / gfx / moz.build
blobd23e61cabe87fb876e9b1739a3840eb66d53fa6a
1 # -*- Mode: python; 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 with Files('**'):
8     BUG_COMPONENT = ('Core', 'Graphics')
10 if CONFIG['MOZ_TREE_CAIRO']:
11     DIRS += ['cairo']
13 DIRS += [
14     '2d',
15     'ycbcr',
16     'angle',
17     'src',
18     'qcms',
19     'gl',
20     'layers',
21     'graphite2/src',
22     'harfbuzz/src',
23     'ots/src',
24     'thebes',
25     'ipc',
26     'vr',
27     'config',
28     'webrender_bindings',
31 if CONFIG['MOZ_ENABLE_SKIA']:
32     DIRS += ['skia']
34 if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY']:
35      DIRS += ['sfntly/cpp/src']
37 if CONFIG['ENABLE_TESTS']:
38     DIRS += ['tests/gtest']
40 TEST_DIRS += ['tests']
42 SPHINX_TREES['gfx'] = 'docs'
44 with Files('docs/**'):
45     SCHEDULES.exclusive = ['docs']