Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index 07127115b58e4cb00413f94e21963e107e292229..d88a6756f999576101f04389f9d6c31fcd7b97dc 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -263,6 +263,7 @@ source_set("browser") { |
| if (use_x11) { |
| configs += [ "//build/config/linux:x11" ] |
| + deps += [ "//ui/gfx/x" ] |
| } |
| # Dealing with power_save_blocker_{x11,ozone}.cc is a little complicated |