Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / BUILD.gn
index 1b1b6bf..6265d4f 100644 (file)
@@ -84,6 +84,7 @@ component("views") {
       "//build/config/linux:xrandr",
     ]
     deps += [
+      "//ui/events/devices",
       "//ui/events/platform/x11",
       "//ui/gfx/x",
     ]
@@ -142,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") {
@@ -205,6 +211,7 @@ test("views_unittests") {
       "//build/config/linux:xext",
     ]
     deps += [
+      "//ui/events/devices",
       "//ui/events/platform/x11",
       "//ui/gfx/x",
     ]