Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/4ef060ed5c40
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12766 from eeejay/bug-925164
Bug 925164 - Remove role and label from slider area.
========
https://hg.mozilla.org/integration/gaia-central/rev/3417ff371169
Author: Eitan Isaacson <eitan@monotonous.org>
Desc:
Bug 925164 - Remove role and label from slider area.
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.
MODULE = 'dom'
EXPORTS.mozilla.dom += [
'DesktopNotification.h',
'Notification.h',
]
CPP_SOURCES += [
'DesktopNotification.cpp',
'Notification.cpp',
]
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True
LIBRARY_NAME = 'jsdomnotification_s'