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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 794943003: Separate X11 implementation of touch log source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot rebase Created 6 years 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 | chrome/browser/chromeos/system_logs/touch_log_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 6ecad97ca5e34d186b6f7018ec239174396e9866..b98f002a9ad5664640ff97688ec78fc3d2231baa 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -145,7 +145,10 @@ source_set("chromeos") {
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
deps += [ "//ui/events/devices" ]
- sources -= [ "system/input_device_settings_impl_ozone.cc" ]
+ sources -= [
+ "system/input_device_settings_impl_ozone.cc",
+ "system_logs/touch_log_source_ozone.cc",
+ ]
} else {
assert(use_ozone, "Either use_x11 or use_ozone has to be specified.")
deps += [ "//ui/ozone" ]
@@ -157,6 +160,7 @@ source_set("chromeos") {
"events/xinput_hierarchy_changed_event_listener.cc",
"events/xinput_hierarchy_changed_event_listener.h",
"system/input_device_settings_impl_x11.cc",
+ "system_logs/touch_log_source_x11.cc",
]
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_logs/touch_log_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698