Bug 773192: Only proxy drawing to a non-default target in BasicShadowableLayerManager...
[gecko.git] / gfx / Makefile.in
blobb535a8c5015f266be8b6f6454e0b6d5e5cd21cc8
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 = ..
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