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 "nsICachePurgeLock.idl",
15 "nsICacheStorage.idl",
16 "nsICacheStorageService.idl",
17 "nsICacheStorageVisitor.idl",
18 "nsICacheTesting.idl",
21 XPIDL_MODULE = "necko_cache2"
25 "CacheStorageService.h",
28 EXPORTS.mozilla.net += ["CachePurgeLock.h"]
39 "CacheFileContextEvictor.cpp",
40 "CacheFileInputStream.cpp",
41 "CacheFileIOManager.cpp",
42 "CacheFileMetadata.cpp",
43 "CacheFileOutputStream.cpp",
47 "CacheIndexContextIterator.cpp",
48 "CacheIndexIterator.cpp",
52 "CacheStorageService.cpp",
55 if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
64 include("/ipc/chromium/chromium-config.mozbuild")