bug 818009 - canActivate: only click-to-play-type plugins are valid r=jaws
[gecko.git] / mfbt / sources.mk
blobeec2a2a1df86a7952384cb73af562c633f3f2bb6
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 ifndef MFBT_ROOT
6 $(error Before including this file, you must define MFBT_ROOT to point to \
7 the MFBT source directory)
8 endif
10 CPPSRCS += \
11 HashFunctions.cpp \
12 SHA1.cpp \
13 $(NULL)
15 # Imported double-conversion sources.
16 VPATH += $(MFBT_ROOT)/double-conversion \
17 $(NULL)
19 CPPSRCS += \
20 bignum-dtoa.cc \
21 bignum.cc \
22 cached-powers.cc \
23 diy-fp.cc \
24 double-conversion.cc \
25 fast-dtoa.cc \
26 fixed-dtoa.cc \
27 strtod.cc \
28 $(NULL)