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