Blame xpcom/system/moz.build

Packit f0b94e
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
Packit f0b94e
# vim: set filetype=python:
Packit f0b94e
# This Source Code Form is subject to the terms of the Mozilla Public
Packit f0b94e
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit f0b94e
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit f0b94e
Packit f0b94e
XPIDL_SOURCES += [
Packit f0b94e
    'nsIBlocklistService.idl',
Packit f0b94e
    'nsICrashReporter.idl',
Packit f0b94e
    'nsIDeviceSensors.idl',
Packit f0b94e
    'nsIGConfService.idl',
Packit f0b94e
    'nsIGeolocationProvider.idl',
Packit f0b94e
    'nsIGIOService.idl',
Packit f0b94e
    'nsIGSettingsService.idl',
Packit f0b94e
    'nsIHapticFeedback.idl',
Packit f0b94e
    'nsIPlatformInfo.idl',
Packit f0b94e
    'nsIXULAppInfo.idl',
Packit f0b94e
    'nsIXULRuntime.idl',
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
XPIDL_MODULE = 'xpcom_system'