Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index fa71c12e7ac85607159bec37af87a943dfeaf522..038d7582c93e5b53b59025182f252f8537b1deca 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -163,6 +163,10 @@ source_set("common") { |
"gpu/x_util.h", |
] |
} |
+ } else { |
+ sources -= [ |
+ "gpu/gpu_memory_buffer_factory_x11.cc", |
+ ] |
} |
if (enable_plugins) { |