Bug 1417664 - Include layout debugger interface for packaged builds. r=mats,nalexander

MozReview-Commit-ID: 1bNIRlmsHx6

--HG--
extra : rebase_source : a1a21527aa75b2e0148c052194183cc7d94a8f9a
This commit is contained in:
J. Ryan Stinnett 2017-11-15 16:01:39 -06:00
Родитель d91e51ebe5
Коммит c87de83b8d
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -246,6 +246,9 @@
@RESPATH@/components/jsdownloads.xpt
@RESPATH@/browser/components/jsinspector.xpt
@RESPATH@/components/layout_base.xpt
#ifdef MOZ_DEBUG
@RESPATH@/components/layout_debug.xpt
#endif
#ifdef NS_PRINTING
@RESPATH@/components/layout_printing.xpt
#endif

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

@ -171,6 +171,9 @@
@BINPATH@/components/jsdownloads.xpt
@BINPATH@/components/jsinspector.xpt
@BINPATH@/components/layout_base.xpt
#ifdef MOZ_DEBUG
@BINPATH@/components/layout_debug.xpt
#endif
#ifdef NS_PRINTING
@BINPATH@/components/layout_printing.xpt
#endif