Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index f8f08c19e94297891b13e780d418a7c7878aa8eb..5858cc49847fd995072cfaa1847dcf76da039932 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -1934,7 +1934,10 @@ source_set("browser") { |
"compositor/software_output_device_ozone.h", |
] |
} |
- deps += [ "//ui/compositor" ] |
+ deps += [ |
+ "//cc/surfaces:surfaces", |
+ "//ui/compositor", |
+ ] |
} |
if (enable_web_speech) { |