summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-03-08 19:25:27 +0000
committerMoonchild <moonchild@palemoon.org>2022-03-21 13:25:08 +0000
commit56534c05963b925da8338e50cba5a266902c8b74 (patch)
tree3b43cd0306e47e923f68a2e1033ff2280e8552f5 /tools
parentc8c7f5a258b31e0b8833c4f70432d98769130f51 (diff)
downloadaura-central-56534c05963b925da8338e50cba5a266902c8b74.tar.gz
Issue %2 - De-unify some misc. locations
Layout/base leftovers, libmar and tools/profiler.
Diffstat (limited to 'tools')
-rw-r--r--tools/profiler/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiler/moz.build b/tools/profiler/moz.build
index 5eb52fd1d..ac11219da 100644
--- a/tools/profiler/moz.build
+++ b/tools/profiler/moz.build
@@ -19,7 +19,7 @@ if CONFIG['MOZ_TASK_TRACER']:
'tasktracer/GeckoTaskTracerImpl.h',
'tasktracer/TracedTaskCommon.h',
]
- UNIFIED_SOURCES += [
+ SOURCES += [
'tasktracer/GeckoTaskTracer.cpp',
'tasktracer/TracedTaskCommon.cpp',
]