| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index f7d0bebd2c017b0e6b1dc7ea1f5b022fb8dab615..e24417a43de978866a372f4ecc88824cc8a14985 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -101,7 +101,7 @@ component("ash") {
|
|
|
| if (!use_x11 || !is_chromeos) {
|
| sources -= [
|
| - "touch/touch_transformer_controller.cc",
|
| + "touch/touch_transformer_controller_x11.cc",
|
| "touch/touch_transformer_controller.h",
|
| "touch/touchscreen_util.cc",
|
| "touch/touchscreen_util.h",
|
| @@ -111,6 +111,7 @@ component("ash") {
|
| if (!use_ozone) {
|
| sources -= [
|
| "host/ash_window_tree_host_ozone.cc",
|
| + "touch/touch_transformer_controller_ozone.cc",
|
| ]
|
| }
|
| }
|
|
|