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

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

Issue 2933493003: Add viz-host HitTestQuery. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | components/viz/hit_test/BUILD.gn » ('j') | components/viz/hit_test/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/frame_sinks/BUILD.gn
diff --git a/components/viz/frame_sinks/BUILD.gn b/components/viz/frame_sinks/BUILD.gn
index 1f3f190f4f38a22af3b636f2d59a233b1354c6bc..bf326789e1e9e6116f46622d7e36467610235415 100644
--- a/components/viz/frame_sinks/BUILD.gn
+++ b/components/viz/frame_sinks/BUILD.gn
@@ -35,6 +35,7 @@ source_set("frame_sinks_sources") {
"//cc/ipc:interfaces",
"//cc/surfaces",
"//components/viz/display_compositor:display_compositor_sources",
+ "//components/viz/hit_test",
rjkroege 2017/06/12 17:17:23 must establish layering conventions I think.
riajiang 2017/06/13 18:42:29 This is only to run the HitTestQuery code, I think
"//gpu/ipc:command_buffer",
]
« no previous file with comments | « no previous file | components/viz/hit_test/BUILD.gn » ('j') | components/viz/hit_test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698