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: DIRS += [ michael@0: 'chromium', michael@0: 'glue', michael@0: 'ipdl', michael@0: 'testshell', michael@0: ] michael@0: michael@0: if CONFIG['MOZ_B2G_RIL']: michael@0: DIRS += ['ril'] michael@0: michael@0: if CONFIG['MOZ_B2G_BT_BLUEZ']: michael@0: DIRS += ['dbus'] michael@0: michael@0: if CONFIG['MOZ_NFC']: michael@0: DIRS += ['nfc'] michael@0: michael@0: if CONFIG['MOZ_B2G_RIL'] or CONFIG['MOZ_B2G_BT'] or CONFIG['MOZ_NFC'] or CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': michael@0: DIRS += ['unixfd', 'unixsocket'] michael@0: michael@0: if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': michael@0: DIRS += ['keystore', 'netd'] michael@0: michael@0: TOOL_DIRS += ['app']