app.mozbuild 520 B

1234567891011121314151617
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. if not CONFIG['LIBXUL_SDK']:
  5. include('/platform/toolkit/toolkit.mozbuild')
  6. if CONFIG['MOZ_EXTENSIONS']:
  7. DIRS += ['/platform/extensions']
  8. DIRS += ['/%s' % CONFIG['MOZ_BRANDING_DIRECTORY']]
  9. # Never add tier dirs after browser because they apparently won't get
  10. # packaged properly on Mac.
  11. DIRS += ['/palemoon']