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

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

Issue 2039853004: Replace ui::LatencyInfo::InputCoordinate with gfx::PointF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing gyp dep Created 4 years, 6 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/events/events_unittests.gyp ('k') | ui/events/ipc/latency_info_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ipc/BUILD.gn
diff --git a/ui/events/ipc/BUILD.gn b/ui/events/ipc/BUILD.gn
index b6ccbf51d5fc10800fd1071f3608b8192fed1df9..ab9411ff80f8673c8c2b47989b336c276dad09bf 100644
--- a/ui/events/ipc/BUILD.gn
+++ b/ui/events/ipc/BUILD.gn
@@ -18,5 +18,6 @@ component("ipc") {
"//base",
"//ipc",
"//ui/events:events_base",
+ "//ui/gfx/ipc/geometry",
]
}
« no previous file with comments | « ui/events/events_unittests.gyp ('k') | ui/events/ipc/latency_info_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698