Backed out changeset 0c01a856e4c3 (bug 1870427) as requested by Emilio CLOSED TREE
[gecko.git] / tools / performance / moz.build
blob10f2b69cf2da427fc8c012d2e36cde8f3b10c22d
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 UNIFIED_SOURCES += [
8     "PerfStats.cpp",
11 EXPORTS.mozilla += [
12     "Perfetto.h",
13     "PerfStats.h",
16 include("/ipc/chromium/chromium-config.mozbuild")
18 if CONFIG["MOZ_PERFETTO"]:
19     UNIFIED_SOURCES += ["Perfetto.cpp"]
20     DIRS += ["/third_party/perfetto/"]
22 FINAL_LIBRARY = "xul"