Bug 867089 - Validate the playbackRate before using it. r=ehsan
[gecko.git] / netwerk / cache / Makefile.in
blob6befbbd72b2fd6d3878e37a11cde66051fc15928
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 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 LIBRARY_NAME = nkcache_s
14 LIBXUL_LIBRARY = 1
15 FAIL_ON_WARNINGS := 1
17 FORCE_STATIC_LIB = 1
19 CPPSRCS = \
20 nsCache.cpp \
21 nsCacheEntry.cpp \
22 nsCacheEntryDescriptor.cpp \
23 nsCacheMetaData.cpp \
24 nsCacheService.cpp \
25 nsCacheSession.cpp \
26 nsCacheUtils.cpp \
27 nsMemoryCacheDevice.cpp \
28 nsDiskCacheBinding.cpp \
29 nsDiskCacheBlockFile.cpp \
30 nsDiskCacheDevice.cpp \
31 nsDiskCacheDeviceSQL.cpp \
32 nsDiskCacheEntry.cpp \
33 nsDiskCacheMap.cpp \
34 nsDiskCacheStreams.cpp \
35 nsDeleteDir.cpp \
36 nsApplicationCacheService.cpp \
37 $(NULL)
39 LOCAL_INCLUDES = \
40 -I$(srcdir)/../base/src \
41 $(NULL)
43 include $(topsrcdir)/config/rules.mk
45 DEFINES += -DIMPL_NS_NET