author | Wes Kocher <wkocher@mozilla.com> |
Wed, 19 Jul 2017 17:29:56 -0700 | |
changeset 418466 | eb1d92b2b6a4161492561250f51bae5bafeda68a |
parent 325017 | b5621f52feab3069643eaa78499fbcdc8cafc468 |
permissions | -rw-r--r-- |
# 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/. include('/toolkit/toolkit.mozbuild') if CONFIG['MOZ_EXTENSIONS']: DIRS += ['/extensions'] DIRS += ['/%s' % CONFIG['MOZ_BRANDING_DIRECTORY']] # Never add dirs after browser because they apparently won't get # packaged properly on Mac. DIRS += ['/browser']