diff --git a/src/content/gpu/BUILD.gn b/src/content/gpu/BUILD.gn
index 088c791f05..1b13c91c02 100644
--- a/src/content/gpu/BUILD.gn
+++ b/src/content/gpu/BUILD.gn
@@ -129,6 +129,6 @@ target(link_target_type, "gpu_sources") {
   # Use DRI on desktop Linux builds.
   if (current_cpu != "s390x" && current_cpu != "ppc64" && is_desktop_linux &&
       (!is_chromecast || is_cast_desktop_build)) {
-    configs += [ "//build/config/linux/dri" ]
+    # configs += [ "//build/config/linux/dri" ]
   }
 }