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

Unified Diff: ash/ash.gyp

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 | « ash/BUILD.gn ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index e6c9a747baaf82e879c8f665d293bbdf05bbf655..7c060b5c6f56073edeb52356f717994862e34f2d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -477,7 +477,8 @@
'touch/touch_hud_projection.h',
'touch/touch_observer_hud.cc',
'touch/touch_observer_hud.h',
- 'touch/touch_transformer_controller.cc',
+ 'touch/touch_transformer_controller_ozone.cc',
+ 'touch/touch_transformer_controller_x11.cc',
'touch/touch_transformer_controller.h',
'touch/touch_uma.cc',
'touch/touch_uma.h',
@@ -951,8 +952,6 @@
'accelerators/magnifier_key_scroller.h',
'accelerators/spoken_feedback_toggler.cc',
'accelerators/spoken_feedback_toggler.h',
- 'touch/touch_transformer_controller.cc',
- 'touch/touch_transformer_controller.h',
],
}, { # else: use_x11==1
'dependencies': [
« no previous file with comments | « ash/BUILD.gn ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698