| 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",
|
| ]
|
|
|
|
|