Bug 800018 - Part 3 - Move plugin fallback events handling entirely to the front...
[gecko.git] / gfx / Makefile.in
blob1e4e886b32cafd4254e21d39973d220657a8e686
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 MODULE = gfx
15 ifdef MOZ_TREE_CAIRO
16 DIRS = cairo
17 endif
19 ifdef MOZ_GRAPHITE
20 DIRS += graphite2/src
21 endif
23 DIRS += 2d ycbcr angle src qcms gl layers harfbuzz/src ots/src thebes ipc
25 ifdef MOZ_ENABLE_SKIA
26 DIRS += skia
27 endif
29 ifdef ENABLE_TESTS
30 TOOL_DIRS += tests
31 endif
33 include $(topsrcdir)/config/rules.mk