Bug 863263 part A - Modify some code in nsReadableUtils to support fallible and infal...
[gecko.git] / mozglue / moz.build
blob920a99cf0bfdb2de67a61ef54f3378e724214f80
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['MOZ_LINKER']:
7     DIRS += ['linker']
9 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
10     DIRS += ['android']
12 DIRS += ['build']
14 TEST_DIRS += ['tests']