Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / dom / contacts / moz.build
blob7e1d4e09132e2dec640b593c866082d115994911
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 # Disable the tests on Android for now (bug 927869)
8 if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
9     MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
10     MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']
12 EXTRA_COMPONENTS += [
13     'ContactManager.js',
14     'ContactManager.manifest',
17 EXTRA_JS_MODULES += [
18     'fallback/ContactDB.jsm',
21 if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
22     EXTRA_JS_MODULES += [
23         'fallback/ContactService.jsm'
24     ]