Bug 846320 - Offset mBasePosition by mStartTime when seeking. r=kinetik
[gecko.git] / build / moz.build
blob4324065589fff109406f86c0b4b2ef21b0a02131
1 # vim: set filetype=python:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 if CONFIG['OS_ARCH'] not in ('WINNT', 'OS2'):
7     DIRS += ['unix']
8 elif CONFIG['OS_ARCH'] == 'WINNT':
9     DIRS += ['win32']
11 if CONFIG['STLPORT_SOURCES']:
12     DIRS += ['stlport']
14 DIRS += ['pgo']
16 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
17     TEST_DIRS += [
18         'mobile/sutagent/android',
19         'mobile/sutagent/android/watcher',
20         'mobile/sutagent/android/ffxcp',
21         'mobile/sutagent/android/fencp',
22         'mobile/robocop',
23     ]