moz.build 633 B

1234567891011121314
  1. # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
  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/.
  5. DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
  6. DEFINES['APP_LICENSE_BLOCK'] = '%s/content/overrides/app-license.html' % SRCDIR
  7. if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk2', 'gtk3'):
  8. DEFINES['HAVE_SHELL_SERVICE'] = 1
  9. DEFINES['CONTEXT_COPY_IMAGE_CONTENTS'] = 1
  10. DEFINES['MENUBAR_CAN_AUTOHIDE'] = 1
  11. JAR_MANIFESTS += ['jar.mn']