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

Unified Diff: ui/base/ui_base.gyp

Issue 815983003: Unified touch_device_aurax11 and touch_device_ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « ui/base/touch/touch_device_ozone.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 1c8af2cb55710ee7604d1693bff1ecede13f6696..b62360c31efa46406a7a7b89f90903be8f522456 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -352,8 +352,7 @@
'touch/touch_device.cc',
'touch/touch_device.h',
'touch/touch_device_android.cc',
- 'touch/touch_device_aurax11.cc',
- 'touch/touch_device_ozone.cc',
+ 'touch/touch_device_linux.cc',
'touch/touch_device_win.cc',
'touch/touch_editing_controller.cc',
'touch/touch_editing_controller.h',
@@ -530,13 +529,20 @@
['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', {
'sources!': [
'dragdrop/os_exchange_data_provider_aurax11.cc',
- 'touch/touch_device.cc',
],
}, {
'sources!': [
'dragdrop/os_exchange_data_provider_aura.cc',
'dragdrop/os_exchange_data_provider_aura.h',
- 'touch/touch_device_aurax11.cc',
+ ],
+ }],
+ ['OS=="linux"', {
+ 'sources!': [
+ 'touch/touch_device.cc',
+ ],
+ }, {
+ 'sources!': [
+ 'touch/touch_device_linux.cc',
],
}],
['OS=="win"', {
@@ -573,7 +579,7 @@
'-loleacc.lib',
],
},
- },{ # OS!="win"
+ }, { # OS!="win"
'conditions': [
['use_aura==0', {
'sources!': [
« no previous file with comments | « ui/base/touch/touch_device_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698