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

Unified Diff: ui/events/BUILD.gn

Issue 755883002: Input Injection API on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit test Created 6 years, 1 month 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 | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index a70c401a81e5b995df5efef892e389f82a68496d..a342aabedb248dfe9306511dd28f9ec96a4320da 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -311,6 +311,10 @@ test("events_unittests") {
"//ui/gfx:test_support",
]
+ include_dirs = [
+ "//testing/gmock/include",
+ ]
+
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
deps += [ "//ui/gfx/x" ]
@@ -325,6 +329,7 @@ test("events_unittests") {
sources += [
"ozone/chromeos/cursor_controller_unittest.cc",
"ozone/evdev/event_converter_evdev_impl_unittest.cc",
+ "ozone/evdev/input_injector_evdev_unittest.cc",
"ozone/evdev/tablet_event_converter_evdev_unittest.cc",
"ozone/evdev/touch_event_converter_evdev_unittest.cc",
]
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698