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

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: 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
« no previous file with comments | « ui/base/x/x11_util_unittest.cc ('k') | ui/views/test/views_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 7736710d758c3f1b06364a211963006fb621a97c..2c37655be11cb792977ee6c886af17afb44e2862 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" ]
@@ -766,6 +767,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",
« no previous file with comments | « ui/base/x/x11_util_unittest.cc ('k') | ui/views/test/views_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698