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

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

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: correct mojom include directory and improvements based on reviewer comments 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/hit_test/DEPS » ('j') | no next file with comments »
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 8a9cd856aac1d1421c86687673e5ee9a05e96ac8..d0c20cafb1e71b0d8894e4b6cbef51d86cbbb8c5 100644
--- a/components/viz/common/BUILD.gn
+++ b/components/viz/common/BUILD.gn
@@ -13,6 +13,7 @@ viz_source_set("common") {
"gl_helper_readback_support.h",
"gl_helper_scaling.cc",
"gl_helper_scaling.h",
+ "hit_test/aggregated_hit_test_region.h",
"quads/resource_format.h",
"quads/shared_bitmap.cc",
"quads/shared_bitmap.h",
@@ -51,6 +52,7 @@ viz_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/hit_test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698