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

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

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: move common hit_test code into hit_test folder 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
« no previous file with comments | « no previous file | components/viz/common/DEPS » ('j') | components/viz/service/hit_test/hit_test_aggregator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/common/BUILD.gn
diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn
index c9051b67aeb2b33b3690ac99e37c71e312e30a70..0f49b4e477aad4ee3837d8adb1431cdd8cc9fb13 100644
--- a/components/viz/common/BUILD.gn
+++ b/components/viz/common/BUILD.gn
@@ -15,6 +15,7 @@ source_set("common") {
"gl_helper_readback_support.h",
"gl_helper_scaling.cc",
"gl_helper_scaling.h",
+ "hit_test/aggregated_hit_test_region.h",
"local_surface_id.cc",
"local_surface_id.h",
"local_surface_id_allocator.cc",
@@ -42,6 +43,7 @@ source_set("common") {
"//mojo/public/cpp/bindings",
"//skia",
"//ui/gfx:color_space",
+ "//ui/gfx:geometry_skia",
"//ui/gfx/geometry",
]
« no previous file with comments | « no previous file | components/viz/common/DEPS » ('j') | components/viz/service/hit_test/hit_test_aggregator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698