Bug 882543 - Register the MSG thread for in the profiler. r=benwa
[gecko.git] / build / moz.build
blobcecdf31e653e750b0d3b6d64bf0b9519bf432cfb
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 if CONFIG['OS_ARCH'] not in ('WINNT', 'OS2'):
8     DIRS += ['unix']
9 elif CONFIG['OS_ARCH'] == 'WINNT':
10     DIRS += ['win32']
12 if CONFIG['OS_TARGET'] == 'Android' and not CONFIG['MOZ_ANDROID_LIBSTDCXX']:
13     DIRS += ['stlport']
15 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
16     TEST_DIRS += [
17         'mobile/sutagent/android',
18         'mobile/sutagent/android/watcher',
19         'mobile/sutagent/android/ffxcp',
20         'mobile/sutagent/android/fencp',
21         'mobile/robocop',
22     ]
24 MODULE = 'build'