Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index e7b891e67935fa58054496ebbbe4e0a21bb03847..618680d57a029fcf9e1e5c8393699435f7ced32a 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -1939,7 +1939,10 @@ source_set("browser") { |
"compositor/software_output_device_ozone.h", |
] |
} |
- deps += [ "//ui/compositor" ] |
+ deps += [ |
+ "//cc/surfaces:surfaces", |
+ "//ui/compositor", |
+ ] |
} |
if (is_linux && use_dbus) { |