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