зеркало из https://github.com/mozilla/pjs.git
Bug 637987: Don't compile IPDL unit-test protocols when not asked to. r=bsmedberg a=a
This commit is contained in:
Родитель
b6636c677f
Коммит
a0d3482841
|
@ -59,7 +59,6 @@ IPDLDIRS = \
|
||||||
dom/ipc \
|
dom/ipc \
|
||||||
dom/src/storage \
|
dom/src/storage \
|
||||||
gfx/layers/ipc \
|
gfx/layers/ipc \
|
||||||
ipc/ipdl/test/cxx \
|
|
||||||
ipc/testshell \
|
ipc/testshell \
|
||||||
js/ipc \
|
js/ipc \
|
||||||
js/jetpack \
|
js/jetpack \
|
||||||
|
@ -71,6 +70,10 @@ IPDLDIRS = \
|
||||||
netwerk/cookie \
|
netwerk/cookie \
|
||||||
uriloader/prefetch \
|
uriloader/prefetch \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
ifdef MOZ_IPDL_TESTS #{
|
||||||
|
IPDLDIRS += ipc/ipdl/test/cxx
|
||||||
|
endif #}
|
||||||
##-----------------------------------------------------------------------------
|
##-----------------------------------------------------------------------------
|
||||||
|
|
||||||
ifdef MOZ_IPDL_TESTS
|
ifdef MOZ_IPDL_TESTS
|
||||||
|
|
Загрузка…
Ссылка в новой задаче