Bug 1606850 [wpt PR 21024] - Editorial: start using blocklist, a=testonly
[gecko.git] / gfx / moz.build
blob9cfb2b8c2ccf81e8c135cb247c7e1ac42e8d6df7
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')
9     SCHEDULES.inclusive += ['android-hw-gfx']
10 with Files('wr/**'):
11     BUG_COMPONENT = ('Core', 'Graphics: WebRender')
13 if CONFIG['MOZ_TREE_CAIRO']:
14     DIRS += ['cairo']
16 DIRS += [
17     '2d',
18     'ycbcr',
19     'angle',
20     'src',
21     'qcms',
22     'gl',
23     'layers',
24     'graphite2/src',
25     'harfbuzz/src',
26     'ots/src',
27     'thebes',
28     'ipc',
29     'vr',
30     'config',
31     'webrender_bindings',
34 if CONFIG['MOZ_ENABLE_SKIA']:
35     DIRS += ['skia']
37 if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY']:
38      DIRS += ['sfntly/cpp/src']
40 if CONFIG['ENABLE_TESTS']:
41     DIRS += ['tests/gtest']
43 TEST_DIRS += ['tests']
45 SPHINX_TREES['/gfx'] = 'docs'
47 with Files('docs/**'):
48     SCHEDULES.exclusive = ['docs']