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

Unified Diff: ui/views/BUILD.gn

Issue 806183002: Fix few targets in UI during GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | 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 0b9d7ef3c58a859ee26460eaa687f57f85cd3bee..bafe518bcb8fd20e4a8b9498940157c3096b2e66 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -149,7 +149,7 @@ static_library("test_support") {
if (use_x11) {
deps += [ "//ui/gfx/x" ]
}
- if (use_ozone) {
+ if (use_ozone || !use_x11) {
sources -= [ "test/x11_property_change_waiter.cc" ]
}
}
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698