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

Unified Diff: services/viz/public/interfaces/hit_test/BUILD.gn

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Make the hit test API accesible by viz component Created 3 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
Index: services/viz/public/interfaces/hit_test/BUILD.gn
diff --git a/services/viz/public/interfaces/hit_test/BUILD.gn b/services/viz/public/interfaces/hit_test/BUILD.gn
index 3be40cdd076001f3ad13a875923396ccb635a8ee..c77542eb0d44ff2f556fd565ad4f944cbe394f80 100644
--- a/services/viz/public/interfaces/hit_test/BUILD.gn
+++ b/services/viz/public/interfaces/hit_test/BUILD.gn
@@ -7,6 +7,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("hit_test") {
sources = [
"hit_test_region_list.mojom",
+ "input_hit_test.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698