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

Unified Diff: components/viz/host/BUILD.gn

Issue 2933493003: Add viz-host HitTestQuery. (Closed)
Patch Set: don't combine uint and int; check for overflow Created 3 years, 5 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: components/viz/host/BUILD.gn
diff --git a/components/viz/host/BUILD.gn b/components/viz/host/BUILD.gn
index e5d833ecb9242e7392f65733642724bd9768efcc..65beb1927a80bcf7cdcb72b7a388c199be32eeae 100644
--- a/components/viz/host/BUILD.gn
+++ b/components/viz/host/BUILD.gn
@@ -49,6 +49,7 @@ viz_source_set("unit_tests") {
"//base/test:test_support",
"//cc/ipc:interfaces",
"//cc/surfaces",
+ "//components/viz/host/hit_test:unit_tests",
"//gpu/ipc/host",
"//mojo/public/cpp/bindings",
"//services/ui/gpu/interfaces",

Powered by Google App Engine
This is Rietveld 408576698