Index: chrome/browser/ui/libgtk2ui/BUILD.gn |
diff --git a/chrome/browser/ui/libgtk2ui/BUILD.gn b/chrome/browser/ui/libgtk2ui/BUILD.gn |
index 0f6c0c578b43cdb8b8dabfee1aab8a963e13f864..7614064e91cc52a258a18fbf0f9c4c65cfc7bc96 100644 |
--- a/chrome/browser/ui/libgtk2ui/BUILD.gn |
+++ b/chrome/browser/ui/libgtk2ui/BUILD.gn |
@@ -100,20 +100,33 @@ component("libgtk2ui") { |
] |
} |
} |
- configs += [ ":libgtk2ui_warnings" ] |
+ configs += [ |
+ ":libgtk2ui_warnings", |
+ "//build/config/linux:x11", |
+ ] |
deps = [ |
"//base", |
- "//base:i18n", |
"//base/third_party/dynamic_annotations", |
+ "//base:i18n", |
"//chrome/app/theme:theme_resources", |
"//chrome:extra_resources", |
"//chrome:resources", |
"//chrome:strings", |
"//components/resources", |
+ "//content/public/browser", |
+ "//printing", |
"//skia", |
+ "//third_party/mojo/src/mojo/edk/system", |
+ "//ui/aura", |
"//ui/base", |
+ "//ui/events", |
+ "//ui/events:events_base", |
+ "//ui/gfx", |
+ "//ui/gfx/x", |
+ "//ui/native_theme", |
"//ui/resources", |
+ "//ui/shell_dialogs", |
"//ui/strings", |
"//ui/views", |
] |