Index: ui/ozone/platform/egltest/BUILD.gn |
diff --git a/ui/ozone/platform/egltest/BUILD.gn b/ui/ozone/platform/egltest/BUILD.gn |
index 8166cb354aa711bb000c1bab7aa517fb10d709cc..dacb8edc3c60086a7fa333170cf926be6571ac9a 100644 |
--- a/ui/ozone/platform/egltest/BUILD.gn |
+++ b/ui/ozone/platform/egltest/BUILD.gn |
@@ -60,5 +60,9 @@ if (is_linux && ozone_platform_ozonex) { |
] |
configs += [ "//build/config/linux:x11" ] |
+ |
+ deps = [ |
+ "//build/config/sanitizers:deps", |
+ ] |
} |
} |