Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 08a135301f96cb3713abef6cc06f4be55025441a..961ba088224e2dd5c7d722b60d9ce3e9d9de7cc1 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -155,6 +155,10 @@ source_set("common") { |
"font_list_ozone.cc", |
"gpu/gpu_memory_buffer_factory_ozone.cc", |
] |
+ } else { |
+ sources -= [ |
+ "gpu/gpu_memory_buffer_factory_linux.cc", |
+ ] |
} |
if (!use_aura) { |