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 JAR_MANIFESTS += ['jar.mn']
37 DIRS += ['interfaces/' + i for i in interfaces]
100 if CONFIG['OS_ARCH'] == 'WINNT':
101 DIRS += ['plugins/ipc/hangui']
103 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
110 if CONFIG['MOZ_B2G_RIL']:
119 if CONFIG['MOZ_PAY']:
122 if CONFIG['MOZ_GAMEPAD']:
125 if CONFIG['MOZ_NFC']:
128 if CONFIG['MOZ_B2G']:
135 if CONFIG['MOZ_B2G_BT_API_V2']:
136 DIRS += ['bluetooth2']
138 DIRS += ['bluetooth']
145 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'cocoa', 'windows', 'android', 'qt'):
146 TEST_DIRS += ['plugins/test']