Revision dfad3f48893a612a212cefe049b0e0e374b83fc0 authored by ffxbld on 18 January 2017, 23:29:36 UTC, committed by ffxbld on 18 January 2017, 23:29:36 UTC
1 parent 842e8a6
Raw File
moz.build
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

if CONFIG['MOZ_LINKER']:
    DIRS += ['linker']

if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
    DIRS += ['android']

DIRS += [
  'build',
  'misc',
]

if not CONFIG['JS_STANDALONE']:
    TEST_DIRS += ['tests']
back to top