Bug 853360 - Implement the coneGain part of the AudioPannerNode. r=roc
[gecko.git] / netwerk / cache / moz.build
blob6f4de684f1ff9c77c6be42f07fd9ce42f7710b12
1 # vim: set filetype=python:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 XPIDL_SOURCES += [
7     'nsICache.idl',
8     'nsICacheEntryDescriptor.idl',
9     'nsICacheListener.idl',
10     'nsICacheService.idl',
11     'nsICacheSession.idl',
12     'nsICacheVisitor.idl',
15 XPIDL_MODULE = 'necko_cache'
17 MODULE = 'nkcache'