author | Tom Prince <mozilla@hocat.ca> |
Thu, 21 Jun 2018 12:19:26 -0600 | |
branch | BETA_60_CONTINUATION |
changeset 31171 | 5bd3ff66e9cd32493b6a5ec00396e9e978f9681f |
parent 29160 | 84893db274a435ec11faa19c102efc9cd4780391 |
permissions | -rw-r--r-- |
# 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') DIRS += [ '/%s' % CONFIG['MOZ_BRANDING_DIRECTORY'], '/%s/chat' % CONFIG['commreltopsrcdir'] ] # Ensure extensions are built after chat/ so purplexpcom can build. if CONFIG['MOZ_EXTENSIONS']: DIRS += ['/extensions'] DIRS += ['/%s/im' % CONFIG['commreltopsrcdir']]