Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: ui/views/BUILD.gn

Issue 2280433004: Fix missing shadows for tooltip and menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 66e43bda4d7fb56df73304ba4d6a2fc0ce8c385e..1dda4939608670c92b92cc21c8cfb718f70efc82 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//testing/test.gni")
+import("//ui/ozone/ozone.gni")
config("flags") {
defines = [ "TOOLKIT_VIEWS=1" ]
@@ -750,6 +751,9 @@ static_library("test_support_internal") {
if (use_x11) {
deps += [ "//ui/gfx/x" ]
}
+ if (ozone_platform_x11) {
+ deps += [ "//ui/base/x" ]
+ }
if (use_ozone || !use_x11) {
sources -= [
"test/x11_property_change_waiter.cc",

Powered by Google App Engine
This is Rietveld 408576698