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

Unified Diff: components/viz/common/hit_test/BUILD.gn

Issue 2933493003: Add viz-host HitTestQuery. (Closed)
Patch Set: recursion; comment#10 Created 3 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
Index: components/viz/common/hit_test/BUILD.gn
diff --git a/components/viz/common/hit_test/BUILD.gn b/components/viz/common/hit_test/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..9bcbba74985725f49370b1bdf9fb6e1c54b2620b
--- /dev/null
+++ b/components/viz/common/hit_test/BUILD.gn
@@ -0,0 +1,15 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("hit_test_common") {
+ sources = [
+ "components/viz/common/display_hit_test_data.h",
+ ]
+
+ public_deps = [
+ "//cc/surfaces:surface_id",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ ]
+}
« no previous file with comments | « no previous file | components/viz/common/hit_test/DEPS » ('j') | components/viz/common/hit_test/display_hit_test_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698