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

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

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: add transform include to resolve build bot failure 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/common/aggregated_hit_test_region.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..73b91ac438313b953ac3d2708c3b4987199fba0b 100644
--- a/components/viz/common/BUILD.gn
+++ b/components/viz/common/BUILD.gn
@@ -6,6 +6,7 @@ import("//testing/test.gni")
source_set("common") {
sources = [
+ "aggregated_hit_test_region.h",
danakj 2017/07/13 15:39:38 Can you put this in common/hit_test? We're trying
gklassen 2017/07/13 19:59:13 It was originally in common/hit_test, but I am hap
"frame_sink_id.cc",
"frame_sink_id.h",
"frame_sink_id_allocator.h",
@@ -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/common/aggregated_hit_test_region.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698