1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 if CONFIG['OS_ARCH'] == 'WINNT':
9 elif CONFIG['OS_ARCH'] == 'Darwin':
11 elif CONFIG['MOZ_ENABLE_GTK']:
20 'CommandLineHandler.js',
21 'components.manifest',
22 'ContentPermission.js',
23 'DirectoryProvider.js',
36 MOCHITEST_WEBAPPRT_CHROME_MANIFESTS += [
37 'test/chrome/downloads/webapprt.ini',
38 'test/chrome/webapprt.ini',
40 MOCHITEST_WEBAPPRT_CONTENT_MANIFESTS += ['test/content/webapprt.ini']
42 # Place webapprt resources in a separate app dir
43 DIST_SUBDIR = 'webapprt'
46 if CONFIG['MOZ_DEBUG']:
47 DEFINES['MOZ_DEBUG'] = 1
49 if CONFIG['MOZILLA_OFFICIAL']:
50 DEFINES['MOZILLA_OFFICIAL'] = True
52 DEFINES['GRE_MILESTONE'] = CONFIG['GRE_MILESTONE']
53 DEFINES['MOZ_APP_BASENAME'] = CONFIG['MOZ_APP_BASENAME']
55 JAR_MANIFESTS += ['jar.mn']