Bug 698002. Move platform.cc to platform-linux.cc. r=benwa

--HG--
extra : rebase_source : bfc230a6e40bcd2550c0e5a083ea6366883105fc
This commit is contained in:
Jeff Muizelaar 2011-10-28 16:47:25 -04:00
parent 7a31db0221
commit 8481e10e35
2 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ ifeq ($(OS_TARGET),Android)
DEFINES += -DMOZ_ENABLE_PROFILER_SPS
CPPSRCS += \
platform.cc \
platform-linux.cc \
TableTicker.cpp \
$(NULL)
endif