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

Unified Diff: ash/BUILD.gn

Issue 611423002: [WIP][Ozone] Support external touchscreens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ozone-touchscreen
Patch Set: . Created 6 years, 2 months 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 | « no previous file | ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
}
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698