Chromium Code Reviews| Index: tools/xdisplaycheck/BUILD.gn |
| diff --git a/tools/xdisplaycheck/BUILD.gn b/tools/xdisplaycheck/BUILD.gn |
| index 779e16365195d35191a60e2d1abd42812344d1b2..064305aa04ed1e3e10a75f9f473f71bdf55808eb 100644 |
| --- a/tools/xdisplaycheck/BUILD.gn |
| +++ b/tools/xdisplaycheck/BUILD.gn |
| @@ -10,6 +10,6 @@ executable("xdisplaycheck") { |
| configs += [ "//build/config/linux:x11" ] |
| deps = [ |
| - "//build/config/sanitizers:deps", |
| + "//build/config:exe_and_shlib_deps", |
| ] |
| } |