Bug 1521666 - Do not try to package layout debugger files when layout debugger is disabled. r=dmajor

Differential Revision: https://phabricator.services.mozilla.com/D17202

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2019-01-22 04:01:33 +00:00
Родитель a90615efc4
Коммит 2a53b3dd2b
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -29,6 +29,9 @@ DEFINES += -DMOZ_APP_NAME=$(MOZ_APP_NAME) -DPREF_DIR=$(PREF_DIR)
ifdef MOZ_DEBUG
DEFINES += -DMOZ_DEBUG=1
endif
ifdef MOZ_LAYOUT_DEBUGGER
DEFINES += -DMOZ_LAYOUT_DEBUGGER=1
endif
ifneq (,$(filter gtk%,$(MOZ_WIDGET_TOOLKIT)))
DEFINES += -DMOZ_GTK=1

Просмотреть файл

@ -499,7 +499,7 @@
@RESPATH@/res/svg.css
; [Layout Debugger]
#ifdef MOZ_DEBUG
#ifdef MOZ_LAYOUT_DEBUGGER
@RESPATH@/chrome/layoutdebug@JAREXT@
@RESPATH@/chrome/layoutdebug.manifest
#endif