Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: tools/perf/chrome_telemetry_build/BUILD.gn

Issue 2530463002: Remove xdisplaycheck from the tree (Closed)
Patch Set: Rebase again Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/mb/mb.py ('k') | tools/xdisplaycheck/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/chrome_telemetry_build/BUILD.gn
diff --git a/tools/perf/chrome_telemetry_build/BUILD.gn b/tools/perf/chrome_telemetry_build/BUILD.gn
index f344185aa281121defcb9230c3540d1cce00c489..8914f3c3033dc0cca9fa0141b6b95a24afe48ba9 100644
--- a/tools/perf/chrome_telemetry_build/BUILD.gn
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn
@@ -94,10 +94,7 @@ group("telemetry_chrome_test") {
}
if (is_linux) {
- data_deps += [
- "//tools/xdisplaycheck",
- "//breakpad:dump_syms($host_toolchain)",
- ]
+ data_deps += [ "//breakpad:dump_syms($host_toolchain)" ]
}
if (is_mac) {
« no previous file with comments | « tools/mb/mb.py ('k') | tools/xdisplaycheck/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698