2014-08-27 06:28:03 +04:00
|
|
|
# -*- 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 += [
|
|
|
|
'nsIPresentationControlChannel.idl',
|
|
|
|
'nsIPresentationDevice.idl',
|
|
|
|
'nsIPresentationDeviceManager.idl',
|
|
|
|
'nsIPresentationDevicePrompt.idl',
|
|
|
|
'nsIPresentationDeviceProvider.idl',
|
2015-03-25 14:47:56 +03:00
|
|
|
'nsIPresentationListener.idl',
|
2015-03-30 10:48:11 +03:00
|
|
|
'nsIPresentationRequestUIGlue.idl',
|
2015-03-25 14:47:56 +03:00
|
|
|
'nsIPresentationService.idl',
|
2014-08-27 06:28:03 +04:00
|
|
|
'nsIPresentationSessionRequest.idl',
|
2015-03-30 09:27:27 +03:00
|
|
|
'nsIPresentationSessionTransport.idl',
|
2015-09-24 11:16:47 +03:00
|
|
|
'nsIPresentationSessionTransportBuilder.idl',
|
2014-11-18 00:34:10 +03:00
|
|
|
'nsITCPPresentationServer.idl',
|
2014-08-27 06:28:03 +04:00
|
|
|
]
|
|
|
|
|
2015-10-19 00:06:00 +03:00
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsIPresentationNetworkHelper.idl',
|
|
|
|
]
|
|
|
|
|
2014-08-27 06:28:03 +04:00
|
|
|
XPIDL_MODULE = 'dom_presentation'
|
|
|
|
|