michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: if CONFIG['MOZ_TREE_CAIRO']: michael@0: DIRS += ['cairo'] michael@0: michael@0: DIRS += [ michael@0: '2d', michael@0: 'ycbcr', michael@0: 'angle', michael@0: 'src', michael@0: 'qcms', michael@0: 'gl', michael@0: 'layers', michael@0: 'graphite2/src', michael@0: 'harfbuzz/src', michael@0: 'ots/src', michael@0: 'thebes', michael@0: 'ipc', michael@0: ] michael@0: michael@0: if CONFIG['MOZ_ENABLE_SKIA']: michael@0: DIRS += ['skia'] michael@0: michael@0: if CONFIG['ENABLE_TESTS']: michael@0: DIRS += ['tests/gtest'] michael@0: michael@0: TEST_TOOL_DIRS += ['tests'] michael@0: