summaryrefslogtreecommitdiffstats
path: root/tools/xdisplaycheck
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2014-10-31 16:08:57 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-31 23:09:18 +0000
commitb816da5b4e0433f12366f27abe2ba0223c5e8583 (patch)
tree8de9dbc5bde88d4ebdad6d0159c0f99086ce033a /tools/xdisplaycheck
parent885f6d02b95810808b075dc53aec3ad74b41b449 (diff)
downloadchromium_src-b816da5b4e0433f12366f27abe2ba0223c5e8583.zip
chromium_src-b816da5b4e0433f12366f27abe2ba0223c5e8583.tar.gz
chromium_src-b816da5b4e0433f12366f27abe2ba0223c5e8583.tar.bz2
Adds dependency on sanitizer
The santizer target is empty if no sanitizers are defined, otherwise it contains the necessary targets. Because of this we can always depend on it. Without this dep asan builds fail. BUG=none TEST=none R=brettw@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/694053002 Cr-Commit-Position: refs/heads/master@{#302346}
Diffstat (limited to 'tools/xdisplaycheck')
-rw-r--r--tools/xdisplaycheck/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xdisplaycheck/BUILD.gn b/tools/xdisplaycheck/BUILD.gn
index 4a3ad3c..23a52ae 100644
--- a/tools/xdisplaycheck/BUILD.gn
+++ b/tools/xdisplaycheck/BUILD.gn
@@ -10,4 +10,6 @@ executable("xdisplaycheck") {
configs += [
"//build/config/linux:x11"
]
+
+ deps = [ "//build/config/sanitizers:deps" ]
}