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

Unified Diff: ui/views/BUILD.gn

Issue 705623004: GN: Get os="chromeos" use_ozone=true to compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes, build chrome and app_shell Created 6 years, 1 month 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/ozone/gpu/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 d959c56e605e1932b22c9b8231fb3d90f1b0ac26..6265d4f82f7ef7fa1ab928ab1b95d618b3eadff4 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -143,6 +143,11 @@ static_library("test_support") {
if (use_x11) {
deps += [ "//ui/gfx/x" ]
}
+ if (use_ozone) {
+ sources -= [
+ "test/x11_property_change_waiter.cc",
+ ]
+ }
}
test("views_unittests") {
« no previous file with comments | « ui/ozone/gpu/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698