| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 2e93167204d9f1b94b6d1ebb4e6854205f7979a7..a97815b6626071824cdd7554fa93ecd78491b819 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -1400,10 +1400,11 @@ test("ash_unittests") {
|
| ]
|
|
|
| if (!use_x11) {
|
| - sources -= [
|
| - "host/ash_window_tree_host_x11_unittest.cc",
|
| - "touch/touch_transformer_controller_unittest.cc",
|
| - ]
|
| + sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
|
| + }
|
| +
|
| + if (!use_x11 && !use_ozone) {
|
| + sources -= [ "touch/touch_transformer_controller_unittest.cc" ]
|
| }
|
|
|
| # Usage of content should be in ash_with_content.
|
|
|