Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 550846: Restructure layers to use different directories for diffe…
Browse files Browse the repository at this point in the history
…rent backends. r=roc,ted

--HG--
rename : gfx/layers/BasicLayers.cpp => gfx/layers/basic/BasicLayers.cpp
rename : gfx/layers/BasicLayers.h => gfx/layers/basic/BasicLayers.h
  • Loading branch information
Bas-moz committed Mar 14, 2010
1 parent 6a5f7ee commit 3a9d481
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gfx/layers/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
VPATH = \
$(srcdir) \
$(srcdir)/basic \
$(NULL)

include $(DEPTH)/config/autoconf.mk

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3a9d481

Please sign in to comment.