Bug 1457075 - adding PerformanceUtils.h on Release and Beta builds r=tarek a=beta-fix

This commit is contained in:
Bogdan Tara 2018-04-26 11:23:21 +03:00
parent 17a7053b0d
commit 94e09143d7

View File

@ -26,14 +26,13 @@ UNIFIED_SOURCES += [
'nsPerformanceStats.cpp'
]
if not CONFIG['RELEASE_OR_BETA']:
UNIFIED_SOURCES += [
'PerformanceUtils.cpp'
]
UNIFIED_SOURCES += [
'PerformanceUtils.cpp'
]
EXPORTS.mozilla += [
'PerformanceUtils.h'
]
EXPORTS.mozilla += [
'PerformanceUtils.h'
]
EXPORTS += [
'nsPerformanceStats.h'