Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index 961ba088224e2dd5c7d722b60d9ce3e9d9de7cc1..cfe291b724fd2696164adb4f288a636ff80ba761 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -159,6 +159,9 @@ source_set("common") { |
| sources -= [ |
| "gpu/gpu_memory_buffer_factory_linux.cc", |
| ] |
| + deps += [ |
| + "//ui/ozone/gpu", |
| + ] |
| } |
| if (!use_aura) { |