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

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

Issue 2908783002: WIP Hittest Component.
Patch Set: rebase Created 3 years, 7 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/hittest/BUILD.gn » ('j') | no next file with comments »
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 386ec2f6ef864ba59a9999c9d98084e615919847..a734851f9f19dcef928d77d1f0fd0ff36ccaf1b6 100644
--- a/components/viz/frame_sinks/BUILD.gn
+++ b/components/viz/frame_sinks/BUILD.gn
@@ -27,6 +27,8 @@ component("frame_sinks") {
"//cc/surfaces",
"//components/viz/display_compositor",
"//gpu/ipc:command_buffer",
+ "//components/viz/hittest",
+ "//gpu/ipc:command_buffer",
rjkroege 2017/05/26 18:55:09 that looks weird to me
]
if (is_win) {
« no previous file with comments | « no previous file | components/viz/hittest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698