Bug 1948642 - Include Flow.cpp also when MOZ_GECKO_PROFILER is not defined r=jrmuizel

Thanks to Petr Sumbera for filing the issue and recommending the fix!

Differential Revision: https://phabricator.services.mozilla.com/D240167
This commit is contained in:
Nazım Can Altınova
2025-03-03 22:08:23 +00:00
parent c5a13239e7
commit cfdc7eda75

View File

@@ -15,7 +15,6 @@ if CONFIG["MOZ_GECKO_PROFILER"]:
"public/BaseProfilingStack.h", "public/BaseProfilingStack.h",
] ]
UNIFIED_SOURCES += [ UNIFIED_SOURCES += [
"core/Flow.cpp",
"core/PageInformation.cpp", "core/PageInformation.cpp",
"core/platform.cpp", "core/platform.cpp",
"core/ProfileBuffer.cpp", "core/ProfileBuffer.cpp",
@@ -115,6 +114,7 @@ EXPORTS.mozilla += [
UNIFIED_SOURCES += [ UNIFIED_SOURCES += [
"core/BaseAndGeckoProfilerDetail.cpp", "core/BaseAndGeckoProfilerDetail.cpp",
"core/Flow.cpp",
"core/ProfilerUtils.cpp", "core/ProfilerUtils.cpp",
] ]