зеркало из https://github.com/mozilla/gecko-dev.git
Bug 546103, Remove remnant MOZ_PERF_METRICS from parser/, r=mrbkap
This commit is contained in:
Родитель
ace5e1d018
Коммит
82662954b8
|
@ -73,7 +73,7 @@ SDK_HEADERS = \
|
||||||
nsParserDataListener.h \
|
nsParserDataListener.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifneq ($(MOZ_DEBUG)$(MOZ_PERF_METRICS),)
|
ifdef MOZ_DEBUG
|
||||||
EXPORTS += \
|
EXPORTS += \
|
||||||
nsILoggingSink.h \
|
nsILoggingSink.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -82,7 +82,7 @@ CPPSRCS += \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(MOZ_DEBUG)$(MOZ_PERF_METRICS),)
|
ifdef MOZ_DEBUG
|
||||||
CPPSRCS += \
|
CPPSRCS += \
|
||||||
nsLoggingSink.cpp \
|
nsLoggingSink.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче