Bumping manifests a=b2g-bump
[gecko.git] / dom / alarm / moz.build
blob7895800c383400f567a9b222c684644a7a613c10
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 XPIDL_SOURCES += [
8     'nsIAlarmHalService.idl',
11 XPIDL_MODULE = 'dom_alarm'
13 EXPORTS.mozilla.dom.alarm += [
14     'AlarmHalService.h',
17 SOURCES += [
18     'AlarmHalService.cpp',
21 EXTRA_COMPONENTS += [
22     'AlarmsManager.js',
23     'AlarmsManager.manifest',
26 EXTRA_JS_MODULES += [
27     'AlarmDB.jsm',
28     'AlarmService.jsm',
31 FAIL_ON_WARNINGS = True
33 include('/ipc/chromium/chromium-config.mozbuild')
35 FINAL_LIBRARY = 'xul'
37 MOCHITEST_MANIFESTS += ['test/mochitest.ini']