1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 BUG_COMPONENT = ('Core', 'Networking: Cache')
12 'nsICacheEntryDoomCallback.idl',
13 'nsICacheEntryOpenCallback.idl',
14 'nsICacheStorage.idl',
15 'nsICacheStorageService.idl',
16 'nsICacheStorageVisitor.idl',
17 'nsICacheTesting.idl',
20 XPIDL_MODULE = 'necko_cache2'
24 'CacheStorageService.h',
28 'AppCacheStorage.cpp',
37 'CacheFileContextEvictor.cpp',
38 'CacheFileInputStream.cpp',
39 'CacheFileIOManager.cpp',
40 'CacheFileMetadata.cpp',
41 'CacheFileOutputStream.cpp',
45 'CacheIndexContextIterator.cpp',
46 'CacheIndexIterator.cpp',
50 'CacheStorageService.cpp',
61 if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
62 CXXFLAGS += ['-Wno-error=shadow']