summaryrefslogtreecommitdiff
path: root/chromium/tools/perf/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/perf/BUILD.gn')
-rw-r--r--chromium/tools/perf/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium/tools/perf/BUILD.gn b/chromium/tools/perf/BUILD.gn
index 55dacdd18b7..76ae25cb742 100644
--- a/chromium/tools/perf/BUILD.gn
+++ b/chromium/tools/perf/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
+
group("perf") {
testonly = true
deps = [
@@ -34,6 +36,11 @@ group("perf") {
# For Pylib used by VR tests
"//build/android/pylib/",
]
+ if (use_qt) {
+ deps -= [
+ "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
+ ]
+ }
}
if (is_android) {