| Index: components/viz/common/BUILD.gn
|
| diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn
|
| index fdefcb8645e222786d386246803bc6d4d4dea7d7..4532768e2bfd218566008cc62cbfa25a2e8d5c6b 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 = [
|
| + "display_hit_test_region.h",
|
| "gl_helper.cc",
|
| "gl_helper.h",
|
| "gl_helper_readback_support.cc",
|
| @@ -16,6 +17,7 @@ source_set("common") {
|
|
|
| deps = [
|
| "//gpu/command_buffer/client:gles2_interface",
|
| + "//services/viz/public/interfaces",
|
| "//skia",
|
| "//ui/gfx/geometry",
|
| ]
|
|
|