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

Unified Diff: ui/events/devices/BUILD.gn

Issue 2196563004: Add tests for InputDeviceServer/InputDeviceClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch test runner. Created 4 years, 4 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/BUILD.gn
diff --git a/ui/events/devices/BUILD.gn b/ui/events/devices/BUILD.gn
index 314a3ee53e2a837a4e50dffff36c52653fdb64c0..832f4dd107f26446b7c0651e0c9a42f4a94523d0 100644
--- a/ui/events/devices/BUILD.gn
+++ b/ui/events/devices/BUILD.gn
@@ -21,12 +21,15 @@ component("devices") {
defines = [ "EVENTS_DEVICES_IMPLEMENTATION" ]
+ public_deps = [
+ "//ui/gfx",
+ ]
+
deps = [
"//base",
"//base/third_party/dynamic_annotations",
"//skia",
"//ui/display",
- "//ui/gfx",
"//ui/gfx/geometry",
]
}
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698