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