mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
942b8f74cd
--HG-- extra : commitid : E25BNJCu4Wo extra : rebase_source : 35d653077881c5736611745cf81463118040b0b5
13 lines
409 B
Python
13 lines
409 B
Python
# -*- 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/.
|
|
|
|
XPIDL_SOURCES += [
|
|
'nsIPushNotifier.idl',
|
|
'nsIPushService.idl',
|
|
]
|
|
|
|
XPIDL_MODULE = 'dom_push'
|