mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 637987: Don't compile IPDL unit-test protocols when not asked to. r=bsmedberg a=a
This commit is contained in:
parent
bed5d39b63
commit
cd1a38d565
@ -59,7 +59,6 @@ IPDLDIRS = \
|
||||
dom/ipc \
|
||||
dom/src/storage \
|
||||
gfx/layers/ipc \
|
||||
ipc/ipdl/test/cxx \
|
||||
ipc/testshell \
|
||||
js/ipc \
|
||||
js/jetpack \
|
||||
@ -71,6 +70,10 @@ IPDLDIRS = \
|
||||
netwerk/cookie \
|
||||
uriloader/prefetch \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_IPDL_TESTS #{
|
||||
IPDLDIRS += ipc/ipdl/test/cxx
|
||||
endif #}
|
||||
##-----------------------------------------------------------------------------
|
||||
|
||||
ifdef MOZ_IPDL_TESTS
|
||||
|
Loading…
Reference in New Issue
Block a user